Well, I did that when you select an option from a menu, you will hear a sound and set you a player model
but it doesn't work
PHP Code:
new const example_sound[] = "misc/example/sound.wav"
new const example_model[] = "models/example/model.mdl"
public plugin_precache()
precache_sound(example_sound)
engfunc(EngFunc_PrecacheModel, example_model)
//...
case 1:
{
client_cmd(id, "spk ^"%s^"", example_sound)
cs_set_user_model(id, "example_model")
}
sorry, for my english