Forum




Disable messages which it begins with "!"
3 replies



1
2
3
4
5
6
7
2
3
4
5
6
7
addhook("say","_say") function _say(id,txt) if txt:sub(1,1) =='!' then msg2(id,"©255000000Error,Command Disabled") return 1 end end







