Hi I am struggling to get the plugins working but I just cant
I put paths.txt in csgo_models_downloads
and a config names models.cfg in csgo_models-configs
put the gameserver models and materials in
and ofc the fastdl server too but in bz2
and I couldnt get the menu in game while typing !models
the configs in sorcemod
error
Code:
[SM] Plugin csgo_models.smx failed to load: Required extension "modelch" file("modelch.ext") not running.
Code:
"model_players"
{
"Terrorists"
{
"Amongus" // Example custom player model. <only ARMS_FIX 1 define>
{
"model_player" "models/player/custom_player/owston/amongus/white.mdl"
"arms" "models/weapons/v_models/arms/glove_hardknuckle/v_glove_hardknuckle.mdl"
"vo_prefix" "fbihrt_epic"
}
}
"Counter-Terrorists"
{
"Amongus" // Example custom player model. <only ARMS_FIX 1 define>
{
"model_player" "models/player/custom_player/owston/amongus/white.mdl"
"arms" "models/weapons/v_models/arms/glove_hardknuckle/v_glove_hardknuckle.mdl"
"vo_prefix" "fbihrt_epic"
}
}
}