English Wanted list v1.1 icon

37 comments
02.05.15 12:26:43 pm
like 11 like it!
2 kb, 657 Downloads
Talented Doge
User
Offline Off
The original show-on-demand wanted list.

∗ Usage
This script is used to count whether a player killed a specific team's player(by default terrorist killing counter-terrorist). If so, his name will be shown whenever a player presses F2. The colour of one's name intensifies marking him to be more dangerous.

• Changing settings?
Yes, absolutely, there are numerous configurable settings inside wanted list.lua

Info
Ultimate changing, fixed the code, and it should be fine now.

License
This content is published under WTFPL 3.0.
image
edited 10×, last 11.08.18 11:25:53 pm
ok This file has been reviewed and approved by Infinite Rain (03.12.15 11:59:48 pm)

Comments

37 comments
Goto Page
To the start Previous 1 2 Next To the start

Log in!

You need to log in to be able to write comments!Log in
01.11.18 03:39:12 pm
Up
Jarates
User
Offline Off
Not work!
28.10.18 12:15:35 pm
Up
Rnw
BANNED
Offline Off
Not working!
05.05.17 05:16:55 pm
Up
Talented Doge
User
Offline Off
There should be no more bugs now, finally figured how to do it properly... after a whole year.

05/29 update
added query cooldown, and if user ignores the cooldown, he will get kicked.
edited 1×, last 28.05.17 06:36:26 pm
22.02.16 02:40:43 pm
like I like it!
Up
Ya_Bogalb
BANNED
Offline Off
there are some bugs in your script ! but for you think thats i am not evil with you , i will just give a √
edited 2×, last 14.03.16 03:34:57 pm
03.02.16 10:05:40 am
like I like it!
Up
DatRat
User
Offline Off
And most annoying is his "reall shit trash" comments.
Anyway, this script is simple but very useful for rp or jail servers.
02.02.16 07:25:13 pm
Up
Jite
User
Offline Off
Could someone ban this guy. It's annoying to take in every file a look for checking news and have to see his ugly comments.
02.02.16 05:46:38 pm
Up
MaxmyA_TN
BANNED
Offline Off
13.01.16 11:12:57 am
like I like it!
Up
Kolia_rus
GAME BANNED
Offline Off
Good for jail servers.
25.10.15 10:16:29 am
Up
Talented Doge
User
Offline Off
This, I said already, at the very start of the description, is a extremely easy script. I posted it here because nobody has ever uploaded such things before me.

If you've got a better version or exactly the version that FWS jail is using, I'll appreciate it and delete mine.
22.10.15 10:12:36 am
like I like it!
Up
DaisukeOno
User
Offline Off
user MaxmyA_TN
Eh, I never know you can say that, user Rainoth is not try to abuse anyone.
21.10.15 12:13:37 am
Up
MaxmyA_TN
BANNED
Offline Off
@user Rainoth: I think @user THEMUD: is true and he have the right for he give he's opinion about whatever he want i think someone needs to speak with you harder for you understand your self and you respect the others I support @user THEMUD:
not to become a Moderator for Showing forces and abusing the other freedom's but to realisate the justice !
Dear @user Rainoth: You failed
29.09.15 02:58:02 pm
like I like it!
Up
RaRJaRz
BANNED
Offline Off
Might be useful for my gta server
28.09.15 02:32:09 pm
Up
MaxmyA_TN
BANNED
Offline Off
OMG , What is this codes its so easy , Anyguy can make like this script Please try to work harder and make a better one!


--a shit wanted list code
wanted = {}
kills = {}
killscode ={
"pale grey";
"dark grey";
"yellow";
"red";
}

addhook("spawn", "_ons")
addhook("kill", "_onk")
addhook("serveraction", "_sva")

function _onk(k, v)
     if player(k, "team") == 1 then
          kills[k] = kills[k] + 1
          if not wanted[k] then
               table.insert(wanted, k)
          end
     elseif player(k, "team") == 2 and player(v, "team") == 1 then
          table.remove(wanted, v)
     end
end

function _ons(id)
     if player(id, "team") == 1 then
          kills[id] = 0
          table.remove(wanted, id)
     end
end

function _sva(id, a)
     if a == 1 then
          msg2 (id, "\169"..color_code["cyan"].."Wanted List:")
          for _, x in ipairs(wanted) do
               if kills[x] <= 4 then
                    msg2 (id, "\169"..color_code[killscode[kills[x]]]..player(x, "name").."\169"..color_code["cyan"].." #Kills: \169"..color_code[killscode[kills[x]]]..kills[x])
               else
                    msg2 (id, "\169"..color_code[killscode["black"]]..player(x, "name").."\169"..color_code["cyan"].." #Kills: \169"..color_code["black"]..kills[x])
               end
          end
     end
end

-------------
× old image : http://www.google.tn/imgres...ffmcgCFWfwcgodjc8Ppw
03.09.15 02:46:27 pm
like I like it!
Up
DaisukeOno
User
Offline Off
user HunTeD3105, really ? I don't think so... You make scripts which has uploaded here before, this is not
03.09.15 11:34:12 am
Up
HunTeD3105
User
Offline Off
Yay Yuki Usagi again what is this lua it 's so easy i can make like this dude
09.07.15 03:21:48 pm
like I like it!
Up
muxarus
User
Offline Off
very cool script
edited 1×, last 27.12.15 06:54:00 pm
10.06.15 03:25:42 am
like I like it!
Up
DaisukeOno
User
Offline Off
This scripts used for [Fws] Jail Server, Is't ?
17.05.15 10:48:56 am
Up
XingGove
COMMUNITY BANNED
Offline Off
OH,SH*T file if non-exictent quality!


don't like me not sorry for YOU!
08.05.15 02:01:58 am
like I like it!
Up
PsN
User
Offline Off
Nice script, but I hope you upgrade it.
06.05.15 12:13:42 am
Up
-DarKness-
User
Offline Off
Improvement, keep on it.
To the start Previous 1 2 Next To the start