Text on class selection - 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: Text on class selection (
/showthread.php?tid=174209)
Text on class selection -
Hobod - 05.09.2010
so i just managed to get teams in my script that work fine
my question is, how can i get gametext to show up saying the tam name on each of the players?
like so if the player went onto one character the name of the team popped up.
Re: Text on class selection -
Dime - 05.09.2010
go at OnPlayerRequestClass and put this under your team
GameTextForPlayer(playerid, "police", 1000, 6);//put team name where is 'police'
Re: Text on class selection -
Hobod - 05.09.2010
cheers man forgot the gametextforplayer lool
got it all working perfect now ^^