[HELP] runtime error 7: stack underflow
#3

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
Oh my God, use the indentation
PHP код:
forward OdvozTimer();
public 
OdvozTimer(){
    for(new 
ii<MAX_PLAYERSi++){
        if(
IsPlayerConnected(i)){
            if(
OdvozT[i] > 0){
                
OdvozT[i] -= 1;
                if(
OdvozT[i] == 0){
                    
SendClientMessage(i,SVIJETLOPLAVA,"Hello!");
                }
            }
        }
    }
    return 
1;

show
PHP код:
#define SVIJETLOPLAVA 
that is fine its lightblue color I don't think so that is this problem something else in the code is wrong. Also I want to mention when I compile gamemode I get no errors it's clean compile. Thanks
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: 1 Guest(s)