how to use sv_cheats 1 in your CFG
at the bottom of your CFG you need to type this :
wait 9000;ent_create point_servercommand wait 9050;ent_fire point_servercommand command "sv_cheats 1"
You can aslo use other command between the " " like
sv_gravity 200 ( low gravity)
mp_friendlyfire 1 ( can kill your own teammates)
mp_fastbuild 1 ( sentry builds with in one second)
tf_cheapobjects ( no metal needed to build )
that will look like this:
wait 9000;ent_create point_servercommand wait 9050;ent_fire point_servercommand command "sv_cheats 1; sv_gravity 200; mp_friendlyfire 1; mp_fastbuild 1;tf_cheapobjects"
No comments:
Post a Comment
Feel free to leave your feedback or questions here :)