Addon Details

Watch - Add Favorite


Does this version work for you?
10
w00ts
w00t!2

Wanted - Version 1.1

posted on 2008-02-02 14:44:46
by freddukes


Tags: bounty css

Description

This mod allows you to place a bounty on someone's head. Whenever another person kills the person with a bounty on their head, they will receive extra cash for the kill. How to force a wanted on someone: wanted [reasons] Either type that in chat, console or use it in another script... (es wanted event_var(userid) [reasons]) This mod uses the langlib which allows messages to be sent to the user in their preferred language. The idea came from Einzlanzer, so some credit goes to him. Extract the files to cstrike, edit wanted.py with the configurations you want, add the SteamID's of the admins who you want to allow to use the 'wanted' command, then add es_load wanted in your autoexec.cfg... Here is the latest version of languages.ini [code] # ./addons/eventscripts/wanted/languages.ini # Here is a list of the languages # Do not translate a word with a # or a $ infront! # For a list of language abbreviations please see ./addons/eventscripts/_libs/python/deflangs.ini [spawn message] en="#greenYou have a bounty on your head. You are worth#lightgreen $dollar$bounty#green. Prepare to die!" es="#greenUsted tiene un en su cabeza. Usted valen#lightgreen $dollar$bounty#green. Prepare para morirse!" [has bounty already] en="#greenSorry the player already has a bounty and is worth#lightgreen $dollar$bounty." es="#greenArrepentido el jugador ya tiene una prima y vale#lightgreen $dollar$bounty." [incorect syntax] en="#greenSorry the correct syntax for wanted is: #lightgreen wanted [reasons]." es="#greenArrepentida la sintaxis correcta para querido es: #lightgreen wanted [razones]." [unauthorized] en="Sorry, You are not Authorised to run the 'wanted' command" es="Arrepentido, Usted no Es Autorizado a correr la orden 'wanted'" [bounty stole] en="#greenPlayer #lightgreen$attacker #greenhas gained#lightgreen $dollar$bounty #greenfor Killing #lightgreen$victim!" es="#greenJugador #lightgreen$attacker #greenha ganado#lightgreen $dollar$bounty #greenpara Matar #lightgreen$victim!" [started a bounty with reason] en="#greenPlayer #lightgreen$user #greenhas now got a bounty on him for#lightgreen$reason!#green He is worth#lightgreen $dollar$bounty!" es="#greenJugador #lightgreen$user #greenha ahora consiguio una prima en el para#lightgreen$reason!#green El vale#lightgreen $dollar$bounty!" [started a bounty without reason] en="#greenPlayer #lightgreen$user #greenhas now got a bounty on him. He is worth#lightgreen $dollar$bounty!" es="#greenJugador #lightgreen$user #greenha ahora consiguio una prima en el#lightgreen$reason!#green El vale#lightgreen $dollar$bounty!" [tking] en="Team-Killing" es="Matanza de equipo" [another tk] en="Killing another Team Player" es="la matanza de a otro jugador del equipo" [/code] These are the configurations options: [syntax="python"] wanted_tk = 1 ''' Whether or not TKers will be punished with a "bounty" on there heads 1 = on 0 = off ''' wanted_value = 1000 ''' How much the user will start off wanted if the person TKs Ignore this if wanted_tk is set to 0 ''' wanted_multiplier = 0.05 ''' The amount to multiply the wanted amount by each time ''' wanted_admins = ['STEAM_0:1:10717798','STEAM_0:1:244545','STEAM_3'] ''' place all people allowed to use the "wanted" command in here ''' [/syntax]

Version Notes For 1.1

Updated on: 2008-02-03 11:27:26 EST by freddukes (View Zip Contents)
Added - Auth Provider Service Added - Easy config File (wanted_config.cfg)

( Previous Versions )