Forum

> > CS2D > Scripts > Can some one make me
Forums overviewCS2D overview Scripts overviewLog in to reply

English Can some one make me

9 replies
To the start Previous 1 Next To the start

old Can some one make me

RealDespress28
BANNED Off Offline

Quote
can someone help me build an script my script is like this:

1.)when the admin join the server, he can ware super armor.

2.)the admin can use !kickplayer,!banplayer,!muteplayer,!killplayer, and etc.

3.)and all players can use !rs,or !resetscore

Hope you can make all of this! or just pick one then the other user pick one too!

"God Bless if you make it ~Despress28"

old Re: Can some one make me

connor34
User Off Offline

Quote
If you want resetscore:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
Admin = {xxxxx}

addhook("say","resetscore")
function resetscore(id,t)
for i=1,#Admin do
if (player(id,"usgn")==Admin[i]) then
if t=="!rs" then
msg2(id,"©255255255You have reseted your score @C")
parse("setscore "..id.." 0")
parse("setdeaths "..id.." 0")
end
end
end
end

old Re: Can some one make me

RealDespress28
BANNED Off Offline

Quote
user Xirot: so your telling me i will use crazybooy's script? no i don't want because you want me to edit that script into my LIFE? there are many function ding dong

user connor34: sorry but it is just the admin the other player can't use !rs

old Re: Can some one make me

connor34
User Off Offline

Quote
Sorry, I'll make it for everybody

1
2
3
4
5
6
7
8
addhook("say","resetscore")
function resetscore(id,t)
if t=="!rs" then
msg2(id,"©255255255You have reseted your score @C")
parse("setscore "..id.." 0")
parse("setdeaths "..id.." 0")
end
end

Try this

old Re: Can some one make me

limonata
User Off Offline

Quote
Hello RealDespress28, here is my script for you. Tested. Works.


Commands:

##For All Players##

-!rs or !resetscore

##For Admis##
- !kick <id>
- !ban <id> (Works with ip ban)
- !kill <id>
- !mute <id>
- !unmute <id>
* Also, when you spawn you will get super armor.
Spoiler >
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview