Raised This Month: $ Target: $400
 0% 

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
SOBgaming
Senior Member
Join Date: Jul 2015
Old 01-15-2016 , 17:31   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #251

Quote:
Originally Posted by Zephyrus View Post
dont use skins. theres your fix. its against valve rules anyway, it should have been removed from the store a long time ago anyway and they are not even part of the default items.txt
I meant custom gun model/skin my bad.
__________________
SOBgaming is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 01-15-2016 , 23:26   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #252

Quote:
Originally Posted by SOBgaming View Post
I meant custom gun model/skin my bad.
Then your question is about this plugin https://forums.alliedmods.net/showthread.php?t=276697

Quote:
Originally Posted by SOBgaming View Post
Also you can see the non skinned gun a split second before you see the skinned one, any fix for this?
Impossible to "fix" that I know.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 01-15-2016 at 23:26.
Franc1sco is offline
Send a message via MSN to Franc1sco
poel
Veteran Member
Join Date: Mar 2013
Old 01-16-2016 , 05:45   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #253

For dropping gifts on the floor with items/credits inside:

What is the command to drop credits on the floor ?
poel is offline
parthi
Senior Member
Join Date: Mar 2015
Old 01-16-2016 , 05:57   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #254

Anyone know how can i put Pokeball sound and model outside (in order to see pokeball when we drop grenad) on Store ??
Here the sound of pokeball and model for CSGO : http://csgo.gamebanana.com/skins/131421

Last edited by parthi; 01-16-2016 at 05:57.
parthi is offline
Sw33T3R
AlliedModders Donor
Join Date: Mar 2014
Old 01-16-2016 , 06:29   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #255

Hi
How can i fix hats position?
Sw33T3R is offline
bobthebuilder
SourceMod Donor
Join Date: Dec 2010
Location: Randers/Denmark/Earth
Old 01-16-2016 , 07:07   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #256

Quote:
Originally Posted by Sw33T3R View Post
Hi
How can i fix hats position?
You can edit it in the items file. it is located here addons/sourcemod/configs/store/items.txt
__________________
bobthebuilder is offline
Send a message via Skype™ to bobthebuilder
Sw33T3R
AlliedModders Donor
Join Date: Mar 2014
Old 01-16-2016 , 08:26   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #257

Quote:
Originally Posted by bobthebuilder View Post
You can edit it in the items file. it is located here addons/sourcemod/configs/store/items.txt
Thanks
Sw33T3R is offline
Zeddy_god
Senior Member
Join Date: May 2015
Location: Mumbai, India
Old 01-16-2016 , 10:53   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #258

Is there any guide as to how to use Zombie and human classes with store with ZR? I'll make one if anyone explains to me how to do it.
__________________

Last edited by Zeddy_god; 01-17-2016 at 10:42.
Zeddy_god is offline
poel
Veteran Member
Join Date: Mar 2013
Old 01-17-2016 , 11:36   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #259

Module for customs weapons/knife not RECOMMANDED for ZR server. A lot of crash. (Installed since 2h, and I got 3 crash without any error logs !)
poel is offline
cTmoNe
AlliedModders Donor
Join Date: Jul 2010
Location: Germany
Old 01-17-2016 , 15:54   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #260

Quote:
Originally Posted by Zeddy_god View Post
Is there any guide as to how to use Zombie and human classes with store with ZR? I'll make one if anyone explains to me how to do it.

Code:
    "Player Classes"
    {
      "Zombie"
        {
		   "Trager | +HP | +Speed | -Jump | +Knockback"
            {
               "class" "trager"
               "zombie" "1"
               "price" "2000"
               "type" "zrclass"
            }
           "Police | +HP | -Speed | +Jump | +Knockback"
            {
               "class" "police"
               "zombie" "1"
               "price" "2500"
               "type" "zrclass"
            }
			"Alma | +HP | -Speed | +Jump | +Knockback"
            {
               "class" "alma"
               "zombie" "1"
               "price" "3000"
               "type" "zrclass"
            }
			"Volatile | +HP | -Speed | +Jump | +Knockback"
            {
               "class" "volatile"
               "zombie" "1"
               "price" "3000"
               "type" "zrclass"
            }
			"Normalhost | +HP | -Speed | +Jump | +Knockback"
            {
               "class" "normalhost"
               "zombie" "1"
               "price" "3000"
               "type" "zrclass"
            }
		}
       "Human"
        {
		   "Spiderman | +Speed ++Jump"
           {
               "class" "spiderman"
               "zombie" "0"
               "price" "2000"
               "type" "zrclass"
           }
		   "Trevor | ++Speed +++Jump"
           {
               "class" "trevor"
               "zombie" "0"
               "price" "2500"
               "type" "zrclass"
           }
		   "Lara | ++Speed +++Jump"
           {
               "class" "lara"
               "zombie" "0"
               "price" "2500"
               "type" "zrclass"
           }
		   "Santa | ++Speed +++Jump"
           {
               "class" "santa"
               "zombie" "0"
               "price" "3000"
               "type" "zrclass"
           }
		   "Ellis | ++Speed +++Jump"
           {
               "class" "ellisv2"
               "zombie" "0"
               "price" "3500"
               "type" "zrclass"
           }
			"Batman | ++Speed +++Jump"
           {
               "class" "batmanv2"
               "zombie" "0"
               "price" "3500"
               "type" "zrclass"
           }
		   "ChickenLeet | +++Speed ++Jump"
           {
               "class" "chickenleet"
               "zombie" "0"
               "price" "4500"
               "type" "zrclass"
           }
		}	
    }
__________________


cTmoNe 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 17:59.


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