Forum

> > CS2D > Servers > ct not die
Forums overviewCS2D overview Servers overviewLog in to reply

English ct not die

32 replies
Page
To the start Previous 1 2 Next To the start

old closed ct not die

adidas2
User Off Offline

Quote
this script and easy

----------------------
function Array(size,value)
local array = {}
for i = 1, size do
array[i]=value
end
return array
end

--
adminList = {37802} --ids-Usgn
--

ct_man = Array(32,false)
adminnokill = Array(32,false)



function isAdmin(id)
for _, usgn in ipairs(adminList) do
if player(id,'usgn')==usgn then
return true
end
end
return false
end

addhook([[join]],[[thejoin]])
function thejoin(id)
if isAdmin(id) then
msg("©000255255(SERVER) "..player(id,"name").." Admin Online!@C")
end
end

addhook([[team]],[[theteam]])
function theteam(id,t)
if isAdmin(id) then
if t==2 then
adminnokill[id]=true
ct_man[id]=true
elseif t==1 then
ct_man[id]=true
end
else
if t==2 then
parse("maket "..id)
return 1
end
end
end

addhook([[hit]],[[thehit]])
function thehit(id,source,weapon,hpdmg,apdmg)
if adminnokill[id]==true then
return 1
end
end
-----------------------------------------
dofile("sys/lua/samples/adminteam.lua")
-----------------------------------------
edited 3×, last 28.05.11 11:47:45 pm

old Re: ct not die

The Spy
User Off Offline

Quote
My god you shoul at least use a spoiler tag! and what exactly you edited?

Edit: Oh the RF script right? because you commented on it and you said you would edit it.

old Re: ct not die

PeterToman
COMMUNITY BANNED Off Offline

Quote
Do he got permission to edit our script?
Dude, ask for permission first... -.-*

old Re: ct not die

PeterToman
COMMUNITY BANNED Off Offline

Quote
Dude, he is using translator -.-*
Or just suck at english.

old »®åf¡nhå«

adidas2
User Off Offline

Quote
I do not use translator
I'm doing English.
I'm not good
---------------------------------
do not criticize me
---------------------------

old Re: ct not die

The Spy
User Off Offline

Quote
You said on the server you where good at portugues and spanish....

old Re: ct not die

PeterToman
COMMUNITY BANNED Off Offline

Quote
He didn't said that. Get some grammar lessons in the future.
Oh, and why you put your name in every title? (of comment)

old rafinha

adidas2
User Off Offline

Quote
user The Spy has written
I do not know


edited 1×, last 29.05.11 12:25:06 am

old Re: ct not die

PeterToman
COMMUNITY BANNED Off Offline

Quote
Instead of abusing smileys and quoting The Spy all the time would you do something useful? you are getting booring.

old Re: ct not die

Mechanolith
User Off Offline

Quote
Hey everybody, we got a new user with a very limited intellectual capacity!

First of all, i would like to welcome you on that site and highly recommend you to read that.
After it i would like you to click on the button "Logout" if you used translators to understand what i'm saying.

Spoiler >

old Re: ct not die

The Spy
User Off Offline

Quote
Youre joking you mother f*cker? when i see you somewhere i swear i will kick you

old Re: ct not die

The Spy
User Off Offline

Quote
Quoting all users on this server will lead you to problems (i think)

old Re: ct not die

Mechanolith
User Off Offline

Quote
Yeah, i will contact some mods, so he can learn to be mature in the hard way.

You're NOT in a idiot brazilian forum like any other crap you can find on the internet, which is full of people like you who can't grow up.
Get a life, grow up, and lose this brazilian kind you still have in your personality, oh wait, you don't even have one.

And stop using translators, it's obvious that you are using them, sometime you have to grow up and learn how to assume your mistakes, you will not be always behind a monitor or behind your mommy to defend you, this can cause you much problems.

Spoiler >
edited 2×, last 29.05.11 01:33:50 am

old rafinha

adidas2
User Off Offline

Quote
user Kraven has written
yes I'm not good at Inglês
not understand some words in Inglês and got to see the translator I have 12 years My script does not use a translator

add >msn - Email address (only visible with login) -
To the start Previous 1 2 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview