26.12.2012, 15:28
Title says it all. Please help.
new Veh;
Veh = CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay);
public OnVehicleDeath(vehicleid, killerid)
{
DestroyVehicle(Veh);
return 1;
}