25.04.2014, 12:27
Try to replace :
PlayerInfo[i][RobberyTimer] --;
by : PlayerInfo[i][RobberyTimer] ++;
i saw too that there is no space beteween PlayerInfo[i][RobberyTimer] and --;
it must be like that : PlayerInfo[i][RobberyTimer] --;
try that, if it doesn't work, try te replace -- by ++ (i cannot help more than that, cause it's your code not mine)
PlayerInfo[i][RobberyTimer] --;
by : PlayerInfo[i][RobberyTimer] ++;
i saw too that there is no space beteween PlayerInfo[i][RobberyTimer] and --;
it must be like that : PlayerInfo[i][RobberyTimer] --;
try that, if it doesn't work, try te replace -- by ++ (i cannot help more than that, cause it's your code not mine)