05.01.2015, 16:08
Hello i need help with a timer he stoped after i put this code inside :
what can this code do to timer so he stoped working
Код:
KiekTraukinistu = 0;
for(new i=0; i<=MAX_PLAYERS;i++)
{
if(PlayerInfo[i][JobID] == 21)
{
KiekTraukinistu += 1;
}
}


