1
function say(id,txt)
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
if mute[id] == true then return 1 end if mute[id] == false then if text[id] == true then if level[id] == 1 then m(id,cmds.colors.member,player(id,"name").." [Member]: "..txt,1) return 1 end end end
edited 3×, last 05.10.12 04:18:48 am