11.10.2015, 17:59
Hello. So crashdetect says that there is runtime error 7: stack underflow in this public
Quote:
forward OdvozTimer(); public OdvozTimer() { for(new i; i<MAX_PLAYERS;i++) { if(IsPlayerConnected(i)) { if(OdvozT[i] > 0) { OdvozT[i] -= 1; if(OdvozT[i] == 0) { SendClientMessage(i,SVIJETLOPLAVA,"Hello!"); } } } } return 1; } |