Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <sdktools>
- #include <sourcemod>
- #define PLUGIN_VERSION "1.0"
- public Plugin:myinfo =
- {
- name = "horsemann cheat flag",
- author = "conductor",
- description = "remove cheat flag from horsemann cvars",
- version = PLUGIN_VERSION,
- url = "tf2jump.com"
- };
- public OnPluginStart()
- {
- SetCommandFlags("tf_halloween_bot_chase_range",GetCommandFlags("tf_halloween_bot_chase_range")^FCVAR_CHEAT)
- SetCommandFlags("tf_halloween_bot_quit_range",GetCommandFlags("tf_halloween_bot_quit_range")^FCVAR_CHEAT)
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement