Raised This Month: $ Target: $400
 0% 

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
Dkmuniz
Senior Member
Join Date: Jun 2013
Old 02-01-2016 , 18:49   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #341

Quote:
Originally Posted by Pardieiro View Post
I put this in my store/items.txt but still not working.

Code:
	"Asas"
	{
	        "Asas Azuis"
	        {
		         "model" "models/shop/wings/blue.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "10000"
                         "type" "hat"
	        }
	        "Asas Cianas"
	        {
		         "model" "models/shop/wings/cyan.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "10000"
                         "type" "hat"
                         "games" "csgo"
	         }
	        "Asas Verdes"
	         {
		         "model" "models/shop/wings/green.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "10000"
                         "type" "hat"
                         "games" "csgo"
	         }
	        "Asas Vermelhas"
	         {
		         "model" "models/shop/wings/red.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "10000"
                         "type" "hat"
                         "games" "csgo"
	         }
	        "Asas Brancas"
	         {
		         "model" "models/shop/wings/white.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "10000"
                         "type" "hat"
                         "games" "csgo"
	         }
	        "Asas Premium 1"
	         {
		         "model" "models/shop/perfectworld_wings01_v3.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "20000"
                         "flag" "a"
                         "type" "hat"
                         "games" "csgo"
	         }
	         "Asas Premium 2"
	         {
		         "model" "models/shop/perfectworld_wings02_v3.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "20000"
                         "flag" "a"
                         "type" "hat"
                         "games" "csgo"
	         }
	         "Asas Premium 3"
	         {
		         "model" "models/shop/perfectworld_wings03_v3.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "20000"
                         "flag" "a"
                         "type" "hat"
                         "games" "csgo"
	         }
	         "Asas Premium 4"
	         {
		         "model" "models/shop/perfectworld_wings04_v3.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "20000"
                         "flag" "a"
                         "type" "hat"
                         "games" "csgo"
	         }
	         "Asas Premium 5"
	         {
		         "model" "models/shop/perfectworld_wings05_v3.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "20000"
                         "flag" "a"
                         "type" "hat"
                         "games" "csgo"
	         }
	         "Asas Premium 6"
	         {
		         "model" "models/shop/perfectworld_wings06_v3.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "20000"
                         "flag" "a"
                         "type" "hat"
                         "games" "csgo"
	         }
	         "Asas Premium 7"
	         {
		         "model" "models/shop/perfectworld_wings07_v3.mdl"
		         "position" "-1.500000 -6.500000 -11.500000"
		         "angles" "-65.000000 170.000000 0.000000"
                         "price" "20000"
                         "flag" "a"
                         "type" "hat"
                         "games" "csgo"
	        }
	        "Asas Premium 8"
	        {
		          "model" "models/shop/perfectworld_wings08_v3.mdl"
		          "position" "-1.500000 -6.500000 -11.500000"
		          "angles" "-65.000000 170.000000 0.000000"
                          "price" "20000"
                          "flag" "a"
                          "type" "hat"
                          "games" "csgo"
	        }
	        "Asas Premium 9"
	        {
		          "model" "models/shop/perfectworld_wings09_v3.mdl"
		          "position" "-1.500000 -6.500000 -11.500000"
		          "angles" "-65.000000 170.000000 0.000000"
                          "price" "20000"
                          "flag" "a"
                          "type" "hat"
                          "games" "csgo"
	         }
       }
Is something wrong? (Asas = Wings)
Verify if this models of wings are upload in game server!
Verifica se os modelos estao upados meu amigo !
Dkmuniz is offline
kaeming
Senior Member
Join Date: Nov 2015
Old 02-02-2016 , 02:30   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #342

Quote:
Originally Posted by oaaron99 View Post
Only the credits are stored in the MySQL I believe.
I don't think so, store_items table is available too


EDIT:

Ahh i fixed it, my player models file location was like models\player\etc ...

changing it to models/players/etc did the job!
__________________
Add me up HERE if you have inquiries regarding server related stuff!
CS:GO Multimod & Jailbreak Servers > I am selling my entire ready to play server, add me up on steam to discuss.

Last edited by kaeming; 02-02-2016 at 03:54.
kaeming is offline
Addicted.
AlliedModders Donor
Join Date: Dec 2013
Location: 0xA9D0DC
Old 02-02-2016 , 07:32   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #343

Quote:
Originally Posted by kaeming View Post
I don't think so, store_items table is available too


EDIT:

Ahh i fixed it, my player models file location was like models\player\etc ...

changing it to models/players/etc did the job!
Yeah you're right. Idk where that idea came from lol
Addicted. is offline
CaptainNervous
Senior Member
Join Date: Mar 2015
Location: World
Old 02-05-2016 , 01:26   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #344

How can I import my existing sourcemod-local.sq3 to mysql? Does anyone have any idea?
__________________
CaptainNervous is offline
Addicted.
AlliedModders Donor
Join Date: Dec 2013
Location: 0xA9D0DC
Old 02-05-2016 , 07:50   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #345

Quote:
Originally Posted by CaptainNervous View Post
How can I import my existing sourcemod-local.sq3 to mysql? Does anyone have any idea?
Please use the search function first...

https://forums.alliedmods.net/showpo...&postcount=330
Addicted. is offline
CaptainNervous
Senior Member
Join Date: Mar 2015
Location: World
Old 02-05-2016 , 10:32   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #346

Quote:
Originally Posted by oaaron99 View Post
Please use the search function first...

https://forums.alliedmods.net/showpo...&postcount=330
Sorry but thats not the answer.

I don't want store my database in sourcemod folders. I want to use MYSQL server and I want to know how to convert .sq3 to MYSQL format.
__________________
CaptainNervous is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 02-05-2016 , 11:17   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #347

http://lmgtfy.com/?q=convert+sqlite+to+mysql
__________________
8guawong is offline
Addicted.
AlliedModders Donor
Join Date: Dec 2013
Location: 0xA9D0DC
Old 02-05-2016 , 15:31   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #348

Quote:
Originally Posted by CaptainNervous View Post
Sorry but thats not the answer.

I don't want store my database in sourcemod folders. I want to use MYSQL server and I want to know how to convert .sq3 to MYSQL format.
I understood that. I was pointing you in the right direction.
Addicted. is offline
kaeming
Senior Member
Join Date: Nov 2015
Old 02-08-2016 , 03:21   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #349

Looking for coders that can compile this Plugins as well as the wedding plugins found in this forum such as adding more perks and modules to the weddings plugins and people can share or pay for something using the credits in this store for the wedding plugins
__________________
Add me up HERE if you have inquiries regarding server related stuff!
CS:GO Multimod & Jailbreak Servers > I am selling my entire ready to play server, add me up on steam to discuss.
kaeming is offline
Addicted.
AlliedModders Donor
Join Date: Dec 2013
Location: 0xA9D0DC
Old 02-08-2016 , 08:25   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #350

Quote:
Originally Posted by kaeming View Post
Looking for coders that can compile this Plugins as well as the wedding plugins found in this forum such as adding more perks and modules to the weddings plugins and people can share or pay for something using the credits in this store for the wedding plugins
You can add me but I have been really busy lately so I am not sure how soon it can be done.
Addicted. is offline
Reply



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:00.


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