Forum

> > CS2D > Scripts > Can some one make me
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Can some one make me

9 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Can some one make me

RealDespress28
BANNED Off Offline

Zitieren
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"

alt Re: Can some one make me

connor34
User Off Offline

Zitieren
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

alt Re: Can some one make me

RealDespress28
BANNED Off Offline

Zitieren
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

alt Re: Can some one make me

connor34
User Off Offline

Zitieren
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

alt Re: Can some one make me

limonata
User Off Offline

Zitieren
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 >
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht