[Release] [vRP] Fleeca Bank Heist

Fleeca Bank Heist

Original Creator: @utkuali / utku#9999
Converted to vRP By: @ToXicGlo / ToXicGlo#6190

Here is a converted version of Utku´s Fleeca Bank Heist Script to vRP 0.5 (Dunko Version)

With the script you can Rob 6 Different Fleeca Banks (Can Configures in the Config file). Each bank has its own Cooldown so different people can rob different banks at the same time. Police have there own function where they can open and close the Bank Vault and the Security Door that is inside of the Vault.



Video: https://youtu.be/6095SokVGec
Github: GitHub - ToXicGlo/utk_fleeca-vRP

Requirements

Mythic_Notify

ProgressBars

If you have any issues / problems with the script, contact me on Discord

5 Likes

Hello,
I have a few questions:

  • Can nearby players rob with you? You deleted that part in the code.
  • Why don’t you just use vRP.sendServiceAlert instead of registering an event for notifying cops?
  • There are inbuilt vRP callbacks in the framework so there’s no need to use that callbacks stuff in the script.
  • Instead of using GetHashKey why don’t you use backticks?
  • It’s recommended to work with vectors directly instead of GetDistanceBetweenCoords.
Example: `v_ilev_gb_vaubar` instead of GetHashKey("v_ilev_gb_vaubar")

About Vectors:
local dist = #(dis1 - dist2)

I think you should mention that mythic_notify is needed.

1 Like

Whenever I PRESS E nothing is happening…
Can you tell me why?
How to fix it

Check F8 and your console if any errors appears.

F8 says NO SUCH EXPORT SENDALERT IN RESOURCE MYTHIC_NOTIFY

Try and change SendAlert to DoCustomHudText

1 Like

items[“Solda”] = {“لحام”,“used to steal bank.”,nil,0.5}

???

What do you want help with?

I have this problem

replace it with DoHudText

Where i can get the cards from?

Just remove the line at 146, isn’t used either way so.
Also script is 4 years old so :slight_smile: