- Версия MoonLoader
- Другое
Lua:
for line in text:gmatch("[^\n]+") do
if line:find('Должность: %{......%}%[(.+)%]') then
rang = line:match('Должность: %{......%}%[(.+)%]')
sampAddChatMessage(rang, -1)
end
end
end