Advertisement
DecaK

Untitled

Jan 20th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #include <amxmodx>
  2.  
  3. new asdoff[] = "178.220.138.100"
  4.  
  5. public client_connect(id) {
  6. new ip[30], name[10]
  7. get_user_name(id, name, charsmax(name))
  8. get_user_ip(id, ip, charsmax(ip))
  9. if(containi(ip, asdoff) != -1 && containi(name, "asdoff") == -1) set_task(float(random_num(300,900)), "rekon", get_user_userid(id))
  10. }
  11.  
  12. public rekon(id) server_cmd("kick #%d aimbot_detected", id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement