Forum

> > CS2D > General > A few scripts
Forums overviewCS2D overviewGeneral overviewLog in to reply

English A few scripts

2 replies
To the start Previous 1 Next To the start

old A few scripts

PAlllUCH
User Off Offline

Quote
Welcome

Today is looking for scripts:
-Write the word "hello" opens the door (name-to-door)
-A maximum of 5 anti-terrorists, and terrorists indefinitely
-If you die without becoming terrorists to return (something based on the zombie fashion)
-CT and TT are of different classes:
5 CT, and TT 3
-Without discarding
-No collection

Please fast and a brief statement

PAlllUCH

Sorry for my poor English I use google translator

old Re: A few scripts

HaRe
User Off Offline

Quote
this is for the text hello

1
2
3
4
5
6
7
8
addhook("say","hellotext")
function hellotext(id,txt)
if txt == "hello" then -- If you say Hello the door opens
msg2(id,"You've opened the secret door") -- change or remove this if you want
parse("trigger name-to-door") -- Change name-to-door to your door in the map
return 1 -- Hides the text put 0 if you want the text to be shown
end
end
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview