public OnPlayerDeath(playerid, killerid, reason){ if(IsPlayerInAnyVehicle(killerid)) { SetPlayerPos(killerid,X,Y,Z); return 1; }}