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

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
Cruze
Veteran Member
Join Date: May 2017
Old 04-22-2020 , 07:53   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1801

Quote:
Originally Posted by sNok3 View Post
I'm using Bara's Chat Processor version of the shop but I can't understand why it always trows an error...
Code:
L 04/22/2020 - 07:37:50: [SM] Exception reported: Invalid query Handle 0 (error: 4)
L 04/22/2020 - 07:37:50: [SM] Blaming: store.smx
L 04/22/2020 - 07:37:50: [SM] Call stack trace:
L 04/22/2020 - 07:37:50: [SM] [0] DBResultSet.FetchRow
L 04/22/2020 - 07:37:50: [SM] [1] Line 2256, d:\Cloud\SourcePawn\GitHub\Store\addons\sourcemod\scripting\store.sp::SQLCallback_LoadClientInventory_Credits
Anybody encountered this?
Plugin couldn't connect to your mysql database maybe
__________________
Taking paid private requests! Contact me
Cruze is offline
sNok3
Junior Member
Join Date: Mar 2017
Location: GeoIP
Old 04-22-2020 , 14:10   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1802

Quote:
Originally Posted by Cruze View Post
Plugin couldn't connect to your mysql database maybe
Why would that happen? The plugin created store_equipments in the database but it won't save the credits nor open the inventory/store
sNok3 is offline
Sples1
Senior Member
Join Date: Apr 2016
Location: Kitsune Lab
Old 04-22-2020 , 23:26   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1803

Quote:
Originally Posted by sNok3 View Post
Why would that happen? The plugin created store_equipments in the database but it won't save the credits nor open the inventory/store
Add me I help you to install it.
__________________
Developer & Scripter from Kitsune Lab
Contact me: Steam | My Plugins | Kitsune Lab

Join to the community on our Discord server.
I stopped public develops. My old/new plugins available ONLY for my Discord community.
Sples1 is offline
dyxL
Senior Member
Join Date: Jul 2010
Old 04-27-2020 , 14:53   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1804

Guys why store arms doesnt work ?

İ installed Armsfix extension but CT's arms are invisible how can i fix it ? Can some one help ?
dyxL is offline
bloodmodii
Member
Join Date: Jun 2016
Old 04-27-2020 , 20:01   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1805

Sometimes the store won't load the player skins on team change, I have to reload the store manually through console to fix that. It happens everytime the server restart, any clues?



EDIT :
FIXED BY CHANGING
// Delay after spawn before applying the skin. -1 means no delay
// -
// Default: "-1"
sm_store_playerskin_delay "-1"
BY
sm_store_playerskin_delay "0"

Last edited by bloodmodii; 04-29-2020 at 18:15.
bloodmodii is offline
lambofgod
Member
Join Date: Jul 2013
Old 04-28-2020 , 15:31   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1806

Quote:
Originally Posted by lambofgod View Post
Is there anyway to remove the ability for players to spam the explode command in spawn, collecting tons of Credits?

We had a player get 40k credits in less than an hour doing this.

Quoting my own issue.

How can i disable credits being dropped on Death for players to pickup? Because this spam suicide for points crap is really getting old.
lambofgod is offline
Cruze
Veteran Member
Join Date: May 2017
Old 04-28-2020 , 15:58   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1807

Quote:
Originally Posted by lambofgod View Post
Quoting my own issue.

How can i disable credits being dropped on Death for players to pickup? Because this spam suicide for points crap is really getting old.
Remove gifts.smx I guess?
__________________
Taking paid private requests! Contact me
Cruze is offline
nuclear silo
Junior Member
Join Date: May 2020
Location: Viet Nam.
Old 05-04-2020 , 07:08   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1808

Hello guy I recently used this store plugin. I found this topic https://developer.valvesoftware.com/...a_Single_Model.
Since I have 1 mdl file with about 8 skins in total in that mdl. How can I call the skin, skin1, skin2... etc on the PlayerSkin type for store.
Thanks for your help and sorry for my bad english
nuclear silo is offline
nuclear silo
Junior Member
Join Date: May 2020
Location: Viet Nam.
Old 05-05-2020 , 11:24   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1809

Quote:
Originally Posted by nuclear silo View Post
Hello guy I recently used this store plugin. I found this topic https://developer.valvesoftware.com/...a_Single_Model.
Since I have 1 mdl file with about 8 skins in total in that mdl. How can I call the skin, skin1, skin2... etc on the PlayerSkin type for store.
Thanks for your help and sorry for my bad english
NVM i have my problem solved since the plugin's already supported itself
Key for late user to found my reply: multiple skins in a single model, call multiple skin in 1 mdl
PHP Code:
public PlayerSkins_Config(&Handle:kvitemid)
{
    
Store_SetDataIndex(itemidg_iPlayerSkins);
    
    
KvGetString(kv"model"g_ePlayerSkins[g_iPlayerSkins][szModel], PLATFORM_MAX_PATH);
    
KvGetString(kv"arms"g_ePlayerSkins[g_iPlayerSkins][szArms], PLATFORM_MAX_PATH);
    
g_ePlayerSkins[g_iPlayerSkins][iSkin] = KvGetNum(kv"skin");
    
g_ePlayerSkins[g_iPlayerSkins][iTeam] = KvGetNum(kv"team");
    
g_ePlayerSkins[g_iPlayerSkins][bTemporary] = (KvGetNum(kv"temporary")?true:false);
    
    if(
FileExists(g_ePlayerSkins[g_iPlayerSkins][szModel], true))
    {
        ++
g_iPlayerSkins;
        return 
true;
    }
    
    return 
false;

And the edit for calling it remember the start value on store is 0 but on model viewer shown as 1
PHP Code:
"Mini Touhou Skin 1 "
                
{
                    
"model" "models/player/custom_player/uuz/newbone/yukistea/minitouhou_fix.mdl"
                    "arms" "models/player/custom_player/uuz/newbone/yukistea/minitouhou_santa_arms.mdl"
                    "team" "4"
                    "type" "playerskin"
                    "unique_id" "mini_touhou_skin1"
                    "price" "1"
                    "skin" "0"
                
}
                
    
"Mini Touhou Skin 3 "
                
{
                    
"model" "models/player/custom_player/uuz/newbone/yukistea/minitouhou_fix.mdl"
                    "arms" "models/player/custom_player/uuz/newbone/yukistea/minitouhou_cirno_arms.mdl"
                    "team" "4"
                    "type" "playerskin"
                    "price" "1"
                    "skin" "2"
                    "unique_id" "mini_touhou_skin3"
                

Here the proof: https://youtu.be/kjSUpTo7aEU

Last edited by nuclear silo; 05-05-2020 at 11:28.
nuclear silo is offline
Frenzi3d
Member
Join Date: Nov 2018
Location: Thailand
Old 05-09-2020 , 23:37   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1810

Hello everyone, has anyone ever made an item.txt file that sells guns skins, knives and gloves similar to the use of weapons & knives plugins?
Frenzi3d 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:05.


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