ScripT. - 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: ScripT. (
/showthread.php?tid=65351)
ScripT. -
znake - 11.02.2009
Anyone here who can make the 'Enter-Icons' look like this:
Instead of this:
Hmm?
Re: ScripT. -
juio1234 - 11.02.2009
Disable the arrows and create the one you want with AddStaticPickup.
Put
DisableInteriorEnterExits(); on your
OnGameModeInit callback
Then put
AddStaticPickup( 1239, 1, X, Y, Z ); on OnGameModeInit also, but change the X, Y, Z to the coordinates you want.
Heres some info to help you with AddStaticPickup:
https://sampwiki.blast.hk/wiki/AddStaticPickup.
Re: ScripT. -
znake - 11.02.2009
I must go ingame and go to every place and write /save for the coords?
Re: ScripT. -
juio1234 - 11.02.2009
Quote:
Originally Posted by znake
I must go ingame and go to every place and write /save for the coords?
|
yea
and remember to close then reopen the server and gta after you disable the arrows
Re: ScripT. -
znake - 11.02.2009
How to disable Arrows?
Re: ScripT. -
[RP]Rav - 11.02.2009
https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits
the wiki is your friend..
Re: ScripT. -
znake - 11.02.2009
Wiki is my wife
Re: ScripT. -
juio1234 - 11.02.2009
Quote:
Originally Posted by znake
How to disable Arrows? 
|
u didnt read my post right.. i said Put DisableInteriorEnterExits(); on your OnGameModeInit callback and that will remove the arrows
Re: ScripT. -
znake - 11.02.2009
Thanks. Not even an error
Re: ScripT. -
znake - 11.02.2009
264,1367.1117,-1279.8849,13.5469,271.2210,0,0,0,0,0,0
What to put in X
What to put in Y
What to put in Z
omg.
Oh, remove 264 and 271.2210,0,0,0,0,0,0
Am I right?