Advertisement
Guest User

Untitled

a guest
Jul 27th, 2021
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. //made by flares
  2. //made for engineer's in setup time
  3. //reach out to me for any feedback https://steamcommunity.com/id/flareys/ (leave a comment if you want to add me)
  4. //made on 23/4/2021
  5. //last edited on 29/5/2021
  6.  
  7. join_class engineer; jointeam red; mp_restartgame_immediate 1; wait 528; addcond 32; wait 528; addcond 32; wait 45000; mp_tournament_restart
  8. //Don't touch this ^
  9.  
  10. net_fakelag 15
  11. //^ Put your own fake lag here
  12.  
  13. Echo " Execed Engi Rollout Practice CFG"
  14.  
  15. sv_cheats 1
  16. mp_tournament 1
  17. sv_allow_wait_command 1
  18. tf_player_movement_restart_freeze 1
  19. tf_preround_push_from_damage_enable 1
  20. //^ pretty important, I'd recommend not touching this.
  21.  
  22. // Minor fixes
  23. tf_birthday 0 //No birthday mode, birthday ball can't spawn.
  24. mp_timelimit 0 //No server time limit, so that map doesn't change out of no where.
  25. host_thread_mode 0 //For me personally if this is set to anything else then 0 I can't move in spawn.
  26. tf_weapon_criticals 0 //No critical hits. Basically doesn't change anything.
  27. mp_tournament_readymode 0 //Cosmetic difference.
  28. tf_grapplinghook_enable 0 //No grappling hook
  29. mp_disable_respawn_times 1 //No respawn times.
  30. ent_remove_all func_regenerate //Removes the constant resupply cabinet effect like the ones jump servers.
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement