Thread: Models
View Single Post
Grasshoppa
Junior Member
Join Date: Jun 2008
Old 03-05-2009 , 19:43   Re: Models
Reply With Quote #6

were using these two skins along with ModelMenu plugin, We had a problem with our sourcebans with making groups but that's all cleared, The problem i think is downloading the files,
http://techknowmodels.19.forumer.com/viewtopic.php?t=72
http://techknowmodels.19.forumer.com...opic.php?t=132
we changed the files that their actually in, perhaps just reinstalling the models and fixing the paths would work? the paths are set correctly for the model plugin. we have also tried using this plugin
http://forums.alliedmods.net/showthr...ghlight=models

Heres what it looks like for the download list and Model paths
Code:
//Configure your menu here
"Models"
{
    //Name of the item to appear in the menu
    "Admin Only Models"
    {
        //Sourcemod admin group required to see/access this submenu
        "Admin"        "Wootman"
                    "Gundam"
            {
                "path" "models/player/techknow/gundam/gundam.mdl"}
            "Vacuum"
            {
                "path" "models/player/techknow/vacuum/vacuum.mdl"}
                     
    }
}
and here is the download list
Code:
//Don't modify or remove the Comment Lines ( // )
//Files (Download Only No Precache)
models/player/techknow/gundam/gundam.dx80.vtx
models/player/techknow/gundam/gundam.dx90.vtx
models/player/techknow/gundam/gundam.phy
models/player/techknow/gundam/gundam.sw.vtx
models/player/techknow/gundam/gundam.vvd
materials/models/player/techknow/gundam/flame.vmt
materials/models/player/techknow/gundam/flame.vtf
materials/models/player/techknow/gundam/gundam.vmt
materials/models/player/gundam/gundam.vtf
materials/models/player/gundam/gundam_n.vtf

models/player/techknow/vacuum/vacuum.dx80.vtx
models/player/techknow/vacuum/vacuum.dx90.vtx
models/player/techknow/vacuum/vacuum.phy
models/player/techknow/vacuum/vacuum.sw.vtx
models/player/techknow/vacuum/vacuum.vvd
materials/models/player/techknow/vacuum/bag.vmt
materials/models/player/techknow/vacuum/lens.vmt
materials/models/player/techknow/vacuum/light.vmt
materials/models/player/techknow/vacuum/light.vtf
materials/models/player/techknow/vacuum/vacuum.vmt
materials/models/player/techknow/vacuum/vacuum.vtf
//Decal Files (Download and Precache)

//Sound Files (Download and Precache)

//Model Files (Download and Precache)
models/player/techknow/vacuum/vacuum.mdl

models/player/techknow/gundam/gundam.mdl
could it just be paths are set wrong?
ALSO we run RPGMOD and DEATHMATCH, if those could be interfering with the plugin.

Last edited by Grasshoppa; 03-05-2009 at 20:05. Reason: New info
Grasshoppa is offline