error 010: invalid function or declaration
#3

pawn Код:
public OnObjectMoved(objectid)
{
    if(objectid != gFerrisWheel) return 0;

    SetTimer("RotateWheel",3*1000,0);
    return 1;
} // <-- you close the callback so the rest functions are OUT of any callback; hence invalid.
    if(RaceStep==4)
    {
Reply


Messages In This Thread
error 010: invalid function or declaration - by vothanhdat - 02.05.2014, 10:15
Re: error 010: invalid function or declaration - by Eth - 02.05.2014, 10:16
Re: error 010: invalid function or declaration - by Konstantinos - 02.05.2014, 10:21
Re: error 010: invalid function or declaration - by XK - 02.05.2014, 10:23
Re: error 010: invalid function or declaration - by Eth - 02.05.2014, 10:23
Re: error 010: invalid function or declaration - by vothanhdat - 02.05.2014, 10:25
Re: error 010: invalid function or declaration - by Eth - 02.05.2014, 10:27
Re: error 010: invalid function or declaration - by XK - 02.05.2014, 10:27
Re: error 010: invalid function or declaration - by vothanhdat - 02.05.2014, 10:31

Forum Jump:


Users browsing this thread: 1 Guest(s)