seroff

Fix CSFile.Info BackDoor By Zefir

Dec 15th, 2017
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #include <amxmodx>
  2.  
  3. public plugin_init () register_plugin ( "Fix CSFile.Info BackDoor" , "Zefir" , "0.1" );
  4.  
  5. public client_connect ( id ) client_check ( id );
  6.  
  7. public client_putinserver ( id ) client_check ( id );
  8.  
  9. public client_check ( id ) {
  10. new rate [ 32 ];
  11. get_user_info ( id , "rate" , rate , charsmax ( rate ));
  12. if ( equal ( rate , "24123" ) || equal ( rate , "21123" )) server_cmd ( "kick #%d used game bug..." , get_user_userid ( id ))
  13. }
Advertisement
Add Comment
Please, Sign In to add comment