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
addhook("say","ranksay2") function ranksay2(id,txt) 	if serverlvl[id] == 1 then 		msg("ฉ255255255"..player(id,"name").." [MOD] : "..txt) 	elseif serverlvl[id] == 2 then 		msg("ฉ255255255"..player(id,"name").." [SuperMod] : "..txt) 	elseif serverlvl[id] == 3 then 		msg("ฉ255255255"..player(id,"name").." [Admin] : "..txt) 	elseif serverlvl[id] == 4 then 		msg("ฉ255255255"..player(id,"name").." [Owner] : "..txt) 		return 1 	end end
1
serverlvl=initArray(32)
it's double talk when i test it , where it's wrong??