[Pnk] FFA Admin Script v1.3 
11 comments Hi
,
This is my new script, this time with help and some work, Here you have the FreeForAll Admin Script, with this script you can change you gamemodes from standart to construction and deathmatch, with 3 simple commands, also we have others commands that allow you to manage the server. I hope you like it!
Command List:
Thanks to:
@
Scott For Help me making the script
@
GeoB99 For his
Throw Grenade Info (Y.A.T.E.S) (8)
@
Rainoth For Help me making the script better
Rules
You can edit it
You can make everything with the nades sounds, these sounds are from Valve. I just Converted him to .ogg
You can't re-upload it
You can't say it yours
Using Sounds from Valve Corporation
Better Functionality and Code Lines
Fixed Poorly Code Lines

This is my new script, this time with help and some work, Here you have the FreeForAll Admin Script, with this script you can change you gamemodes from standart to construction and deathmatch, with 3 simple commands, also we have others commands that allow you to manage the server. I hope you like it!
Command List:
Thanks to:
@

@



@

Rules




Using Sounds from Valve Corporation



edited 5×, last 29.01.17 06:01:56 pm

Comments
11 comments



Log in!
You need to log in to be able to write comments!Log in
Quote:
sfx/pnk/heflash.ogg
audio view content sfx/pnk/henade.ogg
audio view content sfx/pnk/hesmoke.ogg
audio view content sfx/pnk/henade.ogg
audio view content sfx/pnk/hesmoke.ogg
I forgot to mention on my comment that these sounds aren't actually yours. You must include the following author(s) of these contents in the credits otherwise the file might get declined by other moderators or reviewers cause of copyright infringement.
Some parts of your code is tabbed incorrectly like this chunk below:
It's pure mess and barely understandable which
Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
elseif (arg[1]=="!rs") then
if player(id,'deaths')>0 then
parse("setscore "..id.." 0")
parse("setdeaths "..id.." 0")
msg2(id,'\169000255000You have just reset your score')
else
msg2(id,'\169255000000No need to reset your score')
end
return 1
end
end
end
end
if player(id,'deaths')>0 then
parse("setscore "..id.." 0")
parse("setdeaths "..id.." 0")
msg2(id,'\169000255000You have just reset your score')
else
msg2(id,'\169255000000No need to reset your score')
end
return 1
end
end
end
end
It's pure mess and barely understandable which
end
finishes a keyword type block. You must reorganise the code indentation structure in a correct, valid style manner. I see you didn't upload the version I gave you at the very end. Oh well, this way of making commands is more crude but I guess that'll do.

Rules
√ You can edit it
× You can't re-upload it
× You can't say it yours
√ You can edit it
× You can't re-upload it
× You can't say it yours
Especially the sounds you used.



