25.06.2011, 15:19
IDK if this will work, but try it: (I have to run for something now, so.. im making it fast...)
Why, because: LoadVehicleEnd(playerid,Lastveh) has 2 parameters.. playerid & lastveh. So, format the timer in that way.
ANd i think its better if you make the timer not to repeat.
pawn Код:
SetTimerEx("LoadVehicleEnd", 5000, 0, "dd", playerid, Lastveh);
ANd i think its better if you make the timer not to repeat.