Which function can I use in the waiting room to check if the game started or not?
Any idea?
This is a discussion on [Coders]How i can check if the game started or not within the Gunz Online forums, part of the MMO and MMORPG Developments category; Which function can I use in the waiting room to check if the game started or not? Any idea?...
Which function can I use in the waiting room to check if the game started or not?
Any idea?
yea, when the button says Ready the game hasnt started, when the button says Enter than it has started
Check for the process name O_O?
anyone?
You want to check for the player or the stage in general?
Well, I don't really have time to look it up.
But if you found nothing in the end, send a packet to room leader and make him send back an okay packet and do the necessary checks,
hfCode:if (ZGetGameClient()->GetStageUID() != MUID(0,0)) { /* In Stage */ } if (ZGetGame() != NULL && ZGetGame()->m_pMyCharacter != NULL) { /* In Game */ }
I'm for hire! http://forum.ragezone.com/f206/gunz-...r-hire-697452/
LegacyGamers is hiring: http://forum.ragezone.com/f206/legac...8/#post5941274