Faction Help command/line
#4

Quote:
Originally Posted by PrinceKumar
Посмотреть сообщение
Try this first
pawn Код:
if(PlayerInfo[playerid][pFaction] != LSPD || !=FBI) return SCM(playerid, COLOR_LIGHTRED,"Invalid faction");
if it doesn't work so use this it will work properly
pawn Код:
if(PlayerInfo[playerid][pFaction] != LSPD || PlayerInfo[playerid][pFaction ]!=FBI) return SCM(playerid, COLOR_LIGHTRED,"Invalid faction");
Quote:
Originally Posted by Elie1996
Посмотреть сообщение
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");


Nice !!

but say to him " How " !

Pk93
try !

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)