ID:177770
 
How do u make it to where you subsribe to a game u get extra stuff like in Star Traders or MM?

Punkrock546
Punkrock546 wrote:
How do u make it to where you subsribe to a game u get extra stuff like in Star Traders or MM?

The CheckPassport() proc is used to handle this. Your hub entry will assign a unique string (if you set it up right) indicating the subscription's "key", which you use in CheckPassport(). That's compared to the hub's info to see if the client is subscribed or not.

Lummox JR