Giter Site home page Giter Site logo

shanapu / storeparachute Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 3.0 93 KB

Adds support for parachutes to Zephyrus Store plugin

Home Page: https://forums.alliedmods.net/showthread.php?p=2610237

License: GNU General Public License v3.0

SourcePawn 100.00%
csgo counter-strike store shop sourcemod counterstrike zephyrus

storeparachute's Introduction

StoreParachute

Parachutes for Zephyrus Store

add this to your .\addons\sourcemod\translations\store.phrases.txt

	"parachute"
	{
		"en" "Parachute"
	}

add something like this to your .\addons\sourcemod\configs\store\items.txt

	"Parachute"
	{
		"Rainbow"
		{
			"model" "models/parachute/parachute_rainbow.mdl"
			"price" "1"
			"fallspeed" "80.0"
			"type" "parachute"
		}
		"Blue"
		{
			"model" "models/parachute/parachute_blue.mdl"
			"price" "1"
			"fallspeed" "100.0"
			"type" "parachute"
		}
		"Gargoyle"
		{
			"model" "models/parachute/gargoyle.mdl"
			"price" "1"
			"fallspeed" "50.0"
			"type" "parachute"
			"flag" "a"
		}
	}

no need for manual adding to downloader/precacher plugins

find more parachutes here: https://gamebanana.com/skins/cats/11622

used code by zipcore https://gitlab.com/Zipcore/HungerGames/blob/master/addons/sourcemod/scripting/hungergames/tools/parachute.sp

storeparachute's People

Contributors

shanapu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

storeparachute's Issues

Automatic gain of all parachutes when acquiring one!

Hello again Shanapu!

The plugin is working fine, lists the parachute in the store, everything perfect so far.

But the following is happening, when buying some parachute on my server, you gain access to all :(
With this, the player can get crediting credits, and this gets super annoying.

Are you aware of the problem? Do you have any plans in mind?

Comments:
It has access for all (without flag)
All are listed with price!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.