• 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!

Solved tfs 1.0 new i need convert this line of my znoteshop.lua

davidmemo

New Member
Joined
Mar 28, 2011
Messages
37
Reaction score
0
this is the line
Code:
    local accid = getAccountNumberByPlayerName(getCreatureName(cid))
 
both getAccountNumberByPlayerName and getCreatureName were removed from tfs 1.0 and exists only in compat.lua (and this file will be removed someday I guess, so better use the actual functions that I posted :)_)
 
Back
Top