Skip to content

meta-hub/fivem-drilling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple drilling minigame scaleform script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages