- /open, /openflags, /openweapons, /openchests
- For instance, "Graal738535" is "Padfootian". /open Padfootian shows blank but /open Graal738535 works.
The function findplayerbycommunityname() adds unnecessary complexity by being an alternative to findplayer(). Instead, findplayer() should also check community names if the account name is not found first.
It should not be possible for a player to pick a community name like Graal333333.
player.communityname should never return NULL. It should return:
- The community name when it is set
- The account name (Graal333333) when it is not set
- "Guest333333" for guests (where 333333 is the PC ID)
There is one comment on this page. [Display comment]