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