• New pricing for Credits and VIP

  • We sell Discord Boosts (level 3) now at a very cheap price and 100% guarantee safe and with replacement guarantees if there happens to be an issue💪

QBCORE Lunar ATM Robbery : Modified version (1 Viewer)

s.kishino

Member
Feb 4, 2024
15
10
3
Credits
827
Preview of the Script

Based on Lunar ATM Robbery script ( ripping ATM off the wall version ).
Added the need of drilling the ATM Machine before you can attach rope to it. Drilled State is broadcasted to all players. ( With sound, animation )
Drill will broke randomly. ( Math.Random )
Added Rope Length modifier.
Fixed Item not removing from inventory ( I figure some of you is lazy enough to not fixing it anyway )
Removed ATM Pickup. ( You can add it back by restoring commented line )
Added Cop check on script startup.

Enjoy :)

Dependencies : qb-core, okokNotify ( You can change it )

 
Last edited:

s.kishino

Member
Feb 4, 2024
15
10
3
Credits
827
1707160551602.png
Some vehicle will get pull into the ATM, removing these 2 line ( and in the sync function below as well ) will fix the issue. I am still looking for a better way to extend the length of the Rope.
 

s.kishino

Member
Feb 4, 2024
15
10
3
Credits
827
The script will sometime fail to detect if a vehicle is nearby when the vehicle doesn't have bumper_r bone id. To fix this , replace the local VehCoord = GetWorldPositionOfEntityBone(veh, GetEntityBoneIndexByName(veh, 'bumper_r')) with local VehCoord = GetEntityCoords(veh)
 

xsile

Active member
Aug 14, 2021
152
5
18
Credits
18
Another interesting script to check the code as it has some interesting features that can be used on a lot of different things! Thanks!
 
  • Post hidden due to user being banned.

s.kishino

Member
Feb 4, 2024
15
10
3
Credits
827
If your addon car doesn't pull the ATM correctly.

Find and replace the following line :
AttachEntitiesToRope <<< AttachEntitiesToRope(rope[bsn], ATMobject, veh, ATMCoord[1], ATMCoord[2], ATMCoord[3]+0.8, VehCoord[1], VehCoord[2], VehCoord[3], 1, false, false, 0, 0)
 

ukwhips

Member
Jan 25, 2024
46
2
8
Credits
19
If your addon car doesn't pull the ATM correctly.

Find and replace the following line :
AttachEntitiesToRope <<< AttachEntitiesToRope(rope[bsn], ATMobject, veh, ATMCoord[1], ATMCoord[2], ATMCoord[3]+0.8, VehCoord[1], VehCoord[2], VehCoord[3], 1, false, false, 0, 0)
thanks for thiss my pal!!!!!!!!!!!!!!!!!!!!!!!!!!!
 

tobbysan

New member
Jan 16, 2024
3
0
1
Credits
14
can someone help me.sorry im new in making server
 

Attachments

  • dc 2.png
    dc 2.png
    139.8 KB · Views: 54
  • dc.png
    dc.png
    29.5 KB · Views: 55
  • Post hidden due to user being banned.

lxzhere

Active member
Feb 25, 2024
56
5
8
Credits
26
Preview of the Script

Based on Lunar ATM Robbery script ( ripping ATM off the wall version ).
Added the need of drilling the ATM Machine before you can attach rope to it. Drilled State is broadcasted to all players. ( With sound, animation )
Drill will broke randomly. ( Math.Random )
Added Rope Length modifier.
Fixed Item not removing from inventory ( I figure some of you is lazy enough to not fixing it anyway )
Removed ATM Pickup. ( You can add it back by restoring commented line )
Added Cop check on script startup.

Enjoy :)

Dependencies : qb-core, okokNotify ( You can change it )
nice script thank bro !
 

Users who are viewing this thread

Top