Removing lvdm 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: Removing lvdm pickups (
/showthread.php?tid=162847)
Removing lvdm pickups -
Kastranova - 25.07.2010
hello,
i need some help, i'd like to remove all the entrances out of the lvdm game can someone help me with that
Re: Removing lvdm pickups -
Dudits - 25.07.2010
Place
Код:
DisableInteriorEnterExits();
Under "OnGameModeInit"
Re: Removing lvdm pickups -
iggy1 - 25.07.2010
Not sure if this is what ur looking for but,
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
edit: snap
Re: Removing lvdm pickups -
Kastranova - 25.07.2010
both thanks :P