Class selection / textdraw.
#3

I have only 3 classes, so i did it other way:
pawn Код:
if (classid == 0)
{
    format(string, sizeof(string), "~g~LOS SANTOS");
    GameTextForPlayer(playerid,string,1000,6);
}
else if (classid == 1)
{
    format(string, sizeof(string), "~b~SAN FIERRO");
    GameTextForPlayer(playerid,string,1000,6);
}
else if (classid == 2)
{
    format(string, sizeof(string), "~y~LAS VENTURAS");
    GameTextForPlayer(playerid,string,1000,6);
}
Anyway, thanks, AutoSized
Reply


Messages In This Thread
Class selection / textdraw. - by Krish - 03.01.2009, 07:31
Re: Class selection / textdraw. - by Auto-Sized - 03.01.2009, 07:33
Re: Class selection / textdraw. - by Krish - 03.01.2009, 09:10
Re: Class selection / textdraw. - by Auto-Sized - 03.01.2009, 09:22
Re: Class selection / textdraw. - by Scripterzors - 03.02.2009, 05:33
Re: Class selection / textdraw. - by Cueball - 03.02.2009, 06:08
Re: Class selection / textdraw. - by Cueball - 03.02.2009, 09:32

Forum Jump:


Users browsing this thread: 1 Guest(s)