Faction Help command/line
#3

Quote:
Originally Posted by PrinceKumar
Посмотреть сообщение
pawn Код:
if(PlayerInfo[playerid][pFaction] != LSPD || PlayerInfo[playerid][pFaction ]!=FBI) return SCM(playerid, COLOR_LIGHTRED,"Invalid faction");
This code is right, if though you want it to check whether he's Not LSPD OR FBI
If you want him Not to be either of them then use this:
pawn Код:
if(PlayerInfo[playerid][pFaction] != LSPD && PlayerInfo[playerid][pFaction ]!=FBI) return SCM(playerid, COLOR_LIGHTRED,"Invalid faction");
Reply


Messages In This Thread
Faction Help command/line - by Pk93 - 19.07.2013, 02:49
Re: Faction Help command/line - by PrinceKumar - 19.07.2013, 03:21
Re: Faction Help command/line - by Elie1996 - 19.07.2013, 04:11
Re: Faction Help command/line - by morocco - 19.07.2013, 04:16
Re: Faction Help command/line - by Pk93 - 19.07.2013, 13:05
Re: Faction Help command/line - by Pk93 - 19.07.2013, 13:43

Forum Jump:


Users browsing this thread: 1 Guest(s)