Posts: 511
Threads: 122
Joined: Jan 2013
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 !