Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //-------------------- Includes --------------------//
- #include < amxmodx >
- //-------------------- List of commands to block *NOTE: for chat add say before the command --------------------//
- new commandslist[][] = { "vote", "votemap", "jointeam", "chooesteam" }
- //-------------------- Plugin init --------------------//
- public plugin_init() for( new i = 0; i < sizeof( commandslist ); i++ ) register_clcmd( commandslist[ i ], "block" )
- //-------------------- block the commands --------------------//
- public block() return 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement