Timer problem
#1

At the top of theGM
PHP код:
forward RACT();
forward RACTA();///348 
PHP код:
public RACTA();
/// 17098
    
SendClientMessageToAll(COLOR_YELLOW2,"Toate masiniile v-or fi respawnate in mai putin de 1 minut.")
}
public 
RACT();
{
    new 
bool:unwanted[CAR_AMOUNT];
    for(new 
player=0player<MAX_PLAYERSplayer++)
    {
        if(
IsPlayerInAnyVehicle(player))
        {
            
unwanted[GetPlayerVehicleID(player)]=true;
        }
    }
    for(new 
car 1car <= 420car++) ///17111
    
{
        if(!
unwanted[car]) SetVehicleToRespawn(car);
    }

Код:
xMA5.pwn(348) : error 010: invalid function or declaration
xMA5.pwn(17098) : error 055: start of function body without function header
xMA5.pwn(17102) : error 055: start of function body without function header
xMA5.pwn(17104) : error 010: invalid function or declaration
xMA5.pwn(17106) : error 010: invalid function or declaration
xMA5.pwn(17113) : error 010: invalid function or declaration
Reply


Messages In This Thread
Timer problem - by Ax3l123 - 12.03.2016, 12:42
Re: Timer problem - by zPain - 12.03.2016, 12:48
Re: Timer problem - by czerwony03 - 12.03.2016, 12:49
Re: Timer problem - by Banditul18 - 12.03.2016, 12:49
Re: Timer problem - by saffierr - 12.03.2016, 13:19
Re: Timer problem - by LovelySoomro - 12.03.2016, 17:34
Re: Timer problem - by Joron - 12.03.2016, 18:04

Forum Jump:


Users browsing this thread: 2 Guest(s)