ID:175942
 
Does each client have there own screen that you can add stuff to without putting it on the the whole world screen say like hud!! This might be a question but i had to know.
Hendrix wrote:
Does each client have there own screen that you can add stuff to without putting it on the the whole world screen say like hud!! This might be a question but i had to know.

Yes, they are each accounted for seperately. To add something to client.screen, you must first specify which client. To give it to every client's screen, you will have to loop through all the clients, and add it to each.
Yes, each client has a screen var, to which you can add various elements to create HUDs, menus, etc. Items added to a clients screen show up only to that client.