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

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
winter96
Member
Join Date: Oct 2013
Old 11-29-2016 , 09:09   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1001

Not tested. I think it should work. Dare to check
Attached Files
File Type: txt store.gamedata.txt.txt (2.2 KB, 454 views)
winter96 is offline
primofernando
Member
Join Date: Jun 2014
Old 11-29-2016 , 09:51   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1002

Quote:
Originally Posted by winter96 View Post
Not tested. I think it should work. Dare to check
nope not working still the same problem
primofernando is offline
GabyEnragedGamers
Senior Member
Join Date: Mar 2016
Location: France, Bordeaux
Old 11-29-2016 , 10:55   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1003

Hello ! Someone can explain to me the date format of zephyrus store database??

I get this when i buy an item today !

1480434500

( in the date_of_purchase champ)

Thanks a lot in advance,
Gaby
GabyEnragedGamers is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 11-29-2016 , 11:12   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1004

Hi,
It's UNIX timestamp. You can convert it here: http://www.epochconverter.com/ or in your code ...

Quote:
Originally Posted by GabyEnragedGamers View Post
Hello ! Someone can explain to me the date format of zephyrus store database??

I get this when i buy an item today !

1480434500

( in the date_of_purchase champ)

Thanks a lot in advance,
Gaby
__________________

Last edited by NomisCZ; 11-29-2016 at 11:13.
NomisCZ is offline
GabyEnragedGamers
Senior Member
Join Date: Mar 2016
Location: France, Bordeaux
Old 11-29-2016 , 11:49   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1005

Haha lel thx
Thanks NomisCZ



PS : lel for that :

This message has been deleted by blackhawk74. Reason: NomisCZ beat me to it



GabyEnragedGamers is offline
Sprilo
Member
Join Date: Aug 2014
Old 12-01-2016 , 04:55   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1006

Apologies for my absence, I have attached the .sp for a !hideauras version which should hopefully work. (I haven't tested it in a while and currently am unable to do so). I also cannot compile at this current time but I'll upload the .smx to my original post when I am able to do so.

Best of luck.
Attached Files
File Type: sp Get Plugin or Get Source (store_particles_cmd.sp - 996 views - 6.7 KB)
Sprilo is offline
wwahgnerbp
Member
Join Date: Mar 2013
Location: Earth, Solar System
Old 12-03-2016 , 21:31   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1007

Quote:
Originally Posted by Sprilo View Post
Rather than selling the 'in demand' plugin I thought I'd just share it here since it is pretty simple.

I don't have a use for it anymore so I don't know if it works well or not. Never bothered to add slot support either but I might work on it more if people want.

Edit your addons/sourcemod/translations/store.phrases.txt and add
Code:
    "CustomParticles"
    {
        "en" "Aura"
    }
Edit your addons/sourcemod/configs/items.txt and add
Code:
    "Auras"
    {
        "Name of Aura"
        {
            "particlename" "particles/example.pcf"
            "effectname" "Effect01"
            "position" "0.0 0.0 0.0"
            "price" "100"
            "type" "CustomParticles"
        }
    }
Position isn't needed but there is support for it anyways, particlename is for precaching and downloading pcf files. effectname is the unique ID, be careful and don't have two custom particles with the same effectname.

If people want I can also add a version with '!hideaura' support (I hear some people have FPS issues with particles).

If anyone wants to upload some particles just post it and i'll link it in this post so everyone can use.

Enjoy!
I followed this guide but auras aren't working here. Everytime I try to run I get this error:

Code:
Attempted to precache unknown particle system "Effect01"!
Attempting to create unknown particle system 'Effect01'
I placed the files correctly in csgo/particles

Code:
"Auras"
{
	"Halloween"
	{
		"particlename" "particles/public2.pcf"
		"effectname" "Effect01"
		"position" "0.0 0.0 0.0"
		"price" "1"
		"type" "CustomParticles"
	}
}
I can see the item purchase and buy normally but by some reason it isn't working. I tried some obscure things like adding precache stocks to the plugin but it keeps not working. Tell me if auras keep working for you and if so please give me a pratical example because I think I have nothing more to try
wwahgnerbp is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 12-03-2016 , 22:16   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1008

Quote:
Originally Posted by wwahgnerbp View Post
I followed this guide but auras aren't working here. Everytime I try to run I get this error:

Code:
Attempted to precache unknown particle system "Effect01"!
Attempting to create unknown particle system 'Effect01'
I placed the files correctly in csgo/particles

Code:
"Auras"
{
	"Halloween"
	{
		"particlename" "particles/public2.pcf"
		"effectname" "Effect01"
		"position" "0.0 0.0 0.0"
		"price" "1"
		"type" "CustomParticles"
	}
}
I can see the item purchase and buy normally but by some reason it isn't working. I tried some obscure things like adding precache stocks to the plugin but it keeps not working. Tell me if auras keep working for you and if so please give me a pratical example because I think I have nothing more to try
Does the effect name Effect01 actually exist in "public2.pcf"?
__________________
sneaK is offline
wwahgnerbp
Member
Join Date: Mar 2013
Location: Earth, Solar System
Old 12-03-2016 , 23:37   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1009

It doesn't. Actually the effect name is "final". Now I can figure out how to make the stuff work.
wwahgnerbp is offline
brunoronning
Senior Member
Join Date: Jan 2014
Location: Brazil
Old 12-06-2016 , 07:46   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1010

I'm having trouble compiling the Store. I remember that this did not happen in SM 1.7.

Log:
Code:
//// store.sp
//
// store.sp(881) : warning 213: tag mismatch
// store.sp(881) : warning 229: index tag mismatch (symbol "g_eItems")
// store.sp(886) : warning 213: tag mismatch
// store.sp(886) : warning 229: index tag mismatch (symbol "g_eTypeHandlers")
// store.sp(898) : warning 213: tag mismatch
// store.sp(898) : warning 229: index tag mismatch (symbol "g_eClientItems")
// store.sp(2062) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
// store.sp(2815) : warning 204: symbol is assigned a value that is never used: "SilentChatTrigger"
brunoronning 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 00:11.


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