25.10.2010, 19:44
What the hell is wrong with this?
I have it under OnPlayerRequestclass but when it comes to 72 and those skins it just shows Team Red...
pawn Код:
if(classid == 19 || 193 || 1 || 22 || 40)
{
GameTextForPlayer(playerid, "~r~Team Red", 3000, 3);
}
else if(classid == 72 || 143 || 176 || 259 || 275)
{
GameTextForPlayer(playerid, "~b~Team Blue", 3000, 3);
}