03.01.2009, 09:10
I have only 3 classes, so i did it other way:
Anyway, thanks, AutoSized
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);
}