MMOCoin

Likes Likes:  0
Results 1 to 3 of 3

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Beginner

    Join Date
    Apr 2009
    Posts
    3
    Post Thanks / Like
    Rep Power
    17
    Reputation
    1

    C++ Player Housing Script

    I have been trying to get a player housing script to work where I can assign different account id's different housing locations.. but I can't find a working C++ command to grab account id I've tried Plr->GetPlayerinfo()->getacct() or something like that it didn't work thanks. ( I have the other parts of the script working)




  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Contributor
    LiLLeCarl's Avatar
    Join Date
    Jan 2009
    Posts
    106
    Post Thanks / Like
    Rep Power
    19
    Reputation
    84
    Quote Originally Posted by laso49 View Post
    I have been trying to get a player housing script to work where I can assign different account id's different housing locations.. but I can't find a working C++ command to grab account id I've tried Plr->GetPlayerinfo()->getacct() or something like that it didn't work thanks. ( I have the other parts of the script working)
    w3hats wrong with this?
    Plr->GetSession()->GetAccountId()

  4. #3
    Sergeant
    Kyrie's Avatar
    Join Date
    Sep 2009
    Location
    art-united.org
    Posts
    50
    Post Thanks / Like
    Rep Power
    17
    Reputation
    5
    Quote Originally Posted by LiLLeCarl View Post
    w3hats wrong with this?
    Plr->GetSession()->GetAccountId()
    Nothing

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •