mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
fix: typo
This commit is contained in:
@@ -26,6 +26,7 @@ local function Progressbar(message,length,Options)
|
||||
SendNuiMessage(json.encode({
|
||||
type = "Close"
|
||||
}))
|
||||
le = 0
|
||||
Options.onCancel()
|
||||
break
|
||||
end
|
||||
@@ -46,4 +47,3 @@ local function Progressbar(message,length,Options)
|
||||
end
|
||||
|
||||
exports('Progressbar', Progressbar)
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
},
|
||||
onFinish = function()
|
||||
--Code here
|
||||
end, OnCancel = function()
|
||||
end, onCancel = function()
|
||||
--Code here
|
||||
end
|
||||
})
|
||||
@@ -59,7 +59,7 @@
|
||||
},
|
||||
onFinish = function()
|
||||
--Code here
|
||||
end, OnCancel = function()
|
||||
end, onCancel = function()
|
||||
--Code here
|
||||
end
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user