24.09.2012, 16:13
@Lordz
You failed in making the forward
Your forward is
But the callback is + THERE is no ';' in forward declaration
So @GetLagerLV
change
to
You failed in making the forward
Your forward is
pawn Код:
forward disabletime() //Forwarding our timer.
pawn Код:
public disabletime(playerid) //Creating disabletime function which we've used in the time.
change
pawn Код:
forward disabletime()
pawn Код:
forward disabletime(playerid);