21.02.2009, 14:05
Код:
else if(classid >= 59) { format(string, sizeof(string), "~w~Tekst1"); GameTextForPlayer(playerid,string,1000,6); } else if(classid >= 60) { format(string, sizeof(string), "~p~Tekst2"); GameTextForPlayer(playerid,string,1000,6); } else if(classid >= 61) { format(string, sizeof(string), "~b~Tekst3"); GameTextForPlayer(playerid,string,1000,6); }