Files

> > CS2D > Lua Scripts > Wanted list v1.1
Files overviewCS2D overviewLua Scripts overview

English Wanted list v1.1 >

37 comments2 kb, 666 Downloads

old Wanted list v1.1

Talented Doge
User Off Offline

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.
edited 10×, last 11.08.18 11:25:53 pm
Approved by Infinite Rain

Download Download

2 kb, 666 Downloads

Comments

37 comments
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

old

Jarates
User Off Offline

Not work!

old

Rnw
BANNED Off Offline

Not working!

old

Talented Doge
User Off Offline

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

old

Ya_Bogalb
BANNED Off Offline

there are some bugs in your script ! but for you think thats i am not evil with you , i will just give a √
I like it!
edited 2×, last 14.03.16 03:34:57 pm

old

DatRat
User Off Offline

And most annoying is his "reall shit trash" comments.
Anyway, this script is simple but very useful for rp or jail servers.
I like it!

old

Jite
User Off Offline

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.

old

Kolia_rus
Security Supporter Off Offline

Good for jail servers.
I like it!

old

Talented Doge
User Off Offline

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.

old Try !

MaxmyA_TN
BANNED Off Offline

@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

old

RaRJaRz
BANNED Off Offline

Might be useful for my gta server
I like it!

old

MaxmyA_TN
BANNED Off Offline

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

old

DaisukeOno
User Off Offline

user HunTeD3105, really ? I don't think so... You make scripts which has uploaded here before, this is not
I like it!

old what is this ?

HunTeD3105
User Off Offline

Yay Yuki Usagi again what is this lua it 's so easy i can make like this dude

old

muxarus
User Off Offline

very cool script
I like it!
edited 1×, last 27.12.15 06:54:00 pm

old Yuki Usagi

DaisukeOno
User Off Offline

This scripts used for [Fws] Jail Server, Is't ?
I like it!

old

XingGove
COMMUNITY BANNED Off Offline

OH,SH*T file if non-exictent quality!


don't like me not sorry for YOU!

old

PsN
User Off Offline

Nice script, but I hope you upgrade it.
I like it!

old

-DarKness-
User Off Offline

Improvement, keep on it.
To the start Previous 1 2 Next To the start