Loading 2 different Spec_Item when select chanel

05/22/2013 20:03 raventh1984#1
Dear Epvper's

I am having an bit of trouble on how to begin with an code so that the neuz will check if an player has logged on into cluster 1 or cluster 2.

Velmore told me to use some sort of snapshot? Still havnt look for it to be honest. So i asked this also on an diff forum to see what they have to say.

Someone gave me an good tip:

Quote:
You can simply check it in channel selection window by making additional var for example in CProject or CNeuzApp and write to it which cluster was selected and on login it would load files you want to according to the choice.
I understand what i must do. The only problem is how do i start? For example what code?

I am still looking for an example code to do this.

With kind regards,
05/22/2013 20:16 ThoughtfulDev#2
snapshots are "packets" which the server sends to the client just look at dpsrvr.cpp and msghdr.h
06/01/2013 10:49 raventh1984#3
Bump

I still dont know how to begin!

If anyone could share some knowledge on how to check if an player has selected the 2nd cluster then i can move forward from there.