View Single Post
axelnieves2012
Senior Member
Join Date: Oct 2014
Location: Argentina
Old 01-24-2021 , 16:30   Re: [Help] sm_cvar host_timescale not working
Reply With Quote #5

Quote:
Originally Posted by cravenge View Post
This is what you're looking for.
Hi, thanks for answering. I tested and it didn't work.

I installed that plugns+gamedata,
restarted my server,
sm_cvar host_timescale 2.0
And nothing worked

After that, I made a testing plugin:
PHP Code:
public void OnPluginStart()
{
    
SetConVarFloat(FindConVar("host_timescale"), 2.0);

And nothing worked.

Do you know what am I doing wrong?
axelnieves2012 is offline