fivem-drilling
fivem-drilling copied to clipboard
Simple drilling minigame scaleform script.
Installation
- Ensure meta_libs v1.3+ is installed (https://github.com/meta-hub/meta_libs/releases).
- Extract the
fivem-drillingfolder into yourresourcesdirectory. - Add
start fivem-drillingto yourserver.cfgfile. - Trigger the drilling event from your script, or test it with the example below.
Example
RegisterCommand('sf_drilling', function(...)
TriggerEvent("Drilling:Start",function(success)
if (success) then
print("Drilling complete.")
else
print("Drilling failed.")
end
end)
end)
Preview Image
- Note: Image from GTAV.
