Files

> > CS2D > Lua Scripts > MakeCT / T command
Files overviewCS2D overviewLua Scripts overview

English MakeCT / T command >

23 comments519 b, 842 Downloads

old MakeCT / T command

Littlericket
User Off Offline

Hello Guys!

I want to share my MakeCT / T command with you because i think its not useless and everyone can use it

Well its perfect for a Zombie server or something like that...

Commands:
!makect -- make you an CT
!maket -- make you an T

If you want to use a msg every minute, remove the -- in the last 4 lines

Put the lua file in sys/lua folder. Add to the server.lua following thing:
1
dofile("sys/lua/makectt.lua")

Have Fun with it!

Greetings
Approved by GeoB99

Download Download

519 b, 842 Downloads

Comments

23 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 Leo

ExcaRate
User Off Offline

I dont like ur script,but i like ur picture
I like it!

old

Robotic-Brain
User Off Offline

what is so difficult at this script?
2-3 minutes work

but it's usefull so 3/5
I like it!

old nice

Dovahkin
User Off Offline

nice keep it up and make some more
I like it!

old

GunShoT
User Off Offline

Very very good script I think.
That was a lot of work because it is a great script.
Simple function, but difficult to produce it.
I like it!

old Littlericket

myrenata
User Off Offline

wit h this i can be ct:D yeaaa?? and give me wfw ip pls i lost him i dont know how?

old

0la0ci7
User Off Offline

(My real name : Unnamed.........)
very very good.
thx.
I like it!

old

Rainoth
Moderator Off Offline

No as i said it is good for servers that use menus so if ppl use this in such servers this is usefull and mine is useless xD. Anyway its good f ppl to learn on how to siply use Hooks
I like it!

old

Vectarrio
User Off Offline

There is already same thing but even with menu, so, I think, that is smth like... repeat.
I like it!

old

Snake_Eater
User Off Offline

Easy,more easy,this script
That's nothing to upload
But.......
I like it!

old

SRAN
User Off Offline

cool as always ricket
I like it!

old

Littlericket
User Off Offline

Thanks for the much Ratings
@ batlaizys
aha. But i wanted to post it too..

@Passer
great that you want to learn LUA by using luas from the script archive

old

maPmaKer
User Off Offline

I saw it on server. Good anyway!:D
I like it!

old

Rainoth
Moderator Off Offline

Dude... I have already made such thing. And more you dont have to write anything, just press buttons and ur done. BUT it could be as usefull as mine if you put it in script that already has menus. So Nice
I like it!

old

wjcf1290
User Off Offline

mkte={}
mkte.team={['!maket']={1,'t'},['!makect']={2,'ct'}}
mkte.parse=true
addhook('say','mkte.say')
function mkte.say(i,t)
     if (mkte.team[t] and mkte.parse==true) then
          local team=mkte.team[t]
          if (player(i,'team')~=team[1]) then
               parse('make'..team[2]..' '..i)
               parse('setdeaths '..i..' '..player(i,'deaths')-1)
          end
          return 1
     end
end

old

Passer
User Off Offline

I download this to study Lua BTW its not bad
I like it!

old

BlacKJacK93
User Off Offline

5 / 5 and btw u have AWESOME AVATAR
I like it!

old

awcmon
User Off Offline

You could already do this with RCon.

old

HaRe
User Off Offline

hehe Little!

good but simple
I like it!
To the start Previous 1 2 Next To the start