SA-MP Forums Archive
Need Help fast - 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: Need Help fast (/showthread.php?tid=132136)



Need Help fast - playbox12 - 06.03.2010

Anyone knows how to put names above class selection to keep it simple,

I have an class selection with 3 cop skins and 3 mafia skins

I want above the cop skins: COPS

I want above the mafia skins: MAFIA

But i dont have an clue on how to to that, please help me out

Regards,

Jeroen aka, Playbox12


Re: Need Help fast - Las Venturas CNR - 06.03.2010

Use GameTextForPlayer
MAFIA:
pawn Код:
GameTextForPlayer(playerid,"~r~ MAFIA",2500,5
Cops:
pawn Код:
GameTextForPlayer(playerid,"~b~ Cops",2500,5
Topic on GameTextForPlayer...
Topic on GameTextForPlayer Colors/ Styles...