DarkDracoon

dasdas

Jan 18th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.33 KB | None | 0 0
  1. #define VERSION "1.0"
  2.  
  3. #include <amxmodx>
  4. #include <amxmisc>
  5.  
  6. public plugin_init()
  7. {
  8.     register_plugin("Kickar Bots",VERSION,"potatoes w/eels")
  9. }
  10.  
  11. public client_putinserver(id)
  12. {
  13.     if(is_user_bot(id))
  14.     {
  15.         server_cmd("kick #%d ^"BOT^"", get_user_userid(id))
  16.         server_cmd("bot_quota 0")
  17.         server_cmd("bot_kick")
  18.        
  19.     }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment