#3

You missed closing bracket :
PHP код:
if(PlayerInfo[playerid][pKick] +=
It should be like :
PHP код:
if(PlayerInfo[playerid][pKick] +=1
But I think it should be like this to make your codes work correctly :
PHP код:
PlayerInfo[playerid][pKick] += 1
Reply


Messages In This Thread
kick - by GeneralAref - 20.12.2015, 16:04
Re: kick - by vassilis - 20.12.2015, 16:09
Re: kick - by Sh4d0w2 - 20.12.2015, 16:10
Re: kick - by vassilis - 20.12.2015, 16:13
Re: kick - by Sh4d0w2 - 20.12.2015, 16:15
Re: kick - by GeneralAref - 20.12.2015, 17:07

Forum Jump:


Users browsing this thread: 1 Guest(s)