https://i.hizliresim.com/gou8gb4.gif https://i.hizliresim.com/gou8gb4.gif

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

FiveM - Webhook Sistemi [Release

Katılım
23 Tem 2021
Mesajlar
430
if targetXPlayer.canCarryItem(itemName, itemCount) then
sourceXPlayer.removeInventoryItem(itemName, itemCount)
targetXPlayer.addInventoryItem (itemName, itemCount)

sourceXPlayer.showNotification(_U('gave_item', itemCount, sourceItem.label, targetXPlayer.name))
targetXPlayer.showNotification(_U('received_item', itemCount, sourceItem.label, sourceXPlayer.name))

local data = {
['Player'] = sourceXPlayer.source,
['Target'] = targetXPlayer.source,
['Log'] = 'inventorius',
['Title'] = 'Dave itema is inventoriaus', -- Title
['Message'] = '**Koki itema dave: **``' .. sourceItem.label .. '``\n**Kiekis: ** ``' .. itemCount .. '``',
['Color'] = 'blue',
}

TriggerEvent('Boost-Logs:SendLog', data)

else
sourceXPlayer.showNotification(_U('ex_inv_lim', targetXPlayer.name))
end


Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.

Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.
 
Geri
Üst