Textdraw at class selection
#8

Try:
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;
}
You can change the style here:

https://sampwiki.blast.hk/wiki/GameTextStyle
Reply


Messages In This Thread
Textdraw at class selection - by needhack - 09.11.2011, 19:39
Re: Textdraw at class selection - by Ironboy - 09.11.2011, 19:43
Re: Textdraw at class selection - by needhack - 09.11.2011, 20:08
Re: Textdraw at class selection - by grand.Theft.Otto - 09.11.2011, 20:12
Re: Textdraw at class selection - by needhack - 09.11.2011, 20:14
Re: Textdraw at class selection - by wups - 09.11.2011, 20:15
Re: Textdraw at class selection - by needhack - 09.11.2011, 20:28
Re: Textdraw at class selection - by Stigg - 09.11.2011, 20:54
Re: Textdraw at class selection - by needhack - 09.11.2011, 21:01
Re: Textdraw at class selection - by needhack - 10.11.2011, 13:11

Forum Jump:


Users browsing this thread: 1 Guest(s)