Standalone Drilling Minigame
Preview
Github
Features
Standalone Woo!
Super easy implementation!
Completely open source.
Support (DC)
How to use
RegisterCommand('drilling', function(...)
TriggerEvent("Drilling:Start",function(success)
if (success) then
print("Drilling complete.")
else
print("Drilling failed.")
end
end)
end)
Huge respect for the guys over at meta-hub for creating the basics of this project.
7 Likes
Stark
August 24, 2024, 4:45am
2
Does this have the issue with drilling that you can spam the up key to speed trough the hack?
Nope. You’re more than welcome to test it. Works pretty well for me.
does it give items or cash when compete, and is ps-dispach working?
FinnRP
September 5, 2024, 5:36pm
5
Just tested it, unfortunately it still has the issue. Can spam the W key and get through it in under 15 seconds without the drill overheating at all.
Mhm. That’s annoying. I’ll look into that and try come up with a solution.
The file is just the drilling aspect. You’ll have to attach ps-dispatch and add money if you wish. Wether it’s ESX, QB or something else.
For example, I created this to help.
TriggerEvent("Drilling:Start",function(success)
if (success) then
print("Drilling complete.")
else
print("Drilling failed.")
end
end)
If success, you can apply the ps-dispatch and add the money aspect! If you have any further questions, check out the discord and I can help out.