SA-MP Forums Archive
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)
+--- Thread: pickups (/showthread.php?tid=447050)



pickups - CLT - 28.06.2013

Hey guys, I've a simple question, how to remove the basic pickups which came with the server files..
I mean like those which are not scripted. (I used a new script, not editing any.)

So, how do I remove those?




Re: pickups - ScRipTeRi - 28.06.2013

pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}



Re : pickups - Naruto_Emilio - 28.06.2013

DisableInteriorEnterExits();
Add this to OnGameModeInit


Re: Re : pickups - CLT - 28.06.2013

Quote:
Originally Posted by ScRipTeRi
Посмотреть сообщение
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
Quote:
Originally Posted by Naruto_Emilio
Посмотреть сообщение
DisableInteriorEnterExits();
Add this to OnGameModeInit
Thanks guys!


Re: pickups - ScRipTeRi - 28.06.2013

Not Problem