local samp = require 'lib.samp.events'
local id = -1
function samp.onSendCommand(cmd)
if cmd:find('/re (%d+)') then
id = cmd:match('/re (%d+)')
end
end
-- где нить в жопе кода я кофе разлил а он кипяток(((
local result, handle = sampGetCharHandleBySampPlayerId(id)
if result then
-- code
end