Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <amxmodx>
- #include <orpheu>
- #define PLUGIN "hook status"
- #define VERSION "0.1"
- #define AUTHOR "kanagava"
- public plugin_init(){
- register_plugin(PLUGIN, VERSION, AUTHOR);
- OrpheuRegisterHook(OrpheuGetFunction("Host_Status_f"), "status", OrpheuHookPre);
- }
- public OrpheuHookReturn:status(){
- return OrpheuSupercede;
- }
Advertisement
Add Comment
Please, Sign In to add comment