Jump to content
  • 0

doesCharNameExist aCis


l2jkain

Question

Hi, I was wondering if this would be correct because that makes my code not work

 

CharNameTable.getInstance().doesCharNameExist(playerName)

 

for 

 

PlayerInfoTable.getInstance().getPlayerObjectId(playerName) > 0

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

For latest should be:

 (PlayerNameTable.getInstance().getPlayerObjectId(setName) > 0)
Edited by 'Baggos'
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...