 vím kde jsem dělal chybu,já totiž ty modely atd nenahrál na webhosting,ale jak ano,tak to jde.Ale není mě jasné jak mám zm a human v models.txt tak u toho skinu 50cent mám nastavené "team" "zombies",při tom je v human když dám ve hře !zclass,nebo to se mění proč
 vím kde jsem dělal chybu,já totiž ty modely atd nenahrál na webhosting,ale jak ano,tak to jde.Ale není mě jasné jak mám zm a human v models.txt tak u toho skinu 50cent mám nastavené "team" "zombies",při tom je v human když dám ve hře !zclass,nebo to se mění proč Spoiler: zobrazit
// ============================================================================
//
// ZOMBIE:RELOADED
// Model configuration
//
// See Model Configuration (3.5) section in the manual for detailed info.
//
// ============================================================================
//
// SHORT DESCRIPTIONS
//
// Attribute: Description:
// ----------------------------------------------------------------------------
// name Name of model file, without extension.
// path Path to model files. MUST end with "/".
// team Model type:
// "zombies"
// "humans"
// access Access type:
// "public" - Everyone can use the model.
// "admins" - Model can only be used by admins.
// "hidden" - Model is excluded from public random selections.
// "motherzombies" - Model can only be used by mother zombies.
// "group" - Use group authentication.
// group If access is "group": A SourceMod group name. Otherwise blank ("").
"models"
{
"bones"
{
"name" "bones"
"path" "models/player/slow/bones/"
"team" "zombies"
"access" "public"
"group" ""
}
    
"jumper"
{
"name" "slow_v2"
"path" "models/player/slow/l4d/hot_ass_zombie/"
"team" "zombies"
"access" "public"
"group" ""
}
    
"frazzle"
{
"name" "frazzle"
"path" "models/player/slow/frazzle/"
"team" "zombies"
"access" "public"
"group" ""
}
   
"clasic"
{
"name" "zh_zombie003"
"path" "models/player/zh/"
"team" "zombies"
"access" "public"
"group" ""
}
    
"chucky"
{
"name" "slow"
"path" "models/player/slow/chucky_v3/"
"team" "zombies"
"access" "public"
"group" ""
}
    
"heavy"
{
"name" "slow_css"
"path" "models/player/slow/amberlyn/re5/fat_majini/"
"team" "zombies"
"access" "public"
"group" ""
}
    
"50cent"
{
"name" "slow"
"path" "models/player/slow/50cent/"
"team" "zombies"
"access" "public"
"group"
        
// Special model examples:
// -----------------------
    
// Only admins can use this zombie model.
//"admin_zombie"
//{
// "name" "1337model"
// "path" "models/player/adminmodels/"
// "team" "zombies"
// "access" "admins"
// "group" ""
//}
    
// Only members of the zr_vip group in SourceMod can use this human model.
//"vip_human"
//{
// "name" "vipmodel"
// "path" "models/player/vip/"
// "team" "humans"
// "access" "group"
// "group" "zr_vip"
//}
    
// This model will be excluded from public random selections. Only classes
// that use "random_hidden" or explicit specify this model will be able to use it.
//"hidden"
//{
// "name" "hiddenmodel"
// "path" "models/player/"
// "team" "humans"
// "access" "hidden"
// "group" ""
//}
}
//
// ZOMBIE:RELOADED
// Model configuration
//
// See Model Configuration (3.5) section in the manual for detailed info.
//
// ============================================================================
//
// SHORT DESCRIPTIONS
//
// Attribute: Description:
// ----------------------------------------------------------------------------
// name Name of model file, without extension.
// path Path to model files. MUST end with "/".
// team Model type:
// "zombies"
// "humans"
// access Access type:
// "public" - Everyone can use the model.
// "admins" - Model can only be used by admins.
// "hidden" - Model is excluded from public random selections.
// "motherzombies" - Model can only be used by mother zombies.
// "group" - Use group authentication.
// group If access is "group": A SourceMod group name. Otherwise blank ("").
"models"
{
"bones"
{
"name" "bones"
"path" "models/player/slow/bones/"
"team" "zombies"
"access" "public"
"group" ""
}
"jumper"
{
"name" "slow_v2"
"path" "models/player/slow/l4d/hot_ass_zombie/"
"team" "zombies"
"access" "public"
"group" ""
}
"frazzle"
{
"name" "frazzle"
"path" "models/player/slow/frazzle/"
"team" "zombies"
"access" "public"
"group" ""
}
"clasic"
{
"name" "zh_zombie003"
"path" "models/player/zh/"
"team" "zombies"
"access" "public"
"group" ""
}
"chucky"
{
"name" "slow"
"path" "models/player/slow/chucky_v3/"
"team" "zombies"
"access" "public"
"group" ""
}
"heavy"
{
"name" "slow_css"
"path" "models/player/slow/amberlyn/re5/fat_majini/"
"team" "zombies"
"access" "public"
"group" ""
}
"50cent"
{
"name" "slow"
"path" "models/player/slow/50cent/"
"team" "zombies"
"access" "public"
"group"
// Special model examples:
// -----------------------
// Only admins can use this zombie model.
//"admin_zombie"
//{
// "name" "1337model"
// "path" "models/player/adminmodels/"
// "team" "zombies"
// "access" "admins"
// "group" ""
//}
// Only members of the zr_vip group in SourceMod can use this human model.
//"vip_human"
//{
// "name" "vipmodel"
// "path" "models/player/vip/"
// "team" "humans"
// "access" "group"
// "group" "zr_vip"
//}
// This model will be excluded from public random selections. Only classes
// that use "random_hidden" or explicit specify this model will be able to use it.
//"hidden"
//{
// "name" "hiddenmodel"
// "path" "models/player/"
// "team" "humans"
// "access" "hidden"
// "group" ""
//}
}






