Raised This Month: $51 Target: $400
 12% 

CSGO - TIMERS NOT WORK.. (win7)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
client21
Senior Member
Join Date: Apr 2013
Old 08-06-2014 , 06:42   CSGO - TIMERS NOT WORK.. (win7)
Reply With Quote #1

PHP Code:
#pragma semicolon 1
#include <sourcemod>

public OnPluginStart()
{
    
CreateTimer(1.0z);
}

public 
Action:z(Handle:timer)
{
    
// omg, why not work

    
LogToFile("z.txt""z");
    
PrintToServer("z");

    return 
Plugin_Stop;


Last edited by client21; 08-06-2014 at 06:42.
client21 is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-06-2014 , 06:42   Re: CSGO - TIMERS NOT WORK.. (win7)
Reply With Quote #2

Timers do not run while the server is hibernating.
__________________
asherkin is offline
client21
Senior Member
Join Date: Apr 2013
Old 08-06-2014 , 06:55   Re: CSGO - TIMERS NOT WORK.. (win7)
Reply With Quote #3

I did sv_hibernate_when_empty 0 and its work, thx.
client21 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:26.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode