09.11.2011, 20:54
Try:
You can change the style here:
https://sampwiki.blast.hk/wiki/GameTextStyle
pawn Code:
public OnPlayerRequestClass(playerid, classid)
{
if(classid == 0) GameTextForPlayer(playerid,"~r~cj",2000,5);
if(classid == 1) GameTextForPlayer(playerid,"~w~truth",2000,5);
if(classid == 2) GameTextForPlayer(playerid,"~b~maccer",2000,5);
//Ect...
return 1;
}
https://sampwiki.blast.hk/wiki/GameTextStyle