AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Store (https://forums.alliedmods.net/forumdisplay.php?f=157)
-   -   Issue [CSGO]:Zephyrus Store (https://forums.alliedmods.net/showthread.php?t=310745)

Kurama 09-18-2018 05:20

[CSGO]:Zephyrus Store
 
Hello, i'm new to AlliedModders, so sorry if i'm putting this message in the wrong place.
So basically i wanted to add wings to my store, but when i add them to the FASTDL and my server
it downloads the wings, but, when i'm trying to equip them, it's not working.
simply not showing any wings on my player.

here's the items.txt code:
Code:

"Wings"
                {       
                        "Blue Wings"
                        {
                                "model""models/player/store/hats/wings/blue.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2500"
                                "type" "hat"
                                "slot" "5"
                        }                       
                        "Cyan Wings"
                        {
                                "model""models/player/store/hats/wings/cyan.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2500"
                                "type" "hat"
                                "slot" "5"
                        }                       
                        "Green Wings"
                        {
                                "model""models/player/store/hats/wings/green.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2500"
                                "type" "hat"
                                "slot" "5"
                        }                       
                        "Red Wings"
                        {
                                "model""models/player/store/hats/wings/red.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2500"
                                "type" "hat"
                                "slot" "5"
                        }                       
                        "White Wings"
                        {
                                "model""models/player/store/hats/wings/white.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2500"
                                "type" "hat"
                                "slot" "5"
                        }               
                        "Lats"
                        {
                                "model""models/player/store/hats/perfectworld_wings01_v3.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "8000"
                                "type" "hat"
                                "uid"  "wing_01"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Fuce"       
                        {
                                "model""models/player/store/hats/perfectworld_wings02_v3.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "6000"
                                "type" "hat"
                                "uid"  "wing_02"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Fire and Ice"
                        {
                                "model""models/player/store/hats/perfectworld_wings03_v3.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_03"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Izy"
                        {
                                "model""models/player/store/hats/perfectworld_wings04_v3.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_04"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Spon"
                        {
                                "model""models/player/store/hats/perfectworld_wings05_v3.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_05"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Hao"
                        {
                                "model""models/player/store/hats/perfectworld_wings06_v3.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_06"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Eilf"
                        {
                                "model""models/player/store/hats/perfectworld_wings07_v3.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_07"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Funa"
                        {
                                "model""models/player/store/hats/perfectworld_wings08_v3.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_08"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Luca"
                        {
                                "model""models/player/store/hats/perfectworld_wings09_v3.mdl"
                                "position""-1.500000 -6.500000 -11.500000"
                                "angles""-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_09"
                "attachment" "facemask"
                                "slot" "5"
                        }       
                }


Hunter6272 09-19-2018 22:03

Re: [CSGO]:Zephyrus Store
 
Code:

"Wings"
                {       
                        "Blue Wings"
                        {
                                "model" "models/player/store/hats/wings/blue.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2500"
                                "type" "hat"
                                "slot" "5"
                        }                       
                        "Cyan Wings"
                        {
                                "model" "models/player/store/hats/wings/cyan.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2500"
                                "type" "hat"
                                "slot" "5"
                        }                       
                        "Green Wings"
                        {
                                "model" "models/player/store/hats/wings/green.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2500"
                                "type" "hat"
                                "slot" "5"
                        }                       
                        "Red Wings"
                        {
                                "model" "models/player/store/hats/wings/red.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2500"
                                "type" "hat"
                                "slot" "5"
                        }                       
                        "White Wings"
                        {
                                "model" "models/player/store/hats/wings/white.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2500"
                                "type" "hat"
                                "slot" "5"
                        }               
                        "Lats"
                        {
                                "model" "models/player/store/hats/perfectworld_wings01_v3.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "8000"
                                "type" "hat"
                                "uid"  "wing_01"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Fuce"       
                        {
                                "model" "models/player/store/hats/perfectworld_wings02_v3.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "6000"
                                "type" "hat"
                                "uid"  "wing_02"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Fire and Ice"
                        {
                                "model" "models/player/store/hats/perfectworld_wings03_v3.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_03"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Izy"
                        {
                                "model" "models/player/store/hats/perfectworld_wings04_v3.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_04"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Spon"
                        {
                                "model" "models/player/store/hats/perfectworld_wings05_v3.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_05"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Hao"
                        {
                                "model" "models/player/store/hats/perfectworld_wings06_v3.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_06"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Eilf"
                        {
                                "model" "models/player/store/hats/perfectworld_wings07_v3.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_07"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Funa"
                        {
                                "model" "models/player/store/hats/perfectworld_wings08_v3.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_08"
                "attachment" "facemask"
                                "slot" "5"
                        }
                        "Luca"
                        {
                                "model" "models/player/store/hats/perfectworld_wings09_v3.mdl"
                                "position" "-1.500000 -6.500000 -11.500000"
                                "angles" "-65.000000 170.000000 0.000000"
                                "price" "2000"
                                "type" "hat"
                                "uid"  "wing_09"
                "attachment" "facemask"
                                "slot" "5"
                        }       
                }

Try this.


All times are GMT -4. The time now is 03:18.

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