automatically add the user to the list of administrators
no need Functions for admin...
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
eg: adms={} addhook("say","say",317) function say(id,t) if t:sub(1,11)=="@dadm" then local id=tonumber(t:sub(13)) table.insert(adms,player(id,"usgn")) msg2(id,player(id,"name").." promoted to ADM.") msg2(id,"You have been promoted to ADM!") end end
edited 5×, last 03.07.13 01:05:42 am