09.04.2017, 16:26
You are not in the faction, but the others are? yes I am!!!. Even without being in any faction you get the message of faction joining. That's your problem. It is because this sentence
will evaluate true because you are checking if the same variables are equal. And the code nested in will run. To solve this do
Код:
if(PlayerInfo[playerid][pFaction] == PlayerInfo[playerid][pFaction]
Код:
if(PlayerInfo[playerid][pFaction] == //Here the appropriate number of faction)