Guest User

Untitled

a guest
Oct 19th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.26 KB | None | 0 0
  1. #include <sourcemod>
  2.  
  3. public OnPluginStart()
  4. {
  5.     AddCommandListener(bad, "startmutiny");
  6.     AddCommandListener(bad, "callvote");
  7.     AddCommandListener(bad, "listissues");
  8. }
  9.  
  10. public Action:bad(client, const String:command[], argc)
  11. {
  12.     return Plugin_Handled;
  13. }
Add Comment
Please, Sign In to add comment