Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

black bar #12

Open
Retrull1 opened this issue Jan 27, 2020 · 1 comment
Open

black bar #12

Retrull1 opened this issue Jan 27, 2020 · 1 comment

Comments

@Retrull1
Copy link

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

@TUFLipton
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants