Hi, i using this codes:
this in spawn:
PHP Code:
set_user_health(id,(get_pcvar_num(cvar_health_mob)))
set_user_gravity(id,(get_pcvar_float(cvar_gravity_mob)))
set_user_maxspeed(id,(get_pcvar_float(cvar_speed_mob)))
and this in plugin_init:
PHP Code:
cvar_health_mob = register_cvar("mob_health", "500")
cvar_gravity_mob = register_cvar("mob_gravity", "750")
cvar_speed_mob = register_cvar("mob_speed", "250")
but this are works bad

whats can help me ? please!!