-
Novice
PartyFinder System
Hi,
I'm currently trying to code my own partyfinder system, I created the Window(the easiest thing)but I can't get the information about the party...
I know that there is a list of ALL the party created in the class CPArtyMng(or a name like that) but it's served sided. I can acces it throught the WorldServer(I made a /partylist cmd and it works) but I don't know how to acces it throught the Neuz...
Is there a class that can get server side information to the client ? Or do I need to code it myself ?
I found the class WndWorld and i thought it was the class I was looking for, but it's not.
Can someone help me with that ? I know some pserv already succed in doing that.
PS : sorry if my english is bad.
-
-
Member
Re: PartyFinder System
Protip: See how the petfilter works.
-
Novice
Re: PartyFinder System
The petfilter send data from the client to the server. I want the opposite, from the server to the client.
-
Member
Re: PartyFinder System
Then see how GetMail works.