13.12.2011, 19:13
pawn Код:
if(Faction[playerid] != 1 || 2 || 3)return SendClientMessage(playerid, COLOUR_GREY, "You cannot use this.");
if(Faction[playerid] != 1 || 2 || 3)return SendClientMessage(playerid, COLOUR_GREY, "You cannot use this.");
if(Faction[playerid] != 1 || 2 || 3) { return SendClientMessage(playerid, COLOUR_GREY, "You cannot use this."); }
if(Faction[playerid]<1 || 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.");