doesnt it work with this?
I'm not sure if it changes client cvars but i don't thinks so.
Because else it would be considert slowhacking(I think)
PHP Code:
#include <fun>
#define PLUGIN "speed"
#define VERSION "1.0"
#define AUTHOR "Drekes"
public plugin_init()
{
//stuff
}
public something(id)
{
set_user_maxspeed(id, 2.0)//double speed
}
__________________