Page 1 of 1

Cancel Flag on MapChange for Delay

Posted: Thu Sep 15, 2016 9:41 pm
by decompile
Hey Guys,

What do you think about a "Cancel Flag" which resets the Delay on MapChange.

Greetz

EDIT:

I saw SourceMod uses this, almost exactly.

Code: Select all

CreateTimer(120, UpdatePlayerProfile, client, TIMER_FLAG_NO_MAPCHANGE);

Re: Cancel Flag on MapChange for Delay

Posted: Fri Sep 16, 2016 12:15 pm
by satoon101
That's probably not a bad idea. We could add that to the Repeat class, as well. Thank you for the suggestion.

Though, in the future, would you please post suggestions on our Issues List. It is much easier to track them there. Plus, this topic really doesn't relate to being "Plugin Development Support".

Re: Cancel Flag on MapChange for Delay

Posted: Fri Sep 16, 2016 12:41 pm
by decompile
Oh well, im sorry.

Im not using Github much, except for checking the source code. Atleast I know that for the next time.