Fixed hardcoded strings, added new trigger esx:onPlayerDeath

This commit is contained in:
ElPumpo
2018-04-14 14:25:37 +02:00
parent 6f79aef90f
commit 2e67349645
6 changed files with 50 additions and 39 deletions
+1 -1
View File
@@ -569,7 +569,7 @@ AddEventHandler('esx:onPickup', function(id)
end
if remaining > 0 then
TriggerClientEvent('esx:showNotification', _source, 'Vous n\'avez plus de place pour ~b~' .. item.label .. '~s~')
TriggerClientEvent('esx:showNotification', _source, _U('cannot_pickup_room', item.label))
ESX.CreatePickup('item_standard', pickup.name, remaining, item.label .. ' [' .. remaining .. ']', _source)
end