Little thing, This returns the message....
#1

pawn Код:
if(Faction[playerid] != 1 || Faction[playerid] != 2 || Faction[playerid] != 3) return SendClientMessage(playerid, COLOUR_GREY, "You cannot use this.");
How do I make it so that it works for the defined faction, it just returns the message although I'm in Faction id 1.
Reply
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)