Guest User

Untitled

a guest
Mar 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. # [<gametype>]
  2. # load = "<commandline to run on load>"
  3. # unload = "<commandline to run on unload>"
  4. # min_players = <number of players required on server for this option to be shown>
  5. # You can remove the following example unless you wish to use it as well
  6.  
  7. [Turbo Deathmatch With Knife Syphon w/o Knifefight]
  8. load = "gg_turbo 1;gg_deathmatch 1;sm_knifefight_enabled 0;es_load syphon;gg_spawn_protect 2;gg_handicap 2;gg_give 1;gg_multi_level 3;gg_multikill_override 1;gg_weapon_order_file default_weapon_order"
  9. unload = "gg_turbo 0;gg_deathmatch 0;sm_knifefight_enabled 1;es_unload syphon;gg_handicap 2;gg_give 0;gg_multi_level 3;gg_multikill_override 1;gg_spawn_protect 0"
  10. min_players = 1
  11.  
  12. [Turbo Elimination with Syphon w/o Knife]
  13. load = "gg_turbo 1;gg_elimination 1;sm_knifefight_enabled 0;es_load syphon;gg_spawn_protect 2;gg_handicap 2;gg_give 1;gg_multi_level 3;gg_multikill_override 1;gg_weapon_order_file default_weapon_order"
  14. unload = "gg_turbo 0;gg_handicap 2;gg_give 0;sm_knifefight_enabled 1les_unload syphon;gg_spawn_protect 2;gg_multi_level 3;gg_multikill_override 1;gg_elimination 0"
  15. min_players = 1
  16.  
  17. [Reg Gungame with Knife Syphon with Knifefight]
  18. load = "gg_turbo 1;sm_knife_enabled 1;gg_spawn_protect 2;gg_spawn_protect 2;gg_multi_level 3;gg_multikill_override 1;gg_handicap 2;gg_give 1;gg_weapon_order_file default_weapon_order"
  19. unload = "gg_turbo 0;sm_knife_enabled 0;gg_spawn_protect 2;gg_spawn_protect 0;gg_multi_level 3;gg_multikill_override 1;gg_handicap 2;gg_give 0"
  20. min_players = 1
Add Comment
Please, Sign In to add comment