AMX Mod X API Documentation

Signature
#define IsRoundExpireEvent(%0) (((1 << _:(%0) + _:ScenarioEventEndRound:0) & ((1 << _:ROUND_TARGET_SAVED) | (1 << _:ROUND_HOSTAGE_NOT_RESCUED) | (1 << _:ROUND_TERRORISTS_NOT_ESCAPED) | (1 << _:ROUND_VIP_NOT_ESCAPED) | (1 << _:ROUND_GAME_OVER))) != 0)
Description

Returns true if round has ended by expired time

Notes
  • Use this for hookchain RG_RoundEnd with the parameter ScenarioEventEndRound:event
Назад
Верх