29.12.2012, 06:08
I'm sorry for being noobish but could you help me one last time with adding that to this command as I am sure just adding that statement of DestroyVehicle would not work:
pawn Код:
public OnVehicleDeath(vehicleid, killerid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(GetPlayerVehicleID(i) == vehicleid) RemovePlayerFromVehicle(i);
}
return 1;
}

