- 418
- 226
- Версия MoonLoader
- .026-beta
0.26-beta
Не пойму почему данный код
Не находит это: [J] Leeky_Rave[244]: 123
Не пойму почему данный код
Lua:
function sampev.onServerMessage(color, text)
getid = string.match(text, "%[(%d+)%]")
getnick = sampGetPlayerNickname(getid)
if text:find ("[J] ".. getnick .. "[".. getid .. "]: ") then
sampAddChatMessage(text)
end
end