Advertisement
crywolfy

Block Status Orpheu (HLDS)

Dec 10th, 2024
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | Source Code | 0 0
  1. #include < amxmodx >
  2. #include < orpheu >
  3.  
  4. public plugin_init()
  5. {
  6.     OrpheuRegisterHook(OrpheuGetFunction("Host_Status_f"), "status", OrpheuHookPre);
  7. }
  8.  
  9. public OrpheuHookReturn:status() {
  10.     return OrpheuSupercede;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement