Hey, I am using this stock I found in a tutorial.
PHP Code:
stock fm_set_user_model( player, const modelname[] )
{
// Set new model
engfunc( EngFunc_SetClientKeyValue, player, engfunc( EngFunc_GetInfoKeyBuffer, player ), "model", modelname )
// Remember this player has a custom model
g_has_custom_model[player] = true
}
what should modelname be? for example, should it be "models/player/custom.mdl"
Thanks.