09.08.2009, 16:42
Because here is my original code:
public OnPlayerExitVehicle(playerid, vehicleid)
{
SetTimerEx("cardestroy",5000,0,"i",vehicleid);
return 1;
}
And I would like for it to count down the 5 seconds, then check if someone is in the car. and if someone is in the car, not to destroy it.
public OnPlayerExitVehicle(playerid, vehicleid)
{
SetTimerEx("cardestroy",5000,0,"i",vehicleid);
return 1;
}
And I would like for it to count down the 5 seconds, then check if someone is in the car. and if someone is in the car, not to destroy it.