How to fix?
#2

It's just a guess, I don't know the name of your array, but I can tell pData is most likely an enumeration, so try both of this, and see wich one works:

pawn Код:
if(PlayerData[playerid][Faction] == 1) //If the faction is 1
if(PlayerData[playerid][Faction] == 1 || pData[playerid][Faction] == 2) //Checks if it is faction 1 or 2
if(0 < PlayerData[playerid][Faction] < 3) //Checks if it is between 0 and 3
if(PlayerData[playerid][Faction] != 0) //If the faction is not 0
if(PlayerData[playerid][Faction] == 1 && PlayerData[playerid][Rank] == 6) //If the faction is 1 and the rank is 6
If that doesn't work, replace "PlayerData" with "PlayerInfo" !
Reply


Messages In This Thread
How to fix? - by dR. - 28.06.2013, 07:03
Re: How to fix? - by Cjgogo - 28.06.2013, 07:36

Forum Jump:


Users browsing this thread: 2 Guest(s)