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

[STOCK] How to set Freezetime or Roundtime on the fly


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 01-08-2020 , 20:39   [STOCK] How to set Freezetime or Roundtime on the fly
Reply With Quote #1

Hi folks, here is a small stock that adjust freezetime or roundtime on the fly.
I'm tried some time to make this to my mod, i hope someone can re-use for something.

PHP Code:
stock SetRoundTime(iTime)
{
    static 
iMsgRoundTime;
    
    if(
iMsgRoundTime || (iMsgRoundTime get_user_msgid("RoundTime")))
    {
        if(
get_gamerules_int("CGameRules","m_bFreezePeriod"))
        {
            
set_gamerules_int("CHalfLifeMultiplay","m_iIntroRoundTime",iTime);
            
set_gamerules_float("CHalfLifeMultiplay","m_fIntroRoundCount",get_gametime());
        }
        else
        {
            
set_gamerules_int("CHalfLifeMultiplay","m_iRoundTimeSecs",iTime);
            
set_gamerules_float("CHalfLifeMultiplay","m_fRoundCount",get_gametime());
        }

        
message_begin(MSG_ALL,iMsgRoundTime);
        
write_short(iTime);
        
message_end();
    }

This use fakemeta.

Ps. The main idea comes from here:
https://forums.alliedmods.net/showpo...8&postcount=10

From Arkshine

__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
 



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 11:42.


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