• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

C++ help to compile function doSavePlayer(cid) On TFS 0.3.6

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
 
Back
Top