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

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 11-04-2017 , 17:34   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1321

Quote:
Originally Posted by bowzi1 View Post
Is it possible to add nightvision to store?
I guess so.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
bowzi1
Junior Member
Join Date: Mar 2015
Old 11-07-2017 , 09:48   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1322

Quote:
Originally Posted by Papero View Post
I guess so.
Do you know how to add?

Last edited by bowzi1; 11-07-2017 at 09:49.
bowzi1 is offline
die_man
Senior Member
Join Date: Jul 2017
Old 11-11-2017 , 17:45   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1323

Install this store in my server, but default arms don't apeears (invisible arms).
How i can fix?

Code:
"Batman"
			{
				"model" "models/player/custom_player/kuristaja/ak/batman/batmanv2.mdl"
				"team" "2"
				"price" "120"
				"type" "playerskin"
			}
die_man is offline
Cruze
Veteran Member
Join Date: May 2017
Old 11-12-2017 , 01:16   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1324

Quote:
Originally Posted by die_man View Post
Install this store in my server, but default arms don't apeears (invisible arms).
How i can fix?

Code:
"Batman"
			{
				"model" "models/player/custom_player/kuristaja/ak/batman/batmanv2.mdl"
                               "arms"   "<ARMS PATH OF THE PLAYER SKIN>"
				"team" "2"
				"price" "120"
				"type" "playerskin"
			}
__________________
Taking paid private requests! Contact me
Cruze is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 11-12-2017 , 06:42   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1325

Zephyrus Math Credits
Plugin autors: Arkarr & Simon
Plugin version: 1.3

Thanks ESK0 for edit this plugin to work with !colors plugin Also I edited showing messages from this plugin




Attached Files
File Type: sp Get Plugin or Get Source (eminem_zeph_mathcredits.sp - 241 views - 5.9 KB)
File Type: smx eminem_zeph_mathcredits.smx (7.4 KB, 215 views)
__________________

Last edited by EMINEM_FB; 11-12-2017 at 06:44.
EMINEM_FB is offline
Bobakanoosh
Senior Member
Join Date: Sep 2015
Location: United States
Old 11-14-2017 , 18:25   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1326

Having issues with the native Store_SetClientCredits. I'm setting the client's credits to a new value, and then when using Store_GetClientCredits, that new value is returned. However, when the player uses !credits or !store, they still don't have that new amount of credits. I'm using the include from the github.
Bobakanoosh is offline
gula345
Member
Join Date: Jul 2017
Location: Belgie
Old 11-19-2017 , 16:04   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1327

"For name tags, name colors and message colors" does not work that and i need help fix
gula345 is offline
kaiserdj
New Member
Join Date: Mar 2017
Old 11-20-2017 , 11:37   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1328

After a few attempts and got the Player Skins work, but has several failures and I do not know how to fix them:
1º When you equip the skin, you have to die to change the playerskin
2º They leave without animations, they stay static (they do not bend, move their feet, etc)
3º In first person shows "2 gloves" the default ones and those of the new playerskin

Can you help me solve this, please?

I leave the code and a couple of captures
PHP Code:
"Player Skins"
    
{
        
"Anime"
        
{
            
"neptune-black"
            
{
                
"model" "models/player/custom_player/bbs_93x_net_2015/neptune/update_2015_10_17/neptune_black.mdl"
                "arms" "models/player/custom_player/bbs_93x_net_2015/neptune/arms/neptune_black_hand.mdl"
                "team" "4"
                "price" "10000"
                "type" "playerskin"
            
}
        }
    } 


Last edited by kaiserdj; 11-20-2017 at 11:53.
kaiserdj is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 11-20-2017 , 12:13   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1329

Quote:
Originally Posted by kaiserdj View Post
After a few attempts and got the Player Skins work, but has several failures and I do not know how to fix them:
1º When you equip the skin, you have to die to change the playerskin
2º They leave without animations, they stay static (they do not bend, move their feet, etc)
3º In first person shows "2 gloves" the default ones and those of the new playerskin

Can you help me solve this, please?

I leave the code and a couple of captures
PHP Code:
"Player Skins"
    
{
        
"Anime"
        
{
            
"neptune-black"
            
{
                
"model" "models/player/custom_player/bbs_93x_net_2015/neptune/update_2015_10_17/neptune_black.mdl"
                "arms" "models/player/custom_player/bbs_93x_net_2015/neptune/arms/neptune_black_hand.mdl"
                "team" "4"
                "price" "10000"
                "type" "playerskin"
            
}
        }
    } 

1. there is a cvar you can set to change it instantly or on next spawn, search for it
2. you are probably missing some files from the model, something.ani file i think
3. search for arm fix
__________________
8guawong is offline
bebe9b
Veteran Member
Join Date: May 2009
Location: Romania
Old 11-24-2017 , 10:01   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1330

Hi,
Can anyone fix this error?
I pay for this.

L 11/24/2017 - 14:52:13: [SM] Exception reported: Invalid class index. (17)
L 11/24/2017 - 14:52:13: [SM] Blaming: zombiereloaded.smx
L 11/24/2017 - 14:52:13: [SM] Call stack trace:
L 11/24/2017 - 14:52:13: [SM] [0] ThrowNativeError
L 11/24/2017 - 14:52:13: [SM] [1] Line 88, zr/api/class.api.inc::APISelectClientClass
L 11/24/2017 - 14:52:13: [SM] [3] ZR_SelectClientClass
L 11/24/2017 - 14:52:13: [SM] [4] Line 119, store/zrclass.sp::ZRClass_Equip
L 11/24/2017 - 14:52:13: [SM] [6] Call_Finish
L 11/24/2017 - 14:52:13: [SM] [7] Line 3026, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::S tore_UseItem
L 11/24/2017 - 14:52:13: [SM] [8] Line 2410, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::S QLCallback_LoadClientInventory_Equipment
L 11/24/2017 - 14:52:49: Error log file session closed.
L 11/24/2017 - 16:03:00: SourceMod error session started
L 11/24/2017 - 16:03:00: Info (map "ze_pirates_port_royal_v5_6") (file "errors_20171124.log")
L 11/24/2017 - 16:03:00: [SM] Exception reported: Invalid class index. (-1)
L 11/24/2017 - 16:03:00: [SM] Blaming: zombiereloaded.smx
L 11/24/2017 - 16:03:00: [SM] Call stack trace:
L 11/24/2017 - 16:03:00: [SM] [0] ThrowNativeError
L 11/24/2017 - 16:03:00: [SM] [1] Line 88, zr/api/class.api.inc::APISelectClientClass
L 11/24/2017 - 16:03:00: [SM] [3] ZR_SelectClientClass
L 11/24/2017 - 16:03:00: [SM] [4] Line 132, store/zrclass.sp::ZRClass_Remove
L 11/24/2017 - 16:03:00: [SM] [6] Call_Finish
L 11/24/2017 - 16:03:00: [SM] [7] Line 3054, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::S tore_UnequipItem
L 11/24/2017 - 16:03:00: [SM] [8] Line 958, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::N ative_GiveClientItem
L 11/24/2017 - 16:03:00: [SM] [10] Store_GiveClientItem
L 11/24/2017 - 16:03:00: [SM] [11] Line 480, store-trade.sp::Timer_ReadyTimer
L 11/24/2017 - 16:12:12: Error log file session closed.
__________________
respecta si vei fi respectat
bebe9b 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 18:59.


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