JSFour-ATM (English Translation)

Here the vRP version:
https://forum.cfx.re/t/translate-update-vrp-jsfour-atm


EDIT: if someone has a problem like me, here is the solution.
" script uses functions from es_extended which means it can’t be started before that script.
Please take a look at the start order recommended by ESX themselves
https://esx-org.github.io/faq/ "


You have already written to open applications here https://github.com/jonassvensson4/jsfour-atm/issues

But I read there that one person has the same problem as me and you have said you can not help, no error comes up.

My work:

  • I go to the bank or ATM and after pressing “E” Nothing happens. Has anyone already had this “problem”?
    I sit for a few hours and wonder what I’m doing wrong.

What I did:

  • I turned off the server.cfg
  • New-banking, esx-atm and deleted them from ftp.
  • I have added the start of jsfour-atm
  • I added a table to the database.

There is no error.
I think I need a bank to interact with this plugin?
The question is whether I am right and what. I do not have an idea anymore.

I’m using a google translator. I hope that it is clearly written :frowning:

1 Like

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