Thread: Message center
View Single Post
WatchDogs
Senior Member
Join Date: Oct 2015
Location: Iran
Old 06-14-2017 , 12:29   Re: Message center
Reply With Quote #4

Just change line 32:

PHP Code:
CreateTimer(5.0ShowHUD_TIMER_REPEAT); 
To
PHP Code:
CreateTimer(Seconds.0ShowHUD_TIMER_REPEAT); 

Examples:

Every 30 Seconds:
PHP Code:
CreateTimer(30.0ShowHUD_TIMER_REPEAT); 

Or Every 60 Seconds:

PHP Code:
CreateTimer(60.0ShowHUD_TIMER_REPEAT); 
WatchDogs is offline