[STANDALONE] Drilling Minigame
Standalone Drilling Minigame Preview Github Features Standalone Woo! Super easy implementation! Completely open source. Support (DC) How to use RegisterCommand('drilling', function(...) TriggerEvent("Drilling:Start",function(success) if (success) then print("Drilling...
forum.cfx.re
预览独立钻探小游戏
Github
特征
- 独立 Woo!
- 超级容易实现!
- 完全开源。
- 支持(DC)
如何使用
lua:
RegisterCommand('drilling', function(...)
TriggerEvent("Drilling:Start",function(success)
if (success) then
print("Drilling complete.")
else
print("Drilling failed.")
end
end)
end)
非常感谢在 meta-hub 上创建该项目基础的各位朋友。