You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the /new_banking/client/client.lua, under core threading you can see
if bankMenu then
Citizen.CreateThread(function()
while true do
Wait(0)
if nearBank() or nearATM() then
DisplayHelpText("Appuie sur INPUT_PICKUP pour accèder à tes comptes b")
DisplayHelpText is where you would change that box to whatever you'd like it to say
so when i load the bank script up and go into the bank it comes up with a black bar saying click e but in like french and i dont know how to fix it
The text was updated successfully, but these errors were encountered: