• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

QBUS Lunar ATM Robbery : Modified version (1 Viewer)

s.kishino

Member
Joined
Feb 4, 2024
Messages
15
Reaction score
5
Points
3
Credits
387
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
Joined
Feb 4, 2024
Messages
15
Reaction score
5
Points
3
Credits
387
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
Joined
Feb 4, 2024
Messages
15
Reaction score
5
Points
3
Credits
387
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
Joined
Aug 14, 2021
Messages
145
Reaction score
5
Points
18
Credits
12
Another interesting script to check the code as it has some interesting features that can be used on a lot of different things! Thanks!
 

ukwhips

Member
Joined
Jan 25, 2024
Messages
35
Reaction score
2
Points
8
Credits
15
Another interesting script to check OUT THANKS DUDE
 
  • Post hidden due to user being banned.

s.kishino

Member
Joined
Feb 4, 2024
Messages
15
Reaction score
5
Points
3
Credits
387
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
Joined
Jan 25, 2024
Messages
35
Reaction score
2
Points
8
Credits
15
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

Member
Joined
Jan 16, 2024
Messages
8
Reaction score
0
Points
1
Credits
35
can someone help me.sorry im new in making server
 

Attachments

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

lxzhere

Active member
Joined
Feb 25, 2024
Messages
64
Reaction score
4
Points
8
Credits
23
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