How to remove some game stuff (Pickups, CJ run, Etc') - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to remove some game stuff (Pickups, CJ run, Etc') (
/showthread.php?tid=380181)
How to remove some game stuff (Pickups, CJ run, Etc') -
BlueGames - 24.09.2012
Hi,
After i successfully made the spawn on my first work i found some game stuffs like:
-CJ run
-Some game businesses ?!
-Many Pickups
Well my quisten is, if i can remove it all and clearthe server/mod from gta game stuffs.
Wish to get help like befor with the spawn isuss !
Thank you for the helpers !
[EDIT] For explain i SS'ed this thing.
Re: How to remove some game stuff (Pickups, CJ run, Etc') -
Rimeau - 24.09.2012
Add this to your OnGameModeInit callback:
pawn Код:
UsePlayerPedAnims(); //All peds have the same running animation
DisableInteriorEnterExits(); //Disables all the yellow ENEX markers
Re: How to remove some game stuff (Pickups, CJ run, Etc') -
BlueGames - 24.09.2012
Quote:
Originally Posted by Rimeau
Add this to your OnGameModeInit callback:
pawn Код:
UsePlayerPedAnims(); //All peds have the same running animation DisableInteriorEnterExits(); //Disables all the yellow ENEX markers
|
Thank you !