Jump to content

GhostIeader

Members
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by GhostIeader

  1. GhostIeader

    Cleanup of dead players bodys

    Found the file- so what's the proper way to modify this function to change the time before despawn? void OnClientRespawnEvent(PlayerIdentity identity, PlayerBase player) { if(player) { if (player.IsUnconscious() || player.IsRestrained()) { player.SetHealth("", "", 0.0); } } }
  2. GhostIeader

    Cleanup of dead players bodys

    Where is missionServer.c located?
×