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

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 10-20-2018 , 00:38   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1531

Quote:
Originally Posted by paulo_crash View Post
Plugin Store started to give error, I'm with everything default plugin and anyway nothing...
error logs errors_20181020.log:
What could it be, is anyone having this problem?
Code:
L 10/20/2018 - 01:06:45: [SM] Exception reported: Failed to read configs/store/items.txt
L 10/20/2018 - 01:06:45: [SM] Blaming: store.smx
L 10/20/2018 - 01:06:45: [SM] Call stack trace:
L 10/20/2018 - 01:06:45: [SM] [0] SetFailState
L 10/20/2018 - 01:06:45: [SM] [1] Line 2855, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::S tore_ReloadConfig
L 10/20/2018 - 01:06:45: [SM] [2] Line 341, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::O nPluginStart
L 10/20/2018 - 01:06:45: [SM] Unable to load plugin "store.smx": Error detected in plugin startup (see error logs)
a) your items.txt is missing or on the wrong place
b) your items.txt has a wrong format
c) your items.txt is read&write protected?!
d) something else is wrong with your items.txt ;)
__________________
coding & free software
shanapu is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-20-2018 , 00:42   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1532

Quote:
Originally Posted by shanapu View Post
Code:
L 10/20/2018 - 01:06:45: [SM] Exception reported: Failed to read configs/store/items.txt
L 10/20/2018 - 01:06:45: [SM] Blaming: store.smx
L 10/20/2018 - 01:06:45: [SM] Call stack trace:
L 10/20/2018 - 01:06:45: [SM] [0] SetFailState
L 10/20/2018 - 01:06:45: [SM] [1] Line 2855, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::S tore_ReloadConfig
L 10/20/2018 - 01:06:45: [SM] [2] Line 341, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::O nPluginStart
L 10/20/2018 - 01:06:45: [SM] Unable to load plugin "store.smx": Error detected in plugin startup (see error logs)
a) your items.txt is missing or on the wrong place
b) your items.txt has a wrong format
c) your items.txt is read&write protected?!
d) something else is wrong with your items.txt ;)
It follows the location where it is, file format.

http://prntscr.com/l87dk4

Original items.txt file, which comes in the plugin itself.

Problem solved, it would be a mistake in the same config, I looked better and found, thanks!

Last edited by paulo_crash; 10-21-2018 at 02:12. Reason: Problem solved!
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-21-2018 , 02:12   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1533

Quote:
Originally Posted by paulo_crash View Post
It follows the location where it is, file format.

http://prntscr.com/l87dk4

Original items.txt file, which comes in the plugin itself.

Problem solved, it would be a mistake in the same config, I looked better and found, thanks!
Problem solved, it would be a mistake in the same config, I looked better and found, thanks!

Another question I'm having now is if you have to leave a selected item as the default, for example the Store-compatible Parachute Plugin, can you leave one of the parachutes as default?

And you could tell me what a mistake this would be:
Quote:
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/store/items.txt
(*Store*), (*Skins de Granada*), (*Smoke*), (*Melancia (VIP)*),
[SM] Plugin Store - The Resurrection reloaded successfully.
Unknown command "sm_store_credit_amount_eventdays"
Unknown command "sm_store_credit_eventdays_alive"

Last edited by paulo_crash; 10-21-2018 at 04:18.
paulo_crash is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 10-21-2018 , 13:22   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1534

Quote:
Originally Posted by paulo_crash View Post
...
Another question I'm having now is if you have to leave a selected item as the default, for example the Store-compatible Parachute Plugin, can you leave one of the parachutes as default?
AFAIK there's no plugin like that. But I'm also thinking about creating one.
Quote:
Originally Posted by paulo_crash View Post
...
And you could tell me what a mistake this would be:[error]
you have to learn how to read a error log. It isn't that hard.

Code:
missing { in file addons/sourcemod/configs/store/items.txt
as it says. you are missing a opening bracket { in your config file near item "(*Smoke*), (*Melancia (VIP)*) "

Code:
Unknown command "sm_store_credit_amount_eventdays"
Unknown command "sm_store_credit_eventdays_alive"
You had installed myjailbreak_zephstore_credits.smx which added/created the Convars(sm_store_credit_amount_eventdays, ...) in your store.cfg
After you removed myjailbreak_zephstore_credits.smx the convars still exist in config but have no plugin using it.
__________________
coding & free software
shanapu is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-21-2018 , 16:57   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1535

Quote:
Originally Posted by shanapu View Post
AFAIK there's no plugin like that. But I'm also thinking about creating one.
It would be perfect...

Quote:
Originally Posted by shanapu View Post
you have to learn how to read a error log. It isn't that hard.

Code:
missing { in file addons/sourcemod/configs/store/items.txt
as it says. you are missing a opening bracket { in your config file near item "(*Smoke*), (*Melancia (VIP)*) "
Actually I even tried, but as it says this speaking a key open {, I checked better, in case it would be a close, anyway thank you, I focused only on one error and did not see another... : oops:
paulo_crash is offline
darkyy1994
Member
Join Date: Feb 2015
Old 10-22-2018 , 20:00   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1536

Quote:
Originally Posted by darkyy1994 View Post
Hey all, the plugin works fine for me but when i equip an pet it disappears after next respawn

I need to unequip + equip it again to make it visible again


I use the plugin on an counter strike source server ^.^


Maybe anyone can help me would be nice



Sorry for my bad englisch


No one knows whats wrong there? :/ anyone got the same problem?
darkyy1994 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-22-2018 , 20:42   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1537

Quote:
Originally Posted by darkyy1994 View Post
No one knows whats wrong there? :/ anyone got the same problem?
For me it happens the same, but in the case with the version of Parachute for the Store.

Check the Read & Write Permissions of the plugin database and the plugin items.txt config. I did this and apparently the problem solved, I'm watching to see if it has been corrected anyway.
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-23-2018 , 02:14   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1538

Doubt, in the Skins part of Grenades, would it be possible to put skins of Molotovs, both those of the CT and TR?
Quote:
"Grenade Skins"
{
"HE Grenade"
{
"Orange"
{
"model" "models/props/cs_italy/orange.mdl"
"grenade" "hegrenade"
"price" "60"
"type" "grenadeskin"
}

"Tortoise"
{
"model" "models/props/de_tides/vending_turtle.mdl"
"grenade" "hegrenade"
"price" "60"
"type" "grenadeskin"
}
}

"Flashbang"
{
"Banana"
{
"model" "models/props/cs_italy/bananna.mdl"
"grenade" "flashbang"
"price" "60"
"type" "grenadeskin"
}
}

"Smokegrenade"
{
"Watermelon"
{
"model" "models/props_junk/watermelon01.mdl"
"grenade" "smokegrenade"
"price" "60"
"type" "grenadeskin"
}
}
}

Last edited by paulo_crash; 10-23-2018 at 02:14.
paulo_crash is offline
Cruze
Veteran Member
Join Date: May 2017
Old 10-23-2018 , 03:43   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1539

Quote:
Originally Posted by paulo_crash View Post
Doubt, in the Skins part of Grenades, would it be possible to put skins of Molotovs, both those of the CT and TR?
Try "molotov" "incgrenade" "inferno"
__________________
Taking paid private requests! Contact me
Cruze is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-23-2018 , 15:29   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1540

Quote:
Originally Posted by Cruze View Post
Try "molotov" "incgrenade" "inferno"
paulo_crash 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 21:56.


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