Please close or delete this, its sloved! Thanks!
Do you have an error with canCarryItem? I think es_extended v1 doesn’t have canCarryItem.
Just post ur error here from server console/ingame
Yes, at least this worked for me. So go to this line:
if sourceXPlayer.canCarryItem(itemName, sourceItem.count) then
and replace with this:
if sourceXPlayer.getInventoryItem(itemName).count < xPlayer.getInventoryItem(itemName).limit then
Then go to this line: if xPlayer.canCarryItem(itemName, count) then and replace with this:
if xPlayer.getInventoryItem(itemName).count < xPlayer.getInventoryItem(itemName).limit then
This should fix your issue.
There must be some error. What version of es extended are u using?
This guy already wroted what you need to dom replace carry with limit
Is there any client/server side error
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.