Thread: Timer Issue
View Single Post
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 12-29-2018 , 10:34   Re: Timer Issue
Reply With Quote #18

Quote:
Originally Posted by Lubricant Jam View Post
Okay it works however if you are the last person alive and complete the map, the timer still runs on the next round so it's not completely fixed.
PHP Code:

public Action Event_RoundEnd(Event event, const char[] namebool dontBroadcast)
{
    
delete hTimer;

you must hook the round_end event.
__________________
Ilusion9 is offline