28.05.2010, 23:00
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...
Any help is GREATLY appreciated.
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;
}