QBCore.Functions.Progressbar("search_register", "Searching Register", 5000, false, true, {
disableMovement = false,
disableCarMovement = false,
disableMouse = false,
disableCombat = false,
}, {}, {}, {}, function() -
QBCore.Functions.Notify("You have searched the register", "success")
end, function()
QBCore.Functions.Notify("You have stopped searching the register", "error")
end)
QBCore.Functions.Notify("Test", "error")
TriggerEvent('pa-lib:openinfo', "Get Car" , "Go to motel and take car.")
TriggerEvent('pa-lib:closeinfo')
TriggerClientEvent('pa-lib:openinfo', source,"Get Car" , "Go to motel and take car.")
TriggerClientEvent('pa-lib:closeinfo', source)