Quote:
Originally Posted by fysiks
We can't give you any more specific information without specific context. In general, if you need the player's name, just get the player's name.
|
It's annoying to put this every time, are both methods good or mine is bad?
PHP Code:
new Name[32];
get_user_name(id, Name, 31);