manups4e / ScaleformUI

ScaleformUI is a GTA menu styled API made with custom Scaleforms to be lighter, faster and visually better
Other
139 stars 49 forks source link

Add drilling scaleform handler #214

Open Mathu-lmn opened 3 months ago

Mathu-lmn commented 3 months ago

This PR needs a review, it's working on my end but I'd appreciate some more testing

local inst = DrillingInstance.New()
inst:Start(function(res)
    print(res)
end)

Also needs C# equivalent to be done

manups4e commented 3 months ago

What the use of this scaleforn? Can I see a picture?

Mathu-lmn commented 3 months ago

https://www.youtube.com/watch?v=Jyia_rFq2do&ab_channel=SMSmith1990 It's the scaleform on the bottom right in this video !

dev-drozd commented 1 day ago

Этот пиар нуждается в сторонке, с моей стороны он работает, но я был бы признателен за дополнительные дополнения.

local inst = DrillingInstance.New()
inst:Start(function(res)
  print(res)
end)

Также необходимо сделать аналог на C#

This PR needs a review, it's working on my end but I'd appreciate some more testing

local inst = DrillingInstance.New()
inst:Start(function(res)
  print(res)
end)

Also needs C# equivalent to be done

Can you provide full documentation on how to use this?

Mathu-lmn commented 1 day ago

Hi, the provided script should work as is, everything is handled internally. Note that this is a draft and not fully implemented for release yet