secondlife
Active Member
- Joined
- Aug 1, 2009
- Messages
- 302
- Reaction score
- 25
Hello dear friends,
How i can add delay in moveitems? players abusing with bot, move items very fast and i get lag/freeze in-game. I need one metod to stop. Its possible?
and...
How to add protect in mailbox/parcel system?
i already try this, but not success (sry im noob)
Thank you bros, hugs!!
How i can add delay in moveitems? players abusing with bot, move items very fast and i get lag/freeze in-game. I need one metod to stop. Its possible?
and...
How to add protect in mailbox/parcel system?
i already try this, but not success (sry im noob)
function Player
nMoveItem(item, count, fromPosition, toPosition)
local itemType = 2595
if itemType:getWeight() > 5000 then
self:sendCancelMessage('You cannot move this object.')
return false
end
local itemType = 2595
if itemType:getWeight() > 5000 then
self:sendCancelMessage('You cannot move this object.')
return false
end