Addon Details

Watch - Add Favorite


1 out of 1 users claim this version works for them.
Does this version work for you?
6
w00ts
w00t!2

WeaponShop - Version 1.0.2

posted on 2012-01-16 16:29:25
by Ayuto

Requires: [LIST] [*][URL=http://forums.eventscripts.com/viewtopic.php?t=42620]autokick_disabler[/URL] [/LIST]


Description

This addon allows you to sell/buy items and weapons by a popup. [b]Features:[/b] [LIST] [*]Sellmenu [LIST] [*]Timelimit for selling [*]Team-specific weapons [*]Stay-open-function [/LIST] [*]Buymenu [LIST] [*]Submenus [*]Timelimit for buying [*]Team-specific weapons [*]Stay-open-function [/LIST] [*]Easy to format the menus [*]Worth and depreciation for selling [*]Message level [*]Option to disable Valve's buyzone [/LIST] Configuration file: [code]// *********************** // WEAPONSHOP SETTINGS // *********************** // 0 = Disabled // 1 = Enabled // *********************** // POPUPS // *********************** // Enables/Disables the buymenu wsp_buymenu 1 // Enables/Disables the sellmenu wsp_sellmenu 1 // <BUYMENU/SELLMENU/BOTH> - The popup stays open, if an item has been choosen wsp_stayopen "BOTH" // The format for the shown text in the popups wsp_format "WEAPON - PRICE$" // *********************** // OTHER // *********************** // <-1/0/2/3> - Importance level for messages. The higher the value, the more will be shown wsp_informlevel 2 // Time to buy items wsp_buytime 30 // Time to sell items wsp_selltime 30 // Enables/Disables the buyzones wsp_buyzone 0 // Players can just buy/sell items in their buyzone wsp_inbuyzone 1 // Worth of a sellable item in percent wsp_worth 80 // Percentage of depreciation, if the weapon has been used wsp_depreciation 10[/code] Weapon configuration file: [code]# Explanation # 0 = Disabled/False # 1 = Enabled/True # [SUBMENU] - Creates a new submenu for the buymenu # [[WEAPON]] - Creates a new entry for the weapon in that submenu # name = <WEAPONNAME> - Name, which is shown in the popup # price = <PRICE> - Price for the weapon # sellable2 = <0/1> - Sellable for terrorists? # sellable3 = <0/1> - Sellable for counter-terrorists? # buyable2 = <0/1> - Buyable for terrorists? # buyable3 = <0/1> - Buyable for counter-terrorists? [PISTOLS] [[weapon_glock]] name = 'Glock' price = 400 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_usp]] name = 'Usp' price = 500 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_p228]] name = 'P228' price = 600 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_deagle]] name = 'Deagle' price = 650 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_fiveseven]] name = 'Fiveseven' price = 750 sellable2 = 0 sellable3 = 1 buyable2 = 0 buyable3 = 1 [[weapon_elite]] name = 'Elite' price = 800 sellable2 = 1 sellable3 = 0 buyable2 = 1 buyable3 = 0 [SHOTGUNS] [[weapon_m3]] name = 'M3' price = 1700 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_xm1014]] name = 'Xm1014' price = 3000 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [SMG] [[weapon_tmp]] name = 'Tmp' price = 1250 sellable2 = 0 sellable3 = 1 buyable2 = 0 buyable3 = 1 [[weapon_mac10]] name = 'Mac10' price = 1400 sellable2 = 1 sellable3 = 0 buyable2 = 1 buyable3 = 0 [[weapon_mp5navy]] name = 'MP5Navy' price = 1500 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_ump45]] name = 'Ump45' price = 1700 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_p90]] name = 'P90' price = 2350 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [RIFLES] [[weapon_famas]] name = 'Famas' price = 2250 sellable2 = 0 sellable3 = 1 buyable2 = 0 buyable3 = 1 [[weapon_galil]] name = 'Galil' price = 2000 sellable2 = 1 sellable3 = 0 buyable2 = 1 buyable3 = 0 [[weapon_ak47]] name = 'Ak47' price = 2500 sellable2 = 1 sellable3 = 0 buyable2 = 1 buyable3 = 0 [[weapon_scout]] name = 'Scout' price = 2750 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_m4a1]] name = 'M4a1' price = 3100 sellable2 = 0 sellable3 = 1 buyable2 = 0 buyable3 = 1 [[weapon_aug]] name = 'Aug' price = 3500 sellable2 = 0 sellable3 = 1 buyable2 = 0 buyable3 = 1 [[weapon_sg550]] name = 'SG550' price = 4200 sellable2 = 0 sellable3 = 1 buyable2 = 0 buyable3 = 1 [[weapon_sg552]] name = 'SG552' price = 3500 sellable2 = 1 sellable3 = 0 buyable2 = 1 buyable3 = 0 [[weapon_awp]] name = 'Awp' price = 4750 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_g3sg1]] name = 'G3SG1' price = 5000 sellable2 = 1 sellable3 = 0 buyable2 = 1 buyable3 = 0 [MACHINE GUNS] [[weapon_m249]] name = 'M249' price = 5750 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [EQUIPMENT] [[item_kevlar]] name = 'Kevlar' price = 650 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[item_assaultsuit]] name = 'Kevlar & Helmet' price = 1000 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_flashbang]] name = 'Flashbang' price = 200 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_hegrenade]] name = 'Hegrenade' price = 300 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[weapon_smokegrenade]] name = 'Smokegrenade' price = 300 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [[item_defuser]] name = 'Defuse kit' price = 200 sellable2 = 0 sellable3 = 1 buyable2 = 0 buyable3 = 1 [[item_nvgs]] name = 'Nightvision' price = 1250 sellable2 = 1 sellable3 = 1 buyable2 = 1 buyable3 = 1 [OTHERS] [[weapon_c4]] name = 'C4' price = 500 sellable2 = 0 sellable3 = 0 buyable2 = 0 buyable3 = 0 [[weapon_knife]] name = 'Knife' price = 500 sellable2 = 0 sellable3 = 0 buyable2 = 0 buyable3 = 0[/code]

Installation

1. Download the file 2. Extract it to .../orangebox/cstrike 3. Write [b]es_load weaponshop[/b] in your autoexec.cfg or server.cfg

Version Notes For 1.0.2

Updated on: 2012-01-22 13:39:24 EST by Ayuto
[LIST] [*]Performance has been improved [*]Changed public variable from WeaponShop to weaponshop_version [*]Added option to disable Valve's buyzone [*]Changed level of some messages [*]Fixed ini-file for notepad [/LIST]

( Previous Versions )