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

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
kaeming
Senior Member
Join Date: Nov 2015
Old 02-09-2016 , 22:09   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #351

Quote:
Originally Posted by oaaron99 View Post
You can add me but I have been really busy lately so I am not sure how soon it can be done.
can can , I've requested to add u . you can take your time as long as the outcome is what I requested , I don't mind paying for it also because I want it to be sort of a private plugin only for my server
__________________
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-09-2016 at 22:09.
kaeming is offline
painoftacos
Junior Member
Join Date: Jan 2016
Old 02-11-2016 , 07:53   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #352

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.
You need to download SQLiteStudio and open your SQ3 file with it.

Once you have the file open in SQLiteStudio, you do Database -> Export the database -> Make sure all tables are selected -> Export Format [SQL] -> Output [File] -> Finish

Then take your imported file in PhpMyAdmin and do an import

Last edited by painoftacos; 02-11-2016 at 09:17.
painoftacos is offline
xansebek
New Member
Join Date: Feb 2009
Old 02-14-2016 , 12:33   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #353

Is it possible to change this store to buy guns(ak-47, m4a1...) for coins and it can be saved on player accounts? if it is possible how to set up it in cfg?

Last edited by xansebek; 02-14-2016 at 12:35. Reason: words
xansebek is offline
headhunterzcph
Member
Join Date: Nov 2012
Location: Danmark
Old 02-15-2016 , 19:44   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #354

Nice release!
headhunterzcph is offline
kaeming
Senior Member
Join Date: Nov 2015
Old 02-16-2016 , 02:51   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #355

Quote:
Originally Posted by xansebek View Post
Is it possible to change this store to buy guns(ak-47, m4a1...) for coins and it can be saved on player accounts? if it is possible how to set up it in cfg?
yes of course, just add the entity or even with custom skins if you want in items.txt

Example:
"KaeMing Penis Gun"
{
"model" "models/weapons/kmpenis.mdl"
"worldmodel" "models/weapons/kaemingpenis.mdl"
"entity" "weapon_ak47"
"price" "99999999"
"type" "CustomModel"
"slot" "1"
}
__________________
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
kaeming
Senior Member
Join Date: Nov 2015
Old 02-16-2016 , 06:00   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #356

Wondering how do i make or add more colors to work for name tags?
I only have a few colors that is working like blue,lightred but not pink , even though it is use as one of the default tag colors?
__________________
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
painoftacos
Junior Member
Join Date: Jan 2016
Old 02-16-2016 , 15:33   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #357

Quote:
Originally Posted by kaeming View Post
yes of course, just add the entity or even with custom skins if you want in items.txt

Example:
"KaeMing Penis Gun"
{
"model" "models/weapons/kmpenis.mdl"
"worldmodel" "models/weapons/kaemingpenis.mdl"
"entity" "weapon_ak47"
"price" "99999999"
"type" "CustomModel"
"slot" "1"
}
Would that work in CS source or is it just for GO?
painoftacos is offline
sim242
AlliedModders Donor
Join Date: Dec 2012
Location: England
Old 02-17-2016 , 07:18   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #358

Such a shame that this plugin was leaked to such an extent that you had to release it publicly Zephyrus :/ But as you say it's better to release it publicly yourself and get credit for the code you've written rather than someone else stealing the code and claiming it's theirs.
__________________
Steam - Sim
Request a private plugin
Not accepting requests at this time
sim242 is offline
Send a message via Skype™ to sim242
utaker
Senior Member
Join Date: Dec 2013
Old 02-18-2016 , 15:12   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #359

will it work for css, if it does, then get it approved as server guidelines are for csgo
utaker is offline
plock
Senior Member
Join Date: Feb 2016
Location: noitacoL
Old 02-20-2016 , 07:27   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #360

Quote:
Originally Posted by Chevalier View Post
"position" "-1.500000 -6.500000 -11.500000"
"angles" "-65.000000 170.000000 0.000000"

Gift drop giving error box means model is missing.
Just go to the gift box thread, get the source code and edit the model location YOU want.

if(strcmp(m_szGameDir, "cstrike")==0)
g_cvarModel = RegisterConVar("sm_gifts_model", "models/items/cs_gift.mdl", "Model file for the gift", TYPE_STRING);
else if(strcmp(m_szGameDir, "dod")==0)
g_cvarModel = RegisterConVar("sm_gifts_model", "models/items/dod_gift.mdl", "Model file for the gift", TYPE_STRING);
else if(strcmp(m_szGameDir, "tf")==0)
g_cvarModel = RegisterConVar("sm_gifts_model", "models/items/tf_gift.mdl", "Model file for the gift", TYPE_STRING);
else
g_cvarModel = RegisterConVar("sm_gifts_model", "<you should set some gift model>", "Model file for the gift", TYPE_STRING);

AutoExecConfig();

Mind you choose the one for the game you're using the store for.
Guys, help me please.

I changed according to the comment and I'm still getting the big error box :/

Code:
if(strcmp(m_szGameDir, "cstrike")==0)

		g_cvarModel = RegisterConVar("sm_gifts_model", "models/items/cs_gift.mdl", "Model file for the gift", TYPE_STRING);

	else if(strcmp(m_szGameDir, "dod")==0)

		g_cvarModel = RegisterConVar("sm_gifts_model", "models/items/dod_gift.mdl", "Model file for the gift", TYPE_STRING);

	else if(strcmp(m_szGameDir, "tf")==0)

		g_cvarModel = RegisterConVar("sm_gifts_model", "models/items/tf_gift.mdl", "Model file for the gift", TYPE_STRING);

	else

		g_cvarModel = RegisterConVar("sm_gifts_model", "models/items/cs_gift.mdl", "Model file for the gift", TYPE_STRING);



	AutoExecConfig();
plock 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 01:11.


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