Raised This Month: $32 Target: $400
 8% 

[CSGO] Check if is freeze time


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
notMe2
Member
Join Date: Feb 2014
Old 01-08-2021 , 15:24   [CSGO] Check if is freeze time
Reply With Quote #1

Is it possible to know if its freeze time (time before match start)?
notMe2 is offline
FAQU
Member
Join Date: Sep 2020
Location: Romania
Old 01-09-2021 , 02:08   Re: [CSGO] Check if is freeze time
Reply With Quote #2

Try this:
PHP Code:
if (GameRules_GetProp("m_bFreezePeriod") != 0)
{
    
// do stuff

Or this:
PHP Code:
if (GameRules_GetRoundState() == RoundState_Preround)
{
    
// do stuff


Last edited by FAQU; 01-09-2021 at 02:17.
FAQU is offline
notMe2
Member
Join Date: Feb 2014
Old 01-09-2021 , 11:29   Re: [CSGO] Check if is freeze time
Reply With Quote #3

Thank you! Solved
notMe2 is offline
Reply


Thread Tools
Display Modes

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 02:00.


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