Put this in your public
Code:
new Float:speed = get_user_maxspeed(id) + 500; //or number you want it to go up by
set_user_maxspeed(id,speed);
cleint_cmd(id, "cl_forwardspeed 500")
client_cmd(id, "cl_backspeed 500")
client_cmd(id, "cl_sidespeed 500")
return PLUGIN_HANDLED
}
If this helped you please +karma : )