SA-MP Forums Archive
Entrance point to interiors on new script - 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: Entrance point to interiors on new script (/showthread.php?tid=549946)



Entrance point to interiors on new script - MrViolence101 - 09.12.2014

A few days ago i started a new Gamemode (Cops and Robbers) . When i started it and went to test it out for the first time i saw there was already markers placed infront of the shops. Does anyone know how i can remove them, i want to place my own


Re: Entrance point to interiors on new script - Capua - 09.12.2014

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



Re: Entrance point to interiors on new script - MrViolence101 - 09.12.2014

haha ok, thanks for the help man. gonna rep u :P