why does the animation not work the id placed
почему не работает анимация?
local sampev = require ("samp.events")
require "lib.moonloader"
local imgui = require 'imgui'
local config = {
status = imgui.ImBool(false),
id = imgui.ImInt(-1),
}
local randf = false
local rand =...