Raised This Month: $12 Target: $400
 3% 

Issue [CSGO]:Zephyrus Store


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Kurama
New Member
Join Date: Sep 2018
Old 09-18-2018 , 05:20   [CSGO]:Zephyrus Store
Reply With Quote #1

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"
			}	
		}

Last edited by Kurama; 09-18-2018 at 05:22.
Kurama is offline
Hunter6272
Senior Member
Join Date: Jun 2015
Location: Don't know
Old 09-19-2018 , 22:03   Re: [CSGO]:Zephyrus Store
Reply With Quote #2

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.
__________________
Patience is the key to success.

Last edited by Hunter6272; 09-19-2018 at 22:03.
Hunter6272 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:54.


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