[FREE] Car Hot Wire Minigame | GTA CTW Inspired | Binary 01 Studios

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 :slight_smile: 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.
15 Likes

oh man , thats insane!!!

3 Likes

Glad you like it! :slight_smile:

1 Like

This is really cool !

2 Likes

i don’t really understand the export

Hey :slight_smile: Can you provide the example of how you’ve tried to use it currently ? We recommend using a local to return the value to once the minigame is complete as per the example.

brooooooooooo its dam nice

2 Likes

Appreciate it!

1 Like

Check the usage example, I’ve updated it to hopefully make it clearer :slight_smile:

Citizen.CreateThread(function()
	local example = exports['B01_CTWHotWire']:startMinigame()  -- mingame export
	Citizen.Wait(15000) -- minigame time
	print(example) --prints true/false after game completes
end)

thanks you for the script

I integrated the exports into vehiclekeys from Jaksam and rewritten a few things and now it works perfectly

best man <3