Help On this msg
#4

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
Код:
if(PlayerInfo[playerid][pFaction] == PlayerInfo[playerid][pFaction]
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] == //Here the appropriate number of faction)
Reply


Messages In This Thread
Help On this msg - by Bojaa - 09.04.2017, 15:35
Re: Help On this msg - by coool - 09.04.2017, 15:39
Re: Help On this msg - by Bojaa - 09.04.2017, 15:50
Re: Help On this msg - by coool - 09.04.2017, 16:26
Re: Help On this msg - by Bojaa - 09.04.2017, 18:19
Re: Help On this msg - by khRamin78 - 09.04.2017, 19:25
Re: Help On this msg - by Vin Diesel - 09.04.2017, 19:27
Re: Help On this msg - by khRamin78 - 09.04.2017, 19:30
Re: Help On this msg - by Bojaa - 09.04.2017, 20:01
Re: Help On this msg - by Bojaa - 09.04.2017, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)