Removing these - 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: Removing these (
/showthread.php?tid=253497)
Removing these -
jNkk - 06.05.2011
Hello everyone!
I have a question, how to remove these ?
Link :
http://imageshack.us/photo/my-images/14/samp000sq.png/
I'm creating a RP server and these have to dissappear ...
Btw, the server is not online(other players aren't able to see the server)
Thank you everyone !
-jNkk
Re: Removing these -
Calgon - 06.05.2011
Use 'DisableInteriorEnterExits()' under OnGameModeInit.
See
here for an example of usage.
Re: Removing these -
linuxthefish - 06.05.2011
direct imageshack link is better! -
/imageshack/img14/567/samp000sq.png
pawn Код:
DisableInteriorEnterExits();
Re: Removing these -
jNkk - 06.05.2011
Thanks guys, now they removed!