Default entrances - 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: Default entrances (
/showthread.php?tid=360824)
Default entrances -
Songason - 19.07.2012
I started a new gamemode with a new smooth folder.
Wich default filterscript/other shit does this?
The entrance of the business and the automatic entrance?
Re: Default entrances -
Zach7 - 19.07.2012
if u wanna disable it use this
pawn Код:
DisableInteriorEnterExits();
under OnGameModeInIt
Re: Default entrances -
[KHK]Khalid - 19.07.2012
And you want to disable that yellow arrow? If so then use
DisableInteriorEnterExits.
Re: Default entrances -
Songason - 19.07.2012
Quote:
Originally Posted by Zach7
if u wanna disable it use this
pawn Код:
DisableInteriorEnterExits();
under OnGameModeInIt
|
And the business thingy?
Re: Default entrances -
Zach7 - 19.07.2012
I dont know about that but if you dont want the yellow checkpoint use that code
Re : Default entrances -
lelemaster - 19.07.2012
It should be removed instead, or you are probably using a downloaded gamemode. Tell us the name.
Re: Re : Default entrances -
Songason - 19.07.2012
Quote:
Originally Posted by lelemaster
It should be removed instead, or you are probably using a downloaded gamemode. Tell us the name.
|
I'm using my own, here are the filterscripts I use:
Код:
filterscripts : gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall attachments Ekano fadmin
Re : Re: Re : Default entrances -
lelemaster - 19.07.2012
Quote:
Originally Posted by Songason
I'm using my own, here are the filterscripts I use:
Код:
filterscripts : gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall attachments Ekano fadmin
|
I deleted those, but try removing gl_property. ( In your server.cfg )
EDIT: I downloaded back g_property and it's the right file.