View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 05-25-2020 , 13:20   Re: Remaining CT = slay
Reply With Quote #53

Suppose slay should only occur if 90 or more seconds have passed in the round.
Suppose all other conditions for HUD/slay are met at 5 seconds into the round.

I now need to trigger the HUD/slay in 85 seconds.

Options are:
- Begin the HUD/slay using a set_task() with an 85 second interval
- Keep checking conditions every 1 second and start HUD when all conditions are met.

Either way does the same thing, and I am doing the latter. There are obviously many ways to handle this.
__________________
Bugsy is offline