CMD problem
#2

I think the problem is in those 2 codes
Код:
if(PlayerData[playerid][pMember] + PlayerData[playerid][pLeader] == 5)
Код:
if(PlayerData[victima][pMember] + PlayerData[victima][pLeader] != 5)
If your faction data is "pLeader"
they should be like this:
Код:
if(PlayerData[playerid][pLeader] == 5)
Код:
if(PlayerData[victima][pLeader] != 5)
Reply


Messages In This Thread
CMD problem - by Ax3l123 - 15.08.2015, 21:38
Re: CMD problem - by UnDetectable - 16.08.2015, 01:21
Re: CMD problem - by Keyhead - 16.08.2015, 02:19
Re: CMD problem - by Ax3l123 - 16.08.2015, 07:58
Re: CMD problem - by IgorLuiz - 16.08.2015, 08:24
Re: CMD problem - by Ax3l123 - 16.08.2015, 09:24
Re: CMD problem - by IgorLuiz - 16.08.2015, 09:35
Re: CMD problem - by jlalt - 16.08.2015, 10:03
Re: CMD problem - by Ax3l123 - 16.08.2015, 10:11
Re: CMD problem - by jlalt - 16.08.2015, 10:12

Forum Jump:


Users browsing this thread: 1 Guest(s)