How do i remove these pickups? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How do i remove these pickups? (
/showthread.php?tid=164640)
How do i remove these pickups? -
juuleman - 01.08.2010
Hey Guys,
I'm wondering how i could remove these pickups that are standart placed true the whole San Andreas.
Here's an example:
Please help me.
Thanks,
[ECR]SancheZ
Re: How do i remove these pickups? -
iggy1 - 01.08.2010
OnGameModeInit
pawn Код:
DisableInteriorEnterExits();
Thanks -
juuleman - 01.08.2010
Quote:
Originally Posted by iggy1
OnGameModeInit
pawn Код:
DisableInteriorEnterExits();
|
Thanks, it works.