CreateVehicle
#4

Check out the DestroyVehicle command:
https://sampwiki.blast.hk/wiki/DestroyVehicle

Pseudo-code:
Код:
public OnVehicleDeath(vehicleid, killerid)
{
    if (rentcar == 1)
    {
        DestroyVehicle(vehicleid);
    }

    return 1;
}
Reply


Messages In This Thread
CreateVehicle - by barneystinson - 19.11.2010, 08:17
Re: CreateVehicle - by Lorenc_ - 19.11.2010, 08:26
Re: CreateVehicle - by barneystinson - 19.11.2010, 08:49
Re: CreateVehicle - by PowerPC603 - 19.11.2010, 09:09
Re: CreateVehicle - by barneystinson - 20.11.2010, 00:52
Re: CreateVehicle - by barneystinson - 20.11.2010, 02:07
Re: CreateVehicle - by barneystinson - 20.11.2010, 14:23
Re: CreateVehicle - by Biesmen - 20.11.2010, 15:11
Re: CreateVehicle - by barneystinson - 20.11.2010, 18:09

Forum Jump:


Users browsing this thread: 1 Guest(s)