Hello,
I would like to know if there is a script that will make you never wanted for GTA IV TBGT PS3. There are clear wanted scripts but didnt see never wanted script. So if there is one pls post link.
|
|
|
|
Would you like to get all the new info from
PSX-Scene in your email each day?
Want to learn more about the team keeping you up to date with the latest scene news?
Read about them now! Check out our Developer bios, too! | ||
|
|
Hello,
I would like to know if there is a script that will make you never wanted for GTA IV TBGT PS3. There are clear wanted scripts but didnt see never wanted script. So if there is one pls post link.
download sco hereCode:#include <natives.h> #include <common.h> #include <strings.h> #include <types.h> #include <consts.h> void Nopopo(void) { SET_POLICE_IGNORE_PLAYER(GetPlayerIndex(), TRUE); ALLOW_EMERGENCY_SERVICES(FALSE); SET_MAX_WANTED_LEVEL(0); SET_CHAR_WANTED_BY_POLICE(GetPlayerPed(), FALSE); } void CityTrafic(void) { // this will clear a huge radius of any traffic float AreaX,AreaY,AreaZ; GET_CHAR_COORDINATES(GetPlayerPed() ,&AreaX, &AreaY, &AreaZ); //CLEAR_AREA_OF_CARS(AreaX,AreaY,AreaZ, 2000); // you may want this or not.. CLEAR_AREA_OF_COPS(AreaX,AreaY,AreaZ, 2000); } void main(void) { while(TRUE) { Nopopo(); CityTrafic(); WAIT(0); } }
Last edited by JDMAlex; 07-26-2012 at 09:01 PM.
Thanks! But how can i add it to mod manager? to turn it off and on?
Nwm, so i have to add each mod individual. Can i change sco back to C++? since i have modmanager from Offline & Online Scripts wich has no code given?
Last edited by nejcjanhar; 07-27-2012 at 06:05 AM.
Ehm, is there a decompile tool or did you just give me link to source code, cuz i dont need source code from normal ModManager but from that one from
"[UPDATE][Release]PS3/XBOX GTAIV/EFLC Offline & Online Scripts" (its modified).
well if you mean you wanna edit mod manager from the xbox gtaiv/eflc you need to rewrite one with all the scripts linked + yours or beg the creator.. there is currently no way to decompile an scocl script but you can do rock* scripts in openiv..
you can just pick a script you dont like open SCOtoolox find the script name you dont like and its link to the sco and rename it to this.. may be difficult for a beginner..
| « Previous Thread | Next Thread » |