22.05.2011, 13:04
You need to put the GetPlayerSkin command where the "if gTeam" is placed. Turn them around and people will get kicked for having the skin incase of being in a gTeam.
I think you mean something doing it like this;
Код:
if(gTeam[playerid] == 1 || PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pTeam] == 1) { if(GetPlayerSkin(playerid) == 280 || GetPlayerSkin(playerid) == 281 || GetPlayerSkin(playerid) == 284 || GetPlayerSkin(playerid) == 265 || GetPlayerSkin(playerid) == 266 || GetPlayerSkin(playerid) == 285) { SendClientMessage(playerid, COLOR_LIGHTRED, "You are not allowed to enter this skin. (Kicked)"); Kick(playerid); } }