23.04.2012, 03:14
If you have a lot of skin ids, this would be easier.
Control Structures - Switch [sa-mp wiki]
pawn Код:
switch (GetPlayerSkin(playerid))
{
case 284,285,286:
{
GameTextForPlayer(playerid, "~b~Blue Team", 1000, 4);
}
}