Small Command Help?
#1

So this is a fraction of my code.. for some reason, even though my pFLeader is '11' (LSPD) it still says that I'm not a leader of any city services...

pawn Код:
if(strcmp(cmd, "/gov", true) == 0)
{
if((PlayerInfo[playerid][pFLeader] != 11) || (PlayerInfo[playerid][pFLeader] != 13) || (PlayerInfo[playerid][pFLeader] != 12) || (PlayerInfo[playerid][pFLeader] != 16))
{
SendClientMessage(playerid, COLOR_RED, "You aren't the leader of any City Services (LSPD, EMS, GOV, NG)");
return 1;
}
Any help is GREATLY appreciated.
Reply


Messages In This Thread
Small Command Help? - by Antonio [G-RP] - 28.05.2010, 23:00
Re: Small Command Help? - by sjvt - 28.05.2010, 23:07
Re: Small Command Help? - by Antonio [G-RP] - 28.05.2010, 23:08
Re: Small Command Help? - by sjvt - 28.05.2010, 23:10
Re: Small Command Help? - by Antonio [G-RP] - 28.05.2010, 23:58

Forum Jump:


Users browsing this thread: 1 Guest(s)