Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Make it possible to refresh Dalokohs just like ingame #7

Merged
merged 2 commits into from
Jul 16, 2016
Merged

Make it possible to refresh Dalokohs just like ingame #7

merged 2 commits into from
Jul 16, 2016

Conversation

Deathreus
Copy link
Contributor

Already have the PreThink, so may as well put it in there as it's less costly than OnGameFrame, and everyone will have PreThink hooked already
Let's face it, not knowing when the dalokohs is gonna go away before entering a fight really sucks

Already have the PreThink, so may as well put it in there as it's less costly than OnGameFrame, and everyone will have PreThink hooked already
Let's face it, not knowing when the dalokohs is gonna go away before entering a fight really sucks
@winstliu
Copy link
Member

winstliu commented Jun 29, 2016

Will review in 3 weeks.

dalokohsTimer[client] = null;
}
dalokohsTimer[client] = CreateTimer(30.0, Timer_DalokohsEnd, userid, TIMER_FLAG_NO_MAPCHANGE);
dalokohsTimer[client] = GetEngineTime() + 30.0; // Alternatively, set it GetEngineTime() and check GetEngineTime-30.0 > dalokohsTimer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment can be removed

@winstliu winstliu merged commit a0a3aab into 50DKP:master Jul 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants