πŸ’»zat-newgames

All these exports are client side !

StartElectrical

example :

RegisterCommand('se', function()
    exports['zat-newgames']:StartElectrical(function(success)
        if success then
            print('success')
        else
            print('fail')
        end
    end, 6, 50) -- max, time
end)

StartKeypad

example :

RegisterCommand('sk', function()
    exports['zat-newgames']:StartKeypad(function(success)
        if success then
            print('success')
        else
            print('fail')
        end
    end, '1212121', 50) -- max, time
end)

Last updated