Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Gunz 1.5 Source Login Scene Skip help me !!

Newbie Spellweaver
Joined
Nov 11, 2009
Messages
5
Reaction score
0
Gunz 1.5 Source Login Scene Skip help me !!

- mouse click -> Login Scene - > Character

help me !!
 
Newbie Spellweaver
Joined
Jul 2, 2011
Messages
78
Reaction score
21
case LOGIN_SCENE_FALLDOWN :
if((GetAsyncKeyState(VK_ESCAPE) & 0x8000) || (GetAsyncKeyState(VK_RETURN) & 0x8000) || (GetAsyncKeyState(VK_LBUTTON) & 0x8000)) // press 'esc' or 'enter' or 'Left Button', camera skip
{
m_nSceneNumber = LOGIN_SCENE_FIXEDCHAR;
// m_bShowMaietLogo = false;
}
 
Upvote 0
Back
Top