How to remove yellow triangles - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How to remove yellow triangles (
/showthread.php?tid=603958)
How to remove yellow triangles -
PudraMentolata - 29.03.2016
How to remove this yellow triangles?
http://imgur.com/iU1Dzey
Re: How to remove yellow triangles -
KpAcTaBuCa - 29.03.2016
Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}