Advertisement
wopox3

Round Block ReAPI

Oct 1st, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.35 KB | None | 0 0
  1. /* GoldSrc.ru */
  2. #include <amxmodx>
  3. #include <reapi>
  4.  
  5. public plugin_init()
  6. {
  7.     RegisterHookChain(RG_RoundEnd, "RoundEnd", .post = 0)
  8. }
  9.  
  10. public RoundEnd(WinStatus:status, ScenarioEventEndRound:event, Float:tmDelay)
  11. {
  12.     // SetHookChainArg(3, ATYPE_FLOAT, 1.0) // crash
  13.  
  14.     // return HC_OVERRIDE                   // crash
  15.  
  16.     // return HC_SUPERCEDE                  // crash
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement