Evie Addon Details

Watch - Add Favorite

Extensive Give - Version 1.1

posted on 2009-06-14 20:05:35
by Adz
4
w00ts
w00t!
Requires: Tags: admin cash css give health weapons

Description

Description
Allows clients/admins (configurable) to give target(s) Cash/Health/Items/Weapons.

The target can be any of the following:
- A player's name
- A player's partial name
- A player's steamid
- A player's userid

& script also works with playerlib filters however unncessary filters are unregistered in this script, if you need any of the following in other scripts, you can remove the lines:
#dead
#spec
#un

There is also an extra filter registered as default: #admin allowing any admins through an authorization service to be categorised as one filter.

The syntax and usage of the command directly is as follows:


There are tell messages that manage each incorrect argument individually to ensure that the script is informative. Alternatively, a player can type @give to receive the syntax message and also potentially go about giving a single target any of the properties via popupmenus.

Installation

Installation
Automatic
-> es_install extensiveGive -autoload
-> Add the following line to your ...//cfg/autoexec.cfg:
:: es_load extensiveGive
-> Alternatively to load manually:
:: rcon es_load extensiveGive
-> Restart your server

Manual
-> Extract Downloadable .zip file to ...//
-> Add the following line to your ...//cfg/autoexec.cfg:
:: es_load extensiveGive
-> Alternatively to load manually:
:: rcon es_load extensiveGive
-> Restart your server

Version Notes For 1.1 (Announce this update)

Updated on: 2009-06-22 12:19:34 EST by Adz
Update [v1.1]
- Fixed configurable syntax message description.
- Change group auth permission name to: "extensiveGive".
- Popup displays after a selection so that more than 1 weapon/item can be given to a pre-selected target.
- Removed unregistering of certain playerlib filters.
- Fixed sayFilter error.
- Remove buggy boolean configurable variables.
( Previous Versions )