mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-30 01:38:56 +00:00
Update shared.lua
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ QBShared.RandomStr = function(length)
|
||||
end
|
||||
|
||||
QBShared.RandomInt = function(length)
|
||||
if length < 0 then then return '' end
|
||||
if length < 0 then return '' end
|
||||
return QBShared.RandomInt(length - 1) .. NumberCharset[math.random(1, #NumberCharset)]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user