fix typo breaking gta skillcheck if failed

This commit is contained in:
Jim Shield
2025-07-22 01:25:14 +01:00
parent 7d24c274cd
commit 9ddd6422bd

View File

@@ -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