CS Shop v5.0 - [05/24/09]

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

CS Shop v5.0 - [05/24/09]

Post by greenie »

CS Shop v5.0
by iNeedHelp

.: Description :.
Welcome to the CS Shop!
Here, you can buy all kind of things with your money, all accessible with menus! (all is defined with cvars!)

.: Modules :.
- CStrike
- Fun
- HamSandwich
- FakeMeta

.: Cvars :.
The cvars are located on the shop.cfg.
All the cvars are with each explanation, and some extra notes.

.: Installation :.
Download the zip file
Place the plugin in the plugins folder
Add the "shop.txt" to the data/lang folder
Add the "shop.cfg" to the configs folder
Add "CS_Shop.amxx" in the plugins.ini (without the "")
Restart your server and enjoy!

.: Additional Information :.
- The plugin was tested on AMXx 1.8.0 (Linux)
- Open to Suggestions and Bug Reports
/*
ChangeLog:

v1.0
- First Release

v1.5
- Converted some things to fakemeta
- Fixed some menus

v2.0
- Added more menus
- Added more stocks

v3.0
- Fixed Menu bugs
- Fixed Model reset
- Added new Cvars
- Added ML Support

v3.5
- Added cstrike module for the skins
- Added customizable cfg with cvars

v3.6
- Fixed rendering bug with the invisibility menu

v3.7
- Fixed some fakemeta & cstrike convertions

v3.8
- Added ML Translations

v4.0
- Replaced all with fakemeta and ham modules
- Fixed a ML Bug
- Fixed some stocks (thanks to Exolent)

v4.0a
- Added: is the user alive to open the menu ?
- is the plugin enabled to show the msg ?

v4.0b
- Changed: Ham_Spawn to Post hook (Thanks ConnorMcLeod)

v4.2
- Now the Fakemeta Utilities are included
- Removed the Fakemeta Utilities stocks
- Added one more menu (Speed menu)
- Added more cvars
- Updated Multi-Lingual Translations

v4.5
- The items can be disabled if you set the item cvar to 0
- Now plugin supports Unlimited Money by Ramono
- Huge update on the Multi-Lingual translations (sorry translators)

v5.0
- All Menus Updated using global variables to store the name-weapons-other data
- CStrike and Fun Modules restored (efficiency > fakemeta conversions)

Plugin Thread: http://forums.alliedmods.net/showthread.php?t=78224
Licensed under the GPL - http://www.gnu.org/copyleft/gpl.html

---------------------------------------------------------------------
*/

// Uncomment this to enable Unlimited Money support by Ramono
//#define UL_COMPAT

#include <amxmodx>
#include <cstrike>
#include <fakemeta>
#include <hamsandwich>
#include <fun>

#if defined UL_COMPAT
#include <money_ul>
#endif
plugin
Post Reply

Return to “Fun Stuff”