SA-MP Forums Archive
How to delete those pickups on server? - 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 to delete those pickups on server? (/showthread.php?tid=249988)



How to delete those pickups on server? - the_zande - 21.04.2011

Okay so this is pretty stupid question but I cant find answer to anywhere O.o So I thinking how I can delete those regular/normal pickups what already on sa-mp example, ammunation pickup that yellow arrow O_O I hate it and will be nice if I can delete it and those others xD


Re: How to delete those pickups on server? - Stigg - 21.04.2011

Get rid of yellow markers:

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



Re: How to delete those pickups on server? - the_zande - 21.04.2011

Thanks mate! that was rly fast


Re: How to delete those pickups on server? - Stigg - 21.04.2011

Quote:
Originally Posted by the_zande
Посмотреть сообщение
Thanks mate! that was rly fast
No prob's m8'y, glad i could help.