Example:
[LEVEL 19] AGRUSEL: hello guys!!!
edited 1×, last 10.06.19 10:15:33 pm
Scripts
Tags (im new)
Tags (im new)
1

players[id].level
addhook("say","levelsay")
function levelsay(id,txt)
msg("©255255255[LEVEL "..level[id].."] "..player(id,"name")..": ©000255100"..txt)
	 return 1
end
Mami Tomoe has writtenaddhook("say","levelsay")
function levelsay(id,txt)
msg("©255255255[LEVEL "..p_level[id].."] "..player(id,"name")..": ©000255100"..txt)
return 1
end
TheVillager: It works although there is a small problem, when I speak in the chat, the message is repeated.
TheVillager has written
1
