Guest User

Untitled

a guest
Aug 12th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <sourcemod>
  2.  
  3. public OnPluginStart()
  4. {
  5. RegConsoleCmd("sm_rr", sm_rr)
  6. ServerExecute(mp_restartgame 1)
  7. }
  8. public Action:sm_tester(client, argc)
Advertisement
Add Comment
Please, Sign In to add comment