[HELP]Destroy Vehicle after 5 Seconds
#3

Quote:
Originally Posted by » RyDeR «
Add this instead of DestroyVehicle in ur code.
pawn Код:
SetTimerEx("gDestroyVehicle", 5000, 0, "i", pcar1);
Add this anywhere in ur script..
pawn Код:
forward gDestroyVehicle(vehicleid);
public gDestroyVehicle(vehicleid)
{
    return DestroyVehicle(vehicleid);
}
thanks for the help but i solved by myself
Reply


Messages In This Thread
[HELP]Destroy Vehicle after 5 Seconds - by eDz0r - 02.05.2010, 08:16
Re: [HELP]Destroy Vehicle after 5 Seconds - by RyDeR` - 02.05.2010, 08:44
Re: [HELP]Destroy Vehicle after 5 Seconds - by eDz0r - 02.05.2010, 08:48

Forum Jump:


Users browsing this thread: 1 Guest(s)