hello! i have vipmenu with speed what makes speed "500"
but when i take weapon the speed goes "250"
Help please

_____________________________________________ ______________________
{
if( is_user_alive( id ) )
{
client_print(id, print_chat, "[VIP]: You get speed!")
set_user_maxspeed(id, 500.0);
}
}