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!

[Tutorial] Move Sprint mouseScroll

Banned
Banned
Joined
Jan 31, 2014
Messages
108
Reaction score
51
good and a simple tutorial on how to activate the change slot even walking
come on

Test In WarZTH V2

Look For
Code:
if(NetworkLocal && !Mouse->GetMouseVisibility() && !bDead && !(g_pDefaultConsole && g_pDefaultConsole->IsVisible()) && !(hudMain && hudMain->isChatInputActive()))
    {

and Comment on this line

Code:
if(PlayerState != PLAYER_MOVE_SPRINT)

will be equal to this code

Code:
[COLOR=#008000]//if(PlayerState != PLAYER_MOVE_SPRINT)[/COLOR]

After Search for

Code:
else if ( PlayerState == PLAYER_MOVE_SPRINT )
            {
                // clear the mouse wheel.
                int mouseScroll = 0;
                Mouse->QueryWheelMotion(&mouseScroll);
            }

and Review All The Same Code Below

Code:
[COLOR=#008000]/*else if ( PlayerState == PLAYER_MOVE_SPRINT ) //ByMuitoloko
            {
                // clear the mouse wheel.
                int mouseScroll = 0;
                Mouse->QueryWheelMotion(&mouseScroll);
            }*/[/COLOR]

Of that after Compile Your Studio Or Exe and test In Server thank you "Sorry For My English not speak Very Well"


Credits: MUIT0L0K0
 
Last edited:
Initiate Mage
Joined
Jun 13, 2017
Messages
2
Reaction score
1
Hello, brother. I want to do some research with you. I have added your SKYPE friend.



Is running while you can take medicine at the same time tutorial, you can say something specific?



Is running while you can take medicine at the same time tutorial, you can say something specific?
 
Back
Top