Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. -- How much time before auto respawn at hospital
  2. Config.RespawnDelayAfterRPDeath = 10 * minute
  3.  
  4. -- How much time before a menu opens to ask the player if he wants to respawn at hospital now
  5. -- The player is not obliged to select YES, but he will be auto respawn
  6. -- at the end of RespawnDelayAfterRPDeath just above.
  7. Config.RespawnToHospitalMenuTimer = false
  8. Config.MenuRespawnToHospitalDelay = 5 * minute
  9.  
  10. Config.EnablePlayerManagement = true
  11. Config.EnableSocietyOwnedVehicles = false
  12.  
  13. Config.RemoveWeaponsAfterRPDeath = true
  14. Config.RemoveCashAfterRPDeath = false
  15. Config.RemoveItemsAfterRPDeath = true
  16.  
  17. -- Will display a timer that shows RespawnDelayAfterRPDeath time remaining
  18. Config.ShowDeathTimer = true
  19.  
  20. -- Will allow to respawn at any time, don't use with RespawnToHospitalMenuTimer enabled!
  21. Config.EarlyRespawn = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement