Multiplayer Gaming Book Help

Started by
-1 comments, last by Bam2k1 20 years ago
In chapter 10 they talk about the Dplay program. Well i''m trying to expand on it with the information taught before. Basically i''m trying to add a list box and when someone joins it adds their name to the box so you can see whos online. Well I was able to create a list box. I scrolled through the code to the point where it talks about "adding yourself". Well my question is where does it actually send you the peoples name they selected on the client. I tried lots of things but can''t seem to figure it out. It must be because i''m a dumb newbie . vShowText(hLB_Output2, what goes here); I was guessing it had something to do with idplayer or strName but i''m not sure the correct variable to use or how I go about adding it to vShowText. If someone can help me I''d be more then grateful. Multiplayer Game Programming - By Todd Barron That is the book.

This topic is closed to new replies.

Advertisement