1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
modlist = {101022}
addhook("say","modsay")
function modsay(id,txt)
for _, usgn in ipairs(modlist) do
if player(id,'usgn') == usgn then
msg("©000000255"..player(id,"name").." [Mod] "..txt)
end
end
end
edited 1×, last 18.04.15 11:12:10 pm