07.07.2011, 15:50
How does Deliver(playerid) be called?
By a timer?
If yes, you'll need to use SetTimerEx instead of SetTimer, to pass the variables.
Like this.
By a timer?
If yes, you'll need to use SetTimerEx instead of SetTimer, to pass the variables.
pawn Код:
SetTimerEx("Deliver",60000,false,"d",playerid);