CreateVehicle
#6

Ah well I spose I should show my second half of the script i use really:

Код:
public OnVehicleDeath(vehicleid)
{
    SetTimer("removevehicledelay",10000, false);
    return 1;
}

forward removevehicledelay(vehicleid);
removevehicledelay(vehicleid)
{
    DestroyVehicle(vehicleid);
    return 1;
}
Reply


Messages In This Thread
CreateVehicle - by Brandlax - 02.11.2012, 18:44
Re: CreateVehicle - by Private200 - 02.11.2012, 18:50
Re: CreateVehicle - by Lorrden - 02.11.2012, 18:51
Re: CreateVehicle - by adsy - 02.11.2012, 19:11
Re: CreateVehicle - by Brandlax - 02.11.2012, 19:39
Re: CreateVehicle - by adsy - 02.11.2012, 20:28

Forum Jump:


Users browsing this thread: 3 Guest(s)