Flacko has written
I didn't test it, but you can tell me about any errors you get.
It has this strange error:
LUA ERROR: sys/lua/rank.lua:8: attempt to call global 'weapons' (a nil value)
Scripts
Lua Scripts/Questions/HelpRANK.ADVANCED = {weapons[b]=[/b]{10},29569,29570,29571,29572,29573}
if (player(id,"team") == 2) then [...] elseif (player(id,"team") == 1) then [...]
Thanks,for index,id in ipairs(player(0,"table")) do 		for i,_Usgn in ipair(ADMIN.SuperAdmin2) do 	if player(id,"usgn") == _Usgn then
t[4] = "three"
t[6] = "eight"
t[2] = { "apple", "pear", "banana" }
for i,v in ipairs(t) do print(i,v) end
---
1 1
2 table: 0035DFE8
3 2
4 three
5 5
6 eight
7 13
8 21
for index,id in ipairs(player(0,"table")) do
for i,_Usgn in ipairs(ADMIN.SuperAdmin2) do
if player(id,"usgn") == _Usgn then
........
........