29.11.2011, 11:36
Hello everybody.How to make when player jump with car into water to die how to make it
public OnPlayerDeath(playerid, killerid, reason)
{
new currentveh;
currentveh = GetPlayerVehicleID(playerid);
DestroyVehicle(currentveh);
return 1;
return 1;
}
if your not and you jump out when falling into the water idk =/ have to wait for someone more experinced, of which there are many lol.