This script adds an admin skin to each admin of your server.
Install
Extract the file "admin_skin.zip" with WinRar or 7-Zip
Move the file "lua/adminskin.lua" to "CS2D/sys/lua"
Move the file "gfx/admin.bmp" to "CS2D/gfx"
Open the file "server.lua" in "CS2D/sys/lua" with a texteditor and add the following line:
dofile("sys/lua/adminskin.lua")
Save the file
Now open the file "adminskin.lua" with a texteditor and change the following values:
admins = {USGN IDS of the admins, separated with a ,}
maxplayers=The maximum number of players in your server (example: 32)
Save the file
Open the file "servertransfer.lst" in "CS2D/sys" with a texteditor and add the following line:
gfx/admin.bmp
Save the file
Done!
- Do NOT steal
- Do only edit for personal use (usgn ids and maxplayers)