View Single Post
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 07-05-2022 , 10:30   Re: Separate plugin only for the Roundtimer fix after change map
Reply With Quote #13

Quote:
Originally Posted by Ark_Procession View Post
unique bump, this is an historical bug that deserves a fix.
Quote:
Originally Posted by Ark_Procession View Post
Haha, it goes like this:
I do NOT need any other than that fix.
Quote:
Originally Posted by Ark_Procession View Post
i got banned from my own server for movement flood or something like that.
PHP Code:
#include <amxmodx>
new g_ForceRoundTimer

public plugin_init()
{
    
register_plugin("RoundTimer Fix""1.0"".sρiηX҉.")
    
g_ForceRoundTimer get_user_msgid("ShowTimer")
}

public 
client_putinserver(id)
{
    if(
is_user_connected(id))
    {
        
set_task(0.5,"@RoundTimerFix",id)
    }
}

@
RoundTimerFix(id)
{
    
emessage_begin(MSG_ONE_UNRELIABLEg_ForceRoundTimer_id);
    
emessage_end();

__________________

Last edited by DJEarthQuake; 08-20-2022 at 05:17. Reason: Remove link.
DJEarthQuake is offline