president vankk
Web Developer & AuraOT Owner
- Joined
- Jul 10, 2009
- Messages
- 5,719
- Solutions
- 9
- Reaction score
- 339
Which function to use in TFS 1.0 to check the player online account number, I tryed getAccountNumberByPlayerName(getCreatureName(cid)) and get the ID in accounts table.
Ex:
Thanks.
Ex:
Code:
function onSay(cid, words, param)
print("" .. getAccountNumberByPlayerName(getCreatureName(cid)) .. "")
end
Thanks.