AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Store (https://forums.alliedmods.net/forumdisplay.php?f=157)
-   -   Arms not showing (https://forums.alliedmods.net/showthread.php?t=317419)

einsfuhrer 07-12-2019 10:53

Arms not showing
 
So I added:
Code:

"arms" "path"
To the items.txt but they are still not visible.

Here is my item.txt playerskin part:

Code:

        "Player Skins"
        {
                "Terrorists"
                {
                        "Chucky"
                        {
                                "model" "models/player/custom_player/legacy/chucky/chucky.mdl"
                                "team" "2"
                                "price" "120"
                                "type" "playerskin"
                        }
                }
               
                "Counter-Terrorists"
                {
                        "Trump"
                        {
                                "model" "models/player/custom_player/kuristaja/trump/trump.mdl"
                                "arms" "models/player/custom_player/kuristaja/trump/trump_arms.mdl"
                                "team" "3"
                                "price" "120"
                                "type" "playerskin"
                        }
                }
        }

And here's a picture of the arms being not shown, I'm using Trump skin now but the arms are not showing at all: http://prntscr.com/oe5yav

How do i solve this?


All times are GMT -4. The time now is 14:10.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.