Dateien

> > CS2D > Lua Scripts > Wanted list v1.1
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Wanted list v1.1 >

37 Kommentare2 kb, 666 Downloads

alt 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.
10× editiert, zuletzt 11.08.18 23:25:53
Zugelassen von Infinite Rain

Download Download

2 kb, 666 Downloads

Kommentare

37 Kommentare
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

Jarates
User Off Offline

Not work!

alt

Rnw
BANNED Off Offline

Not working!

alt

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.
1× editiert, zuletzt 28.05.17 18:36:26

alt

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 √
Ich mag es!
2× editiert, zuletzt 14.03.16 15:34:57

alt

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.
Ich mag es!

alt

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.

alt

Kolia_rus
Security Supporter Off Offline

Good for jail servers.
Ich mag es!

alt

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.

alt 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

alt

RaRJaRz
BANNED Off Offline

Might be useful for my gta server
Ich mag es!

alt

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

alt

DaisukeOno
User Off Offline

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

alt 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

alt

muxarus
User Off Offline

very cool script
Ich mag es!
1× editiert, zuletzt 27.12.15 18:54:00

alt Yuki Usagi

DaisukeOno
User Off Offline

This scripts used for [Fws] Jail Server, Is't ?
Ich mag es!

alt

XingGove
COMMUNITY BANNED Off Offline

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


don't like me not sorry for YOU!

alt

PsN
User Off Offline

Nice script, but I hope you upgrade it.
Ich mag es!

alt

-DarKness-
User Off Offline

Improvement, keep on it.
Zum Anfang Vorherige 1 2 Nächste Zum Anfang