Quote:
Originally Posted by Chompy
You should use allplayers tho..
Crow added something like this on Esteria, he did the getAccountName() one..
|
Hmm... for getCommunityName, couldn't you just do:
PHP Code:
function getCommunityName(acct) {
return findplayer(acct).communityname;
}
???
I'm new to the whole new community name/Graal##### accounts, but that looks like it should work.