π»zat-minigames
All these exports are client side !
StartRR
example :
RegisterCommand('roofr', function()
exports['zat-minigames']:StartRR(function(success)
if success then
print("success")
else
print("fail")
end
end, 20, 11, 7) -- timer, cols, rows
end)StartChopping
example :
RegisterCommand('chopping', function()
exports['zat-minigames']:StartChopping(function(success)
if success then
print("success")
else
print("fail")
end
end, 7, 6, 3, 15) -- timer, cols, rows, nl
end)StartLaundromat
example :
StartRepairkit
example :
Last updated