PDA

View Full Version : C++ Player Housing Script



laso49
25-04-09, 09:04 PM
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)

LiLLeCarl
20-09-09, 05:51 AM
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()

Kyrie
25-09-09, 08:17 PM
w3hats wrong with this?
Plr->GetSession()->GetAccountId()

Nothing