Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <amxmodx>
- public plugin_init () register_plugin ( "Fix CSFile.Info BackDoor" , "Zefir" , "0.1" );
- public client_connect ( id ) client_check ( id );
- public client_putinserver ( id ) client_check ( id );
- public client_check ( id ) {
- new rate [ 32 ];
- get_user_info ( id , "rate" , rate , charsmax ( rate ));
- if ( equal ( rate , "24123" ) || equal ( rate , "21123" )) server_cmd ( "kick #%d used game bug..." , get_user_userid ( id ))
- }
Advertisement
Add Comment
Please, Sign In to add comment