seroff

Simple Block Cheat Mony 1.0 By Seroff

Jun 25th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include <amxmodx>
  2. #include <engine>
  3.  
  4. public plugin_init(){
  5. register_plugin("Simple Block Cheat Mony", "1.0", "Seroff" );
  6. register_impulse(101, "blockmony")
  7. }
  8.  
  9. public blockmony(id){
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment