Hi all! I'm trying to get a users name. So I looked at the get_user_name function.
I saw someone post:
Now, what I don't understand is the array, name[18]. What exactly does this do?
Then there's get_user_name(id, name, 17). what exactly is "id" for (index)? Then name? Also why's it 17 now?
client_print(id, ...) Whats the index there for? What is the index?
Sorry I'm just getting started in scripting. This may probably be the noobiest question ever asked. Hah.
Thanks in advance.