Stable
1.1.7
UPDATE
- Replaced pairs with ipairs where possible.
- Fixed spamming police jobs with notifications about successful robberies.
- Replaced multiple loops with better solutions for optimization.
- Removed all table.HasValue for optimization.
- Rewrote how saving the NPC works to a more optimized method.
- Improved overhead text on dropoff NPC.
- Improved code for the indicator entity.
- Only show split notification if it was actually more than 1 robber.
IMPORTANT
You will need to reposition the transport dropoff NPC and the truck spawn position.
Stable
1.1.6
UPDATE
- Updated version to support latest version of primary addon.
- Updated pairs to ipairs.
- Cached colors.
- Removed globals.
- You no longer need to restart the server to update the position of the drop-off NPC.
Stable
1.1.5
UPDATE
- Fixed being able to kill NPC's after latest GMod update.
Updated files: lua/entities/transport_dropoff_npc/...
Stable
1.1.4
UPDATE
- Fixed config for lua auto-refresh
- Fixed an error with the primary addon after an update.
- Added distance check for 3d2d on drop-off npc.
Stable
1.1.3
UPDATE
- Fixed the addon after the latest version of the primary script completely broke it. Sorry!
- New file structure. Check out the updated description where you find the config file.
- Config has been updated to work with the latest version of the main script.
- Removed showing pallet worth from inside the truck.
- Fixed text above drop-off NPC not following the players view.
- There's also other minor fixes that I have not written down.
It is important that you also update the primary bank robbery addon for this script to work!
Stable
1.1.2
UPDATE
- Added a new configuration
CH_BankVault.TransportDLC.TruckSpawnDelay
- It allows you to set a delay for when the getaway truck arrives. So that the bank robbers will have to stay longer inside the bank and survive, before they can transport the money away from the bank to the drop-off location on the map.
This was added upon request from a buyer. If you do not need this, then there is no need to update. The delay is set to 1 second by default, so it will act as almost instantly anyways if you decide to update.
As always, ideas like this are welcome in support tickets!
Stable
1.1.1
UPDATE
- Fixed a missing IsValid check.
- Fixed a problem with configuration table having the wrong name from main script.
- Fixed spelling mistakes.
Stable
1.1.0
UPDATE
- Completely rewrote config files to be in unique tables.
- Updated config to match with the main addons new update.
- Corrected spelling mistakes.
- Added better notifications when failing to deliver the money with the truck.
- Time left for the money pallets to be delivered now shows on the players screen when inside the delivery truck.
It is necessary for you to also update the primary addon!
Stable
1.0.1
- Fixed clientside error
Stable
1.0.0
Initial version.