mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-08 09:25:23 +00:00
- Replace natives.drawRect with graphics.drawRectangle using Vec2 objects - Replace natives text functions with font.render using Vec2 position - Correct signatures: graphics.drawRectangle(null, Vec2, Vec2, colour...) - Correct signatures: font.render(text, Vec2, width, align, justify, size, colour)