imgui.SetCursorPos(imgui.ImVec2(160, 63))
if imgui.Checkbox(u8(" "), collision_players) then
if collision_players.v then
sampAddChatMessage(tag..'коллизия на игроков '..text_color_main..'включена', -1)
players_col_act = true
else
sampAddChatMessage(tag..'коллизия на игроков '..text_color_main..'выключена', -1)
players_col_act = fakse
end
end