Update player.lua

Changed to "Your inventory is too heavy!"
This commit is contained in:
David
2021-09-08 15:01:48 +02:00
committed by GitHub
parent 3800de1267
commit ec06475c1e
+1 -1
View File
@@ -322,7 +322,7 @@ QBCore.Player.CreatePlayer = function(PlayerData)
end
end
else
TriggerClientEvent('QBCore:Notify', self.PlayerData.source, "Inventory is full!", "error")
TriggerClientEvent('QBCore:Notify', self.PlayerData.source, "Your inventory is too heavy!", "error")
end
return false
end