• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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