Raised This Month: $ Target: $400
 0% 

[CSGO] warm up Verificartion


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
brhvitor6
Member
Join Date: Oct 2012
Old 06-21-2013 , 20:28   [CSGO] warm up Verificartion
Reply With Quote #1

There is a way to see if warm up is running?

like
if(warmUp)
{
//code
}

thx
brhvitor6 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 06-22-2013 , 03:10   Re: [CSGO] warm up Verificartion
Reply With Quote #2

dumping netprops, found these
Code:
CCSGameRulesProxy (type DT_CSGameRulesProxy)
 Table: baseclass (offset 0) (type DT_GameRulesProxy)
 Table: cs_gamerules_data (offset 0) (type DT_CSGameRules)
  Member: m_bFreezePeriod (offset 560) (type integer) (bits 1)
  Member: m_bWarmupPeriod (offset 561) (type integer) (bits 1)
  Member: m_fWarmupPeriodEnd (offset 564) (type float) (bits 0)
  Member: m_fWarmupPeriodStart (offset 568) (type float) (bits 0)
GameRules_GetProp
PHP Code:
    if(GameRules_GetProp("m_bWarmupPeriod") == 1)
    {
    } 
forget this!
__________________
Do not Private Message @me

Last edited by Bacardi; 06-22-2013 at 06:18. Reason: much better
Bacardi is offline
brhvitor6
Member
Join Date: Oct 2012
Old 06-24-2013 , 14:17   Re: [CSGO] warm up Verificartion
Reply With Quote #3

thx man!
brhvitor6 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 08:14.


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