[HELP] Removing map Icons... and another quastion... - 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: [HELP] Removing map Icons... and another quastion... (
/showthread.php?tid=81606)
[HELP] Removing map Icons... and another quastion... -
FreddeN - 12.06.2009
Is it possible to remove map icons like Burger Shot icons from the map?
I also have another quastion...
When a player select a skin, I want a GametextForPlayer to show up with some info, like if they choice a mafia skin, it should say Type /mafia for more info.
Thanks for the help!
Re: [HELP] Removing map Icons? -
SpiderPork - 12.06.2009
No, it is not possible. But you can remove your own map icons with RemovePlayerMapIcon.
Re: [HELP] Removing map Icons? -
FreddeN - 12.06.2009
Quote:
Originally Posted by SpiderPork
No, it is not possible. But you can remove your own map icons with RemovePlayerMapIcon.
|
Like, if you look at LA-RP, you cant see that icons... hmm nvm, someone can help me with the other quastion?
Re: [HELP] Removing map Icons? -
mamorunl - 12.06.2009
the second one is just a gametext in OnPlayerRequestClass. There you select the skinid or classid and return a gametext
Re: [HELP] Removing map Icons? -
FreddeN - 12.06.2009
Quote:
Originally Posted by [NT
mamoru ]
the second one is just a gametext in OnPlayerRequestClass. There you select the skinid or classid and return a gametext
|
I want it when they select it and spawns, just when they spawn that text should show up.
Re: [HELP] Removing map Icons... and another quastion... -
mamorunl - 12.06.2009
Kay, then you could do it in OnPlayerSpawn or OnPlayerRequestSpawn (which is just before OnPlayerSpawn)
Re: [HELP] Removing map Icons... and another quastion... -
FreddeN - 12.06.2009
Quote:
Originally Posted by [NT
mamoru ]
Kay, then you could do it in OnPlayerSpawn or OnPlayerRequestSpawn (which is just before OnPlayerSpawn)
|
I got a text to work, but it shows up to all skins, I only want it for... lets say my mafia skin...
Re: [HELP] Removing map Icons... and another quastion... -
FreddeN - 12.06.2009
Sorry for double post, but I realy need this, just ask me if I gonna add something.
Re: [HELP] Removing map Icons... and another quastion... -
mamorunl - 12.06.2009
You have to add in a check if they picked a maffia skin
Re: [HELP] Removing map Icons... and another quastion... -
Goobiiify - 12.06.2009
I think you can remove them by changing Virtual Worlds. Default 0 and change it to 1
Not sure...