SA-MP Forums Archive
How to delete this - 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: How to delete this (/showthread.php?tid=253840)



How to delete this - SpiderWalk - 08.05.2011

How to delete this i dont know how to do it?

just not only this one all in my Server how to do it?


Re: How to delete this - Seven_of_Nine - 08.05.2011

return 1;
In that command.

EDIT: oh you meant teh marker. xD


Re: How to delete this - Stigg - 08.05.2011

pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits


Re: How to delete this - SpiderWalk - 08.05.2011

aha ty


Re: How to delete this - Stigg - 08.05.2011

Quote:
Originally Posted by SpiderWalk
Посмотреть сообщение
aha ty
No prob's m8.


Re: How to delete this - Combrad - 08.05.2011

I had that problem too once, I still don't understand "return"...