Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define VERSION "1.0"
- #include <amxmodx>
- #include <amxmisc>
- public plugin_init()
- {
- register_plugin("Kickar Bots",VERSION,"potatoes w/eels")
- }
- public client_putinserver(id)
- {
- if(is_user_bot(id))
- {
- server_cmd("kick #%d ^"BOT^"", get_user_userid(id))
- server_cmd("bot_quota 0")
- server_cmd("bot_kick")
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment