/fivem-drilling

Simple drilling minigame scaleform script.

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

Installation

  • Ensure meta_libs v1.3+ is installed (https://github.com/meta-hub/meta_libs/releases).
  • Extract the fivem-drilling folder into your resources directory.
  • Add start fivem-drilling to your server.cfg file.
  • 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. Image of Drilling