Can some one make me
9 replies



08.06.13 01:10:06 pm
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"
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"
http://unrealsoftware.de/files_show.php?file=6847 this script is full with ranks and commands.
#Discord CS2D Rework - https://discord.gg/pbhdVdj
If you want resetscore:
Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
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
Sorry, I'll make it for everybody
Try this
Code:
1
2
3
4
5
6
7
8
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
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
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.
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.



