MOST NOOB QUESTION EVER - 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: MOST NOOB QUESTION EVER (
/showthread.php?tid=251327)
MOST NOOB QUESTION EVER -
[JnA]DukeNukem - 26.04.2011
How do I disable yellow markers, entry points for buildings ( so a player doesn't automaticaly enter a building like on SA:Singleplayer)??
Re: MOST NOOB QUESTION EVER -
Stigg - 26.04.2011
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits
Re: MOST NOOB QUESTION EVER -
Aldo. - 26.04.2011
Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
Re: MOST NOOB QUESTION EVER -
[JnA]DukeNukem - 26.04.2011
Quote:
Originally Posted by Stigg
|
I love you

No homo xD