Watch
-
Add Favorite
-Upload all the files except the config (since you might want to keep your settings)
-Delete es_ubuy_german_db.txt,es_ubuy_english_db.txt and es_ubuy_internal_db.txt
-Remove this from the config:
This can be delted from config:
// Sets the language used in game. If the Version is not the same as the plugin version the lanuage file may be outdated!
// The last value you have to use in the variable, the other stuff is just information about the language file:
//
// Author - Version - Language
//
// [#OMEGA] - K2 - V 2.00 - english
// [#OMEGA] - K2 - V 2.00 - german
ubuy_language "english"
-fixed addon info
-fixed a spelling error in german translation file
-script now uses langlib; everyone will have the message displayed in their language if aviable
--> es_ubuy_german_db.txt and es_ubuy_english_db.txt unnecessary now (can be deleted)
--> ubuy_language has been removed
-fixed a minor error with display of weapon names if you had not enough money for purchase
-fixed error messages if a variable nesscessary for the welcome messages was set wrong
-es_ubuy_internal_db.txt is unnecessary now (can be deleted)
-fixed a error in the help menu (used wrong text psettings_enabled in english lng file)
-german messages are now using "ä,ö,ü,ß"
-redone the popup creation; script size is massivly reduced (by more than 33%!!)
-you can open the main helpmenu from the weapon settings menu now
( Previous Versions )
Description
Ultimate Buyscript by [#OMEGA] - K2 V 2.01
Info:
Well besically I allows you purchase weapons unsing some methods. Admin can change the script settings a lot so many differnt settings are possible. See the list of features below for more information.
Please report any bugs you find.
Requirements:
-Eventscripts 2.0 or later
Installation:
-download the files
-open ultimate_buyscript.cfg and change the settings
-copy the files to your server
-add "es_load ultimate_buyscript" to your autoexec.cfg
-reboot server (if you do not want to reboot type in server console "es_load ultimate_buyscript"
Features:
-Enable/Disable a weapon
-Enable/Diables a wepaon for a single team
-Checks for Buyzone (can be disabled)
-Checks for dead and alive humans
-Checks for Weapon Price (can be disabled and the weapon prices can be changed)
-Has a help/info popup included
-Supports 3 ways to purchase weapons; console commmands, say commands and a popup menu
-Checks for buytime
-Optimized / written in Python
-Displayes in most cases wrong settings ingame (So you can fix them/change them to the correct value)
-Multiple lanuages supported!
--> German
--> English
Ideas:
You could use it for example to have a funny match; you restict every weapon with another plugins (it just disallows to purchase weapons, but not prevents to pick them up or removes them from the game) and only enable AWP for 1 Team and the other team is only able to buy pistols.
Or for zombiemod; usually you can't buy the weapons from the other team (and it's to dangerous if you are t to wait until you get CT) so you could enable buying it.
Anti-AWP: You disable the awp with another plugin from regular purchase and set the price to 16000 so the awp will be bought very, very rarly.
Planned for newer vesions:
-Admin menu to change settings ingame [using XA]
-maybe some weapon restriction feature
-maybe some custom "items" like health or armor
-smaller/more optimized code
Known Issues:
-I want to use the popups (includes helpdisplay) later ingame but they do not work!
Comment: You need to load the plugin with popups enabled and disable them then per server config for example. It is necessary because the variable have to be loaded.
Get it here:
http://addons.eventscripts.com/addons/view/ultimate_buyscript
Info:
Well besically I allows you purchase weapons unsing some methods. Admin can change the script settings a lot so many differnt settings are possible. See the list of features below for more information.
Please report any bugs you find.
Requirements:
-Eventscripts 2.0 or later
Installation:
-download the files
-open ultimate_buyscript.cfg and change the settings
-copy the files to your server
-add "es_load ultimate_buyscript" to your autoexec.cfg
-reboot server (if you do not want to reboot type in server console "es_load ultimate_buyscript"
Features:
-Enable/Disable a weapon
-Enable/Diables a wepaon for a single team
-Checks for Buyzone (can be disabled)
-Checks for dead and alive humans
-Checks for Weapon Price (can be disabled and the weapon prices can be changed)
-Has a help/info popup included
-Supports 3 ways to purchase weapons; console commmands, say commands and a popup menu
-Checks for buytime
-Optimized / written in Python
-Displayes in most cases wrong settings ingame (So you can fix them/change them to the correct value)
-Multiple lanuages supported!
--> German
--> English
Ideas:
You could use it for example to have a funny match; you restict every weapon with another plugins (it just disallows to purchase weapons, but not prevents to pick them up or removes them from the game) and only enable AWP for 1 Team and the other team is only able to buy pistols.
Or for zombiemod; usually you can't buy the weapons from the other team (and it's to dangerous if you are t to wait until you get CT) so you could enable buying it.
Anti-AWP: You disable the awp with another plugin from regular purchase and set the price to 16000 so the awp will be bought very, very rarly.
Planned for newer vesions:
-Admin menu to change settings ingame [using XA]
-maybe some weapon restriction feature
-maybe some custom "items" like health or armor
-smaller/more optimized code
Known Issues:
-I want to use the popups (includes helpdisplay) later ingame but they do not work!
Comment: You need to load the plugin with popups enabled and disable them then per server config for example. It is necessary because the variable have to be loaded.
Get it here:
http://addons.eventscripts.com/addons/view/ultimate_buyscript
Installation
If you are upgrading from a older version:-Upload all the files except the config (since you might want to keep your settings)
-Delete es_ubuy_german_db.txt,es_ubuy_english_db.txt and es_ubuy_internal_db.txt
-Remove this from the config:
This can be delted from config:
// Sets the language used in game. If the Version is not the same as the plugin version the lanuage file may be outdated!
// The last value you have to use in the variable, the other stuff is just information about the language file:
//
// Author - Version - Language
//
// [#OMEGA] - K2 - V 2.00 - english
// [#OMEGA] - K2 - V 2.00 - german
ubuy_language "english"
Version Notes For 2.01 (Announce this update)
Updated on: 2008-04-19 10:02:03 EST-fixed addon info
-fixed a spelling error in german translation file
-script now uses langlib; everyone will have the message displayed in their language if aviable
--> es_ubuy_german_db.txt and es_ubuy_english_db.txt unnecessary now (can be deleted)
--> ubuy_language has been removed
-fixed a minor error with display of weapon names if you had not enough money for purchase
-fixed error messages if a variable nesscessary for the welcome messages was set wrong
-es_ubuy_internal_db.txt is unnecessary now (can be deleted)
-fixed a error in the help menu (used wrong text psettings_enabled in english lng file)
-german messages are now using "ä,ö,ü,ß"
-redone the popup creation; script size is massivly reduced (by more than 33%!!)
-you can open the main helpmenu from the weapon settings menu now
( Previous Versions )
Find Servers
Servers running this addon.
Addon Details
Upload Addon