I’m looking for these images of this minigame for a separate project I’m doing, does anyone know where I can get them???

I’m looking for these images of this minigame for a separate project I’m doing, does anyone know where I can get them???

i found something like you want
Download (29.6 KB)
First you have to start meta_libs
Then start fivem drilling
example
RegisterCommand('drilling', function(...)
TriggerEvent("Drilling:Start",function(success)
if (success) then
print("Drilling complete.")
else
print("Drilling failed.")
end
end)
end)