Added ESX.Math.Trim function

This commit is contained in:
ElPumpo
2018-11-20 21:03:44 +01:00
parent f04a2e3c2f
commit 3fc17880f8
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -215,6 +215,7 @@ function CreateExtendedPlayer(player, accounts, inventory, job, loadout, name, l
for j=1, #result, 1 do
if Config.Accounts[i] == result[j].name then
found = true
break
end
end