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