View Single Post
Plugin Info:     Modification:          Category:          Approver:   Exolent[jNr] (178)
IneedHelp
Veteran Member
Join Date: Mar 2007
Location: Argentina
Old 09-29-2008 , 23:17   CS Shop v5.0 - [05/24/09]
Reply With Quote #1

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 :.
  1. Download the zip file
  2. Place the plugin in the plugins folder
  3. Add the "shop.txt" to the data/lang folder
  4. Add the "shop.cfg" to the configs folder
  5. Add "CS_Shop.amxx" in the plugins.ini (without the "")
  6. Restart your server and enjoy!

.: Additional Information :.

- The plugin was tested on AMXx 1.8.0 (Linux)
- Open to Suggestions and Bug Reports

.: For the Translators :.
I've made a huge multi-lingual update, so, if the old translators want to translate the new shop.txt, PM me with the language translated and the txt. Thanks, and sorry for re-making the shop.txt, but It's shorter and it's better.

Translations Thread: Link

.: Credits :.
PvtSmithFSSF - Original idea, Principal Code
VEN
- Fakemeta Utilities
Dr. Jan Itor
- Gravity Menu help
Minimiller - Lot of things
MeRcyLeZZ - For his svc_bad and models tutorial (Tutorial Link)
ConnorMcLeod - Little fix with user spawn
XxAvalanchexX - Some code of the gungame colored print


.: Changelog :.

PHP Code:
/*
    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 


+917 views (CS Shop v4.0)
+922 views (CS Shop v4.5)
Attached Files
File Type: zip CS Shop.zip (7.7 KB, 17600 views)
__________________

Last edited by IneedHelp; 05-24-2009 at 14:42. Reason: CS Shop UPDATED !
IneedHelp is offline