Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <amxmodx>
- #include <engine>
- public plugin_init(){
- register_plugin("Simple Block Cheat Mony", "1.0", "Seroff" );
- register_impulse(101, "blockmony")
- }
- public blockmony(id){
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment