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