[px20] Reserved Names v1.0 
8 comments Hello
sgn users, today i wanna upload my new script, called "Reserved Names".
Description 
As you can see in the title, you can forbid people using your name / admin name / bla bla more, you still allowed using your name with your USGN. Enjoy.
Usage 
Find
Example:
Parameters:
Rules 
You are allowed to attach or plug into your own script.
You are allowed to play it on your own server.
You are allowed to share it with my permission.
You are allowed to edit the configuration only.
You are allowed to edit all with my permission.
You are not allowed to claim it as yourself.
Please tag me if you attach this in your own script.
Change logs 
Known bugs 
What's new in next version? 
Fixing error bad argument.
Installation 
First step : Download this script.
Second step : Extract .zip file into your CS2D file.
Last step : Play with sv_luaserver
P.S.: This file archive will be edited much times.
P.P.S.: If you don't understand, sorry for my English.
P.P.P.S.: If you found any bugs, please report it to me with comment in this file archive, any reports is my pleasure.



As you can see in the title, you can forbid people using your name / admin name / bla bla more, you still allowed using your name with your USGN. Enjoy.


Find
function rn.setup(id)
and see the instruction there.Example:
Code:
rn.add(id,"s","boolean Value","my fan",{142503})
rn.add(id,"l","spotted dick","******* ****",{999999})
rn.add(id,"l","ass","ASSasin Creed",{999999})
rn.add(id,"u","DC","fake developer",{1})
rn.add(id,"s","[pro]","traitor",{1,2,3,4,5})
rn.add(id,"l","spotted dick","******* ****",{999999})
rn.add(id,"l","ass","ASSasin Creed",{999999})
rn.add(id,"u","DC","fake developer",{1})
rn.add(id,"s","[pro]","traitor",{1,2,3,4,5})
Parameters:
Code:
ID - Do not change it.
CASE - [...]case is used to scan names. "s" sensitive, "l" lower, "u" upper.
NAME - I sincerely hope you know what this parameter does.
REPLACE - A name to rename a traitor.
USGN - Users allowed to use it. (Table)
CASE - [...]case is used to scan names. "s" sensitive, "l" lower, "u" upper.
NAME - I sincerely hope you know what this parameter does.
REPLACE - A name to rename a traitor.
USGN - Users allowed to use it. (Table)


You are allowed to attach or plug into your own script.
You are allowed to play it on your own server.
You are allowed to share it with my permission.
You are allowed to edit the configuration only.
You are allowed to edit all with my permission.
You are not allowed to claim it as yourself.
Please tag me if you attach this in your own script.









First step : Download this script.
Second step : Extract .zip file into your CS2D file.
Last step : Play with sv_luaserver
Code:
1
reservednames.lua
P.S.: This file archive will be edited much times.
P.P.S.: If you don't understand, sorry for my English.
P.P.P.S.: If you found any bugs, please report it to me with comment in this file archive, any reports is my pleasure.
edited 5×, last 27.11.16 04:47:20 am

Comments
8 comments



Log in!
You need to log in to be able to write comments!Log in

I like the idea behind it, but what I don't like is the WAY I have to do to add reserved names. Great work.





