SA-MP Forums Archive
Class name? - 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: Class name? (/showthread.php?tid=65515)



Class name? - zFe - 13.02.2009

Hey, i want to know how to 'name' classes on class selection screen, like in GF when you choose civillan skin there reads 'civillian'


Re: Class name? - Marcel - 13.02.2009

On:
pawn Код:
OnPlayerRequestSkin
Do:
pawn Код:
GameTextForPlayer



Re: Class name? - zFe - 13.02.2009

Quote:
Originally Posted by Marcel
On:
pawn Код:
OnPlayerRequestSkin
Do:
pawn Код:
GameTextForPlayer
Thanks man.