⚙️Usage

Detailed explanation of the config file to adapt the resource to your player needs.

exports['zat-codeminigame']:StartCodeMinigame(function(success)
	if success then
		-- DO SUCCESS THING
	else
		-- DO FAIL THING
	end
end, 10) -- DURATION IN SECONDS

Last updated