Tazio - New Banking reskin

Hi,

I got this reskin from a friend(i don’t know who the original reskin’er was), some people were asking for the plugin because they couldn’t find the reskin. I made some changes to the plugin and might add some later on.

Required

Essentialmode
ESX

Content (Videos & Images)

Gta V Fivem Esx New Banking reskin - YouTube


Change log

v1.3 Fixed money transfer
v1.2 Thanks to @Bacon_Space you now have a fancy new animation while opening the menu. (also added 2 ATM’s to the list)
v1.1 Fixed issues…
v1.0 Added main files.

I got some issues regarding the cursor so here is my version

How does it work?

  1. Download the plugin. (Also install the required plugins)
  2. Place it in your resource folder.
  3. Open your server.cfg and type start new_banking
  4. Start the server and go to a nearby ATM/bank.

Investing:
I u were wondering what the bottom right button does? check my investing scrip out, it works perfectly:
https://forum.cfx.re/t/release-esx-invest

Disclaimer:
I don’t take credit for this reskin, the original plugin was made by @onlyserenity
Here is the plugin:

31 Likes

Are you sure, that you made this Skin?

5 Likes

i never said i made the reskin, i just said people were asking for the plugin and i couldn’t find it.

Closed and unlisted until you get permission from the original creator. (@onlyserenity)

Also permission required from NewWayRP.

Opened until a claim comes in from the original creator

does it work with esx

Yes it does

Could someone make this work with vRP? :slight_smile:

this is a copy of https://github.com/NewWayRP/new_banking

1 Like

This is an reskin

why cant i see map menu blips for bank and atm on the map yes no problem buton right side menu were you look for the blips no bank or atm

2 Likes

me too

Working on something new :globe_with_meridians: :slight_smile:

Goto client.lua
Find Map Blips
Repaste this

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)
		SetBlipDisplay(blip, 4)
		SetBlipScale  (blip, 0.9)
		SetBlipColour (blip, 2)
		SetBlipAsShortRange(blip, true)
		BeginTextCommandSetBlipName("STRING")
		AddTextComponentString(tostring(v.name))
		EndTextCommandSetBlipName(blip)
	  end
	end
end)

Citizen.CreateThread(function()
	if showblips then
	  for k,v in ipairs(atms)do
		local blip = AddBlipForCoord(v.x, v.y, v.z)
		SetBlipSprite(blip, v.id)
		SetBlipDisplay(blip, 4)
		SetBlipScale  (blip, 0.9)
		SetBlipColour (blip, 2)
		SetBlipAsShortRange(blip, true)
		BeginTextCommandSetBlipName("STRING")
		AddTextComponentString(tostring(v.name))
		EndTextCommandSetBlipName(blip)
	  end
	end
end)```


https://gyazo.com/010e151944dd6dd14e91a8eadf5909ca

When trying to transfer money to someone, anyone have Ideas? Happens with any type of new_banking version.

Try to download the newest version

Trying now! :smiley:

Edit:

https://gyazo.com/f190aaa141dcbf2e4b4157bd7a1bfe4b

Same error/more clear in console:

https://gyazo.com/f173601246498cc15ad4437575c44be3

Getting this.