01.04.2011, 17:31
There isn't 'killerid' in OnVehicleDeath params
You wanted to do this?
You wanted to do this?
pawn Код:
public OnPlayerDeath(...)
{
if(IsPlayerInAnyVehicle(playerid))
{
DestroyVehicle(GetPlayerVehicleID(playerid));
}
return 1;
}