JSFour-ATM (English Translation)

please how to show blips for bank

have solution of BLIPS?

Please help !!

Yeah you have to add the blips yourself, there are no blips in the script.

you should have blips for you banking in game fella i use new_banking and put atm false and
–[[
local atms = {
{name=“ATM”, id=277, x=-386.733, y=6045.953, z=31.501}

{name=“ATM”, id=277, x=-1391.02, y=-590.31, z=30.32},
{x=939.37, y=-941.56, z=44.42},

}
]]–
then all works ok if you are using another bank on server then u still should have blips for that no one really use the atm blips in life and RP why show ATMs its part of game to learn were they are to many blips lol i hope this help in some way p.s what i ment in life we just know were cash points are lol

You can link me a Resource ?

Resource ? for what banking [Release][ESX] New Banking

Is indifferent, i want blips hahaha

local showblips = true

Citizen.CreateThread(function()
if showblips then
for k,v in ipairs(banks)do
local blip = AddBlipForCoord(v.x, v.y, v.z)
SetBlipSprite(blip, v.id)
SetBlipScale(blip, 1.0)
SetBlipColour (blip, 2)
SetBlipAsShortRange(blip, true)
BeginTextCommandSetBlipName(“STRING”)
AddTextComponentString(tostring(v.name))
EndTextCommandSetBlipName(blip)
end
end
end)

I delete jsfour-atm from DB??

Client? or server?

I don’t see blips in map D:

my server cant deposit or withdraw money , thats like i test to deposit and withdraw but in my bank/atm not change and when im quit its like stuck ? can anyone help me?
Picture : https://imgur.com/0XozWUO

Please create a issue at the github… I’ve posted a link to the issues 3 times in this thread. Please use that!

Your issue has been answered before if you look at the closed issues

This happens I think because it’s checking for the character ID before you have finished actually loading in, so it hasn’t really grabbed your ID yet. If the player relogs it will create their bank account still. I haven’t found how to fix this, I’m wondering if increasing the citizenWait time will help.

Whenever i try to leave the atm my screen keeps like this (link from Kuanaxd on github) https://gyazo.com/fa192e5b7a52ed8f37255d32a5140d9d … i try to look at the answer’s but they were lock … someone help plz?

Nice release, i think it should be have enter other number to despoit/withdraw instead of choose a default number :stuck_out_tongue:

That’s not how an ATM works. If you want to specify a number you’ll have to go to the bank.

i know man :smiley: but real ATM have enter other number. Whatever… Ty man, nice release

I have a same issue, when leaving the atm screen keep me in cinematic mode :confused:

The folder can’t have any other name than jsfour-atm, that’s why you can’t close the atm