Add this line somewhere above
plugin_init()
Add this line in your
plugin_init()
PHP Code:
mypcvar = register_cvar("user_speed","100.0")
and within your code , use it like
PHP Code:
if(gLvl[id] >= 5)
set_user_maxspeed( id , get_user_maxspeed( id ) + get_pcvar_float(mypcvar) )