Advertisement
ejdrienxd

Untitled

Mar 1st, 2020
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #include <amxmodx>
  2.  
  3. new reason[] = "Pobierz CS v43 z cssetti.pl"
  4.  
  5. public plugin_init()
  6. register_plugin( "FIX OLD NONSTEAM", "1.0", "Mysiu." );
  7.  
  8. public client_putinserver( id ) {
  9. new szAuthid[32];
  10. get_user_authid( id, szAuthid, 31 );
  11.  
  12. if(containi(szAuthid, "STEAM_0:4") != -1)
  13. server_cmd("kick #%d %s",get_user_userid(id),reason);
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement