[ESX] New_Banking Redesign

This is a redesign of new_banking


DOWNLOAD


DEPENDENCIES

  • [es_extended] v1 Final ( Link )
  • [progressBars] Optional ( Link )
  • [mythic_notify] Optional ( Link )

CHANGES

  • Old Version 0.06
  • New Version 0.01
  • New Cleaner UI
  • Everything Usses Command
  • Configurable
  • Mythic Integration
  • ProgressBars Integration

INSTALATION

  1. Add new_banking to your server.cfg
  2. Drag the folder it into your resources folder
  3. Modify as you wish

DISCLAIMER
I don’t take credits for this script

Original Link


IMAGES



16 Likes

the rework is simple and good !

Thanks!

1 Like

does it support 1.1?

I have never used ESX 1.1 so I can’t confirm that
Give it a try!

1 Like

Is there a way to keep the press E to enter the bank menu? I like the look just would like to keep the pressing E instead of a command

Put it in client side

if bankMenu then
	Citizen.CreateThread(function()
	while true do
		Wait(0)
	if nearBank() or nearATM() then
			DisplayHelpText("Press ~INPUT_PICKUP~ to open bank~b~")
	
		if IsControlJustPressed(1, 38) then
			openUI()
		end
	end
				
		if IsControlJustPressed(1, 322) then
			closeUI()
		end
	end
	end)
end

function DisplayHelpText(str)
	SetTextComponentFormat("STRING")
	AddTextComponentString(str)
	DisplayHelpTextFromStringLabel(0, 0, 1, -1)
end
3 Likes

Thank you so much!

I removed the “E” press only because it was lagging Damm hard

So far for me it hasnt but will be on the lookout

which extended version u use?

V1 Final!

The UI started lagging when the server reached 80 people.
I will probably release a version with some of the old code commented

1.1? have u a download?
Because often when I Download a script here I become an esx error or other issues

Esx has 3 major versions.
1.1 - With Essentialmode
1.2 / v1 FInal - Without Essentialmode
2.0
This script can be used with 1.1 and 1.2
Talking about the errors, if u use esx 1.1 and try to use any script JUST for 1.2 with won’t work, you have to adapt it!

I try it thanks :+1:t4:

okay it stucks right here when i close the atm and can only quit with F8

deposit etc dont works
no errors or something can u help pls?

Contact me ikova#4869 I’ll help you fixing it

Just let me know when you do. So far my server is still in testing and haven’t had more than 4 people so cant say

I really like the design, looks pretty smooth

1 Like