Fixed decimal exploit, cleanup

This commit is contained in:
ElPumpo
2018-06-09 18:25:50 +02:00
parent 296ce29534
commit f4291d1564
13 changed files with 57 additions and 62 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ Citizen.CreateThread(function()
SetBlipColour (blip, 2)
SetBlipAsShortRange(blip, true)
BeginTextCommandSetBlipName("STRING")
AddTextComponentString("ATM")
AddTextComponentString(_U('atm'))
EndTextCommandSetBlipName(blip)
end
end)
@@ -121,7 +121,7 @@ Citizen.CreateThread(function()
ESX.TriggerServerCallback('esx:getPlayerData', function(data)
SendNUIMessage({
showMenu = true,
player = {
player = {
money = data.money,
accounts = data.accounts
}