From 9ddd6422bd7a9110c3f6d739d458fc4d2b4443a2 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Tue, 22 Jul 2025 01:25:14 +0100 Subject: [PATCH] fix typo breaking gta skillcheck if failed --- ui_modules/skillcheck.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui_modules/skillcheck.lua b/ui_modules/skillcheck.lua index 6eaa396..641002d 100644 --- a/ui_modules/skillcheck.lua +++ b/ui_modules/skillcheck.lua @@ -53,7 +53,7 @@ function gtaSkillCheck() DrawRect(x - width / 2 + (highlightStart + highlightSize / 2) * width, y, highlightSize * width, height+0.001, 228, 52, 52, 255) DrawRect(x - width / 2 + cursorPos * width, y, 0.002, height + 0.01, 255, 255, 255, 255) - drawSuccessText(x, y, "Failed", 228, 52, 52) + drawGTASuccessText(x, y, "Failed", 228, 52, 52) end return false end