yellow markers - 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: yellow markers (
/showthread.php?tid=427794)
yellow markers -
TomatoRage - 03.04.2013
Hello TomatoRage is here
i wanna ask question about the yellow markers.
In my server there is bug i'm in SF when i enter store then get out the server sent me to LV.
So i tried to replace the markers with pickups i replaced some places but there places with marker so i want to remove the marker to do it.
So i wanna ask how to remove the yellow markers to put the pickups
Please answer me. Hurry
TomatoRage
Re: yellow markers -
Faisal_khan - 03.04.2013
Add this under OnGameModeInit or OnFilterscriptInit (depending on your script):
Re: yellow markers -
TomatoRage - 03.04.2013
i tried it its not working
Re: yellow markers -
RajatPawar - 03.04.2013
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}