- Katılım
- 3 yıl 7 ay 13 gün
- Mesajlar
- 72
Merhaba rainmad art heist scriptinde hata alıyorum hatanın ekran görüntülerini paylaşıyorum yardımcı olursanız sevinirim.
Cmd hata : [ script:rm_artheist] SCRIPT ERROR: @rm_artheist/server.lua:68: attempt to compare number with nil
Cmd hata : [ script:rm_artheist] SCRIPT ERROR: @rm_artheist/server.lua:68: attempt to compare number with nil
Kod:
RegisterServerEvent('artheist:server:finishHeist')
AddEventHandler('artheist:server:finishHeist', function()
local src = source
local player = QBCore.Functions.GetPlayer(src)
if player then
for k, v in pairs(Config['ArtHeist']['painting']) do
local count = player.Functions.GetItemByName(v['rewardItem']).count
if count > 0 then
player.Functions.RemoveItem(v['rewardItem'], 1)
player.Functions.AddMoney('cash', v['paintingPrice'])
end
end
end
end)
Ekli dosyalar
Son düzenleme: