14.01.2012, 20:02
pawn Код:
if(Faction[playerid] != 1 || Faction[playerid] != 2 || Faction[playerid] != 3) return SendClientMessage(playerid, COLOUR_GREY, "You cannot use this.");
if(Faction[playerid] != 1 || Faction[playerid] != 2 || Faction[playerid] != 3) return SendClientMessage(playerid, COLOUR_GREY, "You cannot use this.");
if(Faction[playerid] != 1 && Faction[playerid] != 2 && Faction[playerid] != 3) return SendClientMessage(playerid, COLOUR_GREY, "You cannot use this.");