05.12.2009, 12:45
i meaned something like this:
thanks
thanks
pawn Код:
new string[156];
switch (classid) {
case 0,1,2,3:
{
format(string, sizeof(string), "~b~Human",playerid);
GameTextForPlayer(playerid, string, 2000,6);
} case 4,5,6,7:
{
format(string, sizeof(string), "~r~Zombie",playerid);
GameTextForPlayer(playerid, string, 2000,6);
}
}
return 1;
}