- 138
- 21
Вообще не могу понять где тут ошибка.
сама ошибка - attempt to call global 'sampSendChat' state traceback
chto eto:
local sampev = require 'samp.events'
function sampev.onServerMessage(color,text)
if text:find('%[(%d+)%]{FFFFFF}: testing') then
local id = text:match('%[(%d+)%]')
sampSendChat('/plveh' .. id .. '522 1')
end
end
сама ошибка - attempt to call global 'sampSendChat' state traceback