Raised This Month: $ Target: $400
 0% 

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
Lannister
Veteran Member
Join Date: Apr 2015
Old 04-11-2016 , 13:48   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #441

Does someone has the items.txt with all positions from mask fixed? because most of them are bugged, some of them appear way too hight, others appear way too infront of the face, im willing to pay some keys in return if it is necessary!

by the way, im using default csgo players!

Thanks in advance
Lannister is offline
OtgTravis
Member
Join Date: Apr 2016
Old 04-11-2016 , 14:40   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #442

Quote:
Originally Posted by pcmaster View Post
Try opening it with Notepad++, normal notepad doesn't understand Unix line endings properly (or anything at all).
Iv tried downloading it, it aint messy no more i did arrange all of it with prices etc.. but when i saved it to txt it got messy again but the prices where right in the txt so i went back to the server but the default price where still there, nothing was changed.. am i doing something wrong here? i dident touch anything els beside the prices.. this is where im going /csgo/csgo/addons/sourcemod/configs/store if you are wondering if i editing it wrong.

"Store"
{

"Pets"
{
"Chicken"
{
"model" "models/chicken/chicken.mdl"
"position" "50.0 0.0 0.0"
"angles" "0.0 0.0 0.0"
"idle" "idle01"
"run" "run01"
"price" "500"
"type" "pet"

thats how i have it atm, the price were 100, as u can see iv changed it to 500 but after server restart etc nothing happends still the same price 100

Last edited by OtgTravis; 04-11-2016 at 14:42.
OtgTravis is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 04-11-2016 , 14:56   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #443

Quote:
Originally Posted by OtgTravis View Post
Iv tried downloading it, it aint messy no more i did arrange all of it with prices etc.. but when i saved it to txt it got messy again but the prices where right in the txt so i went back to the server but the default price where still there, nothing was changed.. am i doing something wrong here? i dident touch anything els beside the prices.. this is where im going /csgo/csgo/addons/sourcemod/configs/store if you are wondering if i editing it wrong.

"Store"
{

"Pets"
{
"Chicken"
{
"model" "models/chicken/chicken.mdl"
"position" "50.0 0.0 0.0"
"angles" "0.0 0.0 0.0"
"idle" "idle01"
"run" "run01"
"price" "500"
"type" "pet"

thats how i have it atm, the price were 100, as u can see iv changed it to 500 but after server restart etc nothing happends still the same price 100
You need to reload the plugin manually, sm_rcon sm plugins reload store and then change map, and done!
Lannister is offline
OtgTravis
Member
Join Date: Apr 2016
Old 04-11-2016 , 15:22   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #444

Quote:
Originally Posted by Lannister View Post
You need to reload the plugin manually, sm_rcon sm plugins reload store and then change map, and done!
Stupid question but can you tell me step by step how to do it? im new to the server stuff, and im still learning slowly, what commands i need to type and where?
OtgTravis is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 04-11-2016 , 15:34   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #445

If you have all the privileges in your server as admin, just copy and paste this command in your console "sm_rcon sm plugins reload store" without the ""
Lannister is offline
OtgTravis
Member
Join Date: Apr 2016
Old 04-12-2016 , 15:43   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #446

Any one have the shield model? and plugin for the store?
OtgTravis is offline
TheRealToxic
Senior Member
Join Date: Jul 2015
Old 04-14-2016 , 08:23   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #447

hello guys, i would appreciate it very much if you could have a look at my topic. its a question about this store

thanks in advance!

greetz toxic

https://forums.alliedmods.net/showthread.php?t=281528
TheRealToxic is offline
Major Erection
AlliedModders Donor
Join Date: Dec 2015
Location: Malaysia
Old 04-15-2016 , 11:15   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #448

Got a new vps, ubuntu 14.04 getting this error

Load Errors:
Store - The Resurrection: Failed to connect to SQL database. Error: Could not find driver "mysql"

My database is in another machine though, it works fine on that one. Any packages or extensions I'm missing here?

UPDATE
I did a google search and I was told to use sm exts list and I got
[SM] Unable to load extension "dbi.mysql.ext.so": libz.so.1: cannot open shared object file: No such file or directory

A quick google search showed that I needed to install libz.so.1
http://stackoverflow.com/questions/2...ed-object-file

So following this fixed it for me.

To those with the same issue. Here you go!
__________________
Major Gaming

Last edited by Major Erection; 04-15-2016 at 11:38.
Major Erection is offline
plock
Senior Member
Join Date: Feb 2016
Location: noitacoL
Old 04-19-2016 , 19:29   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #449

Quote:
Originally Posted by plock View Post
Well, at store.sp I added:

Code:
#include "store/tracers1.sp"
#include "store/tracers2.sp"
#include "store/tracers3.sp"
#include "store/tracers4.sp"
#include "store/tracers5.sp"
#include "store/tracers6.sp"
Code:
Tracers_OnPluginStart();
Tracers1_OnPluginStart();
Tracers2_OnPluginStart();
Tracers3_OnPluginStart();
Tracers4_OnPluginStart();
Tracers5_OnPluginStart();
Tracers6_OnPluginStart();
Then, I made a copy of the tracers file and chanced all vars with the number on the file name, to prevent duplicated entries. Then I changed the following line with the model I want:

Code:
g_cvarTracer1Material = RegisterConVar("sm_store_tracer_material", "materials/supporter_tracers/thin_beam.vmt", "Material to be used with tracers", TYPE_STRING);
But even if make a different type (with different models) for each tracer, it won't change when I equip in game.

Here is the items file

Code:
"Thin Beam"
{
	"price" "1500"
	"type" "tracer1"
	"color" "35 142 35"
	"flag"	"o"
}
"Medium Beam"
{
	"color" "35 142 35"
	"price" "1500"
	"type" "tracer2"
	"flag"	"o"
}
Franc1sco. If I change the convar name, like:
Code:
RegisterConVar("sm_store_tracer_material", "materials/supporter_tracers/thin_beam.vmt"
To

Code:
RegisterConVar("sm_store_tracer_material1", "materials/supporter_tracers/thin_beam.vmt"
Does it work?
plock is offline
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 04-20-2016 , 22:06   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #450

Whu is this plugin unaproved ? (sry I've been away for a while )
__________________
nguyenbaodanh 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 04:18.


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