Advertisement
Guest User

Untitled

a guest
Aug 16th, 2013
856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1.  
  2. [CS:GO] Idle Support
  3. -=-=-=-=-=-=-=-=-=-=-
  4. - Version: 1.0.0
  5. - Panduh: (AlliedMods: thetwistedpanda)
  6. -=-=-=-=-=-=-=-=-=-=-
  7.  
  8. Description:
  9. - Creates the optimal gameplay for allowing players to Idle, as well as allowing players to gather Achievements.
  10. - The Terrorist team is used as the Idling team where as the Counter-Terrorist team is for achievement whoring.
  11.  
  12. Features:
  13. - Players will automatically be placed on a team if they fail to choose one after x seconds.
  14. - Players will automatically be removed from spectate after x seconds.
  15. - Players will automatically be moved from CTs to Ts if they're found to be afk every x seconds.
  16. - Support for an Immunity override that makes anyone with the override exempt from the three above actions.
  17. - Players on T/CT/Both (Configurable) may have all equipment removed on spawn and delete any item they touch.
  18. - Players on T/CT/Both (Configurable) may have their spawn position saved and always return to that position on re-spawn.
  19. - Weapons dropped by players may be deleted in x.x seconds, unless they receive a new owner.
  20. - Players receive 16k cash on spawn and again on every purchase, ensuring infinite cash.
  21. - Support for removing the upper/lower bounds on up to 50 cvars, allowing for setting values outside normal bounds.
  22. - Support for hooking up to 50 cvars and preventing their values from being changed from the defined defaults.
  23. - Support for forcing the current mp_roundtime* so that the round cannot end until the round time expires.
  24. - > Detects Defusal/Hostage/Normal gameplay and uses the correct mp_roundtimedefuse/mp_roundtimehostage/mp_roundtime convar
  25. - Team changes are hooked and forced to ensure they're immediate, rather than waiting until next round / x seconds after death (CS:GO Bug).
  26.  
  27. ConVars:
  28. - csgo_idle_immunity_override
  29. - csgo_idle_enabled
  30. - csgo_idle_auto_join_delay
  31. - csgo_idle_auto_join_team
  32. - csgo_idle_auto_despec_delay
  33. - csgo_idle_auto_despec_team
  34. - csgo_idle_auto_afk_delay
  35. - csgo_idle_auto_afk_team
  36. - csgo_idle_delete_drop_delay
  37. - csgo_idle_infinite_cash
  38. - csgo_idle_respawn_delay
  39. - csgo_idle_strip_team
  40. - csgo_idle_enforce_spawn_position
  41. - csgo_idle_enforce_round_time
  42. - csgo_idle_enforce_convars
  43. - csgo_idle_strip_bounds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement