beenii
Well-Known Member
- Joined
- Jul 26, 2010
- Messages
- 586
- Solutions
- 1
- Reaction score
- 58
hi any have this function doSavePlayer(cid) On TFS 0.3.6
because TFS 0.3.6 have doPlayerSave(cid, true) but no work or how fix? save same when logout.
need this fuction for system anti clone items by mock
function onMoveItem(moveItem, frompos, position, cid)
if cid and isPlayer(cid) then
doSavePlayer(cid)
end
return true
end
because TFS 0.3.6 have doPlayerSave(cid, true) but no work or how fix? save same when logout.
need this fuction for system anti clone items by mock
function onMoveItem(moveItem, frompos, position, cid)
if cid and isPlayer(cid) then
doSavePlayer(cid)
end
return true
end