[HELP] runtime error 7: stack underflow
#1

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;
}

Reply


Messages In This Thread
[HELP] runtime error 7: stack underflow - by Luca12 - 11.10.2015, 17:59
Re: [HELP] runtime error 7: stack underflow - by AbyssMorgan - 11.10.2015, 18:02
Re: [HELP] runtime error 7: stack underflow - by Luca12 - 11.10.2015, 18:04
Re: [HELP] runtime error 7: stack underflow - by AbyssMorgan - 11.10.2015, 18:06
Re: [HELP] runtime error 7: stack underflow - by Luca12 - 11.10.2015, 18:07
Re: [HELP] runtime error 7: stack underflow - by AbyssMorgan - 11.10.2015, 18:11
Re: [HELP] runtime error 7: stack underflow - by Crayder - 11.10.2015, 23:32

Forum Jump:


Users browsing this thread: 3 Guest(s)