Quote:
Originally Posted by Bleachlover551
so all i have to do is add SPC pl.nick; SPC pl.kills; and so on?
|
As Crow said,
pl won't have been set. Use
findPlayer(account) to get the player object. Some of that info is only going to be available serverside, though, so you'll have to stuff all the data you need into an array serverside and then send it back to the client to display it.