Help please - 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 please (
/showthread.php?tid=115494)
Help please -
xNn - 24.12.2009
How can I get some factions do not appear on the mini-map? eg hitman
thanks
Re: Help please -
Correlli - 24.12.2009
Ask in the topic from where you have downloaded the gamemode.
Re: Help please -
Babul - 24.12.2009
after OnPlayerSpawn, set the Hitmen-Team's color to a value with 00 at the end, like 0xffffff00.
that 0x rr gg bb AA (red green blue ALPHA) values are important for you, have a look @
https://sampwiki.blast.hk/wiki/SetPlayerColor
it even works when u "change your skill"...
you could even set the color (black=hitman) to 0x000000ff for a black blip (visible) for a hitman "off-duty", and 0x00000000 for a full transparent (invisible) blip for being "on-duty"...
Re: Help please -
xNn - 24.12.2009
thanks man
solved