How to create vehicle that will never respawn?
#3

At the top of your script
pawn Код:
new Veh;
Fill the parameters,and create the vehicle via a command or what ever
pawn Код:
Veh = CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay);
If you don't know whats this put it at the bottom of your script.
pawn Код:
public OnVehicleDeath(vehicleid, killerid)
{
DestroyVehicle(Veh);
    return 1;
}
Reply


Messages In This Thread
How to create vehicle that will never respawn? - by ShawtyyMacJunior - 26.12.2012, 15:28
Re: How to create vehicle that will never respawn? - by jNkk - 26.12.2012, 15:32
Re: How to create vehicle that will never respawn? - by DaRk_RaiN - 26.12.2012, 15:34
Re: How to create vehicle that will never respawn? - by Sydcul - 26.12.2012, 17:16

Forum Jump:


Users browsing this thread: 1 Guest(s)