Thread: [Issue] CSGO Issue
View Single Post
JZServices
Member
Join Date: Jul 2013
Old 02-09-2014 , 23:01   Re: CSGO Issue
Reply With Quote #8

Your models should be in the database with an entry something like this:

Code:
{
    "model": "models/props_junk/trafficcone001a.mdl",
    "position": [0.0, -1.0, 20.0],
    "angles": [0.0, 0.0, 0.0],
    "attachment": "forward",
    "playermodels": [
        {
            "playermodel": "models/player/techknow/scream/scream.mdl",
            "position": [0, -5.4, 20],
            "angles": [0, 0, 90]
        },
        {
            "playermodel": "models/player/csctm/bandit/black.mdl",
            "position": [0, -5.4, 20],
            "angles": [0, 0, 90]
        }
    ]
}
Try adjusting the second option after position: [0.0, -1.0, 20.0] or add a model that is in the map (if you use custom models) and adjust the y for it. Y should be the 2nd option. If you get no result, then its not attaching to the bone correct. If you get results, it might be just not configured correct.
JZServices is offline