Hello Everyone,
Today we present a free release from Binary 01 Studios!
This is a remake from GTA Chinatown Wars and is a standalone minigame which uses exports listed below we hope you enjoy!
Exports:
exports['B01_CTWHotWire']:startMinigame(duration)
exports['B01_CTWHotWire']:stopMinigame(duration)
Values returned are boolean!
Usage Example:
Citizen.CreateThread(function()
local example = exports['B01_CTWHotWire']:startMinigame(duration) -- mingame export
Citizen.Wait(15000) -- minigame time
print(example) --prints true/false after game completes
end)
If you require any help please feel free to contact us about the release, Any feedback is greatly appreciated!
Github:
Click Here
UPDATE
Added duration value to export to determine minigame timer rather than preset value.