Yellow Upisdedown Cone Doesnt Go Away - 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: Yellow Upisdedown Cone Doesnt Go Away (
/showthread.php?tid=152232)
Yellow Upisdedown Cone Doesnt Go Away -
Abdulla_Alnuaimi - 03.06.2010
Hi all,
I have this problem the yellow upsidedown cone thingys that are usally in front of houses that you can enter will not go away. i removed all the filterscripts that i had running and i put a BARE gamemode but they are still there. I dont want them cuz they mess up the place a player enters in LV the goes to LS and some houses if you go in you cant get out
. Anyway i hope you get the idea and can help me.
so me question is : how do i remove them from my server
thank you in advance
Re: Yellow Upisdedown Cone Doesnt Go Away -
Backwardsman97 - 03.06.2010
You're talking about the regular yellow cones? They are there by default.
Re: Yellow Upisdedown Cone Doesnt Go Away -
(SF)Noobanatior - 03.06.2010
DisableInteriorEnterExits(); on gamemodeinit
Re: Yellow Upisdedown Cone Doesnt Go Away -
Lynn - 03.06.2010
In your script,
place
Код:
DisableInteriorEnterExits();
Under
GameModeInit
Re: Yellow Upisdedown Cone Doesnt Go Away -
DJDhan - 03.06.2010
Quote:
Originally Posted by (SF)Noobanatior
DisableInteriorEnterExits(); on gamemodeinit
|
Quote:
Originally Posted by (SF)Noobanatior
DisableInteriorEnterExits(); on gamemodeinit
|
Lol wut? :P This is isn't even related.
Re: Yellow Upisdedown Cone Doesnt Go Away -
Agent Smith - 03.06.2010
It is related, that line will disable all the yellow icons..
Re: Yellow Upisdedown Cone Doesnt Go Away -
IcyBlight - 03.06.2010
Quote:
Originally Posted by DJDhan
Quote:
Originally Posted by (SF)Noobanatior
DisableInteriorEnterExits(); on gamemodeinit
|
Quote:
Originally Posted by (SF)Noobanatior
DisableInteriorEnterExits(); on gamemodeinit
|
Lol wut? :P This is isn't even related.
|
You're stupid, it's very related. Put that line in, and all the cones are gone. You'll have to add your own interiors then, that is.
Re: Yellow Upisdedown Cone Doesnt Go Away -
DJDhan - 03.06.2010
My bad, I thought he was talking about the cones on the roads used as raodblocks
Quote:
Originally Posted by IcyBlight
You're stupid, it's very related. Put that line in, and all the cones are gone. You'll have to add your own interiors then, that is.
|
Mind what you're saying.