[Tutorial] how to enable super speed to DEV

in WarZ.sln

HUD_TPSGame.cpp

Search for:

PHP:
#ifndef FINAL_BUILD            
     if(gUserProfile.ProfileData.isDevAccount && Keyboard->IsPressed(kbsLeftAlt))                
            accelaration *= 5.0f;
#endif

replace for:

PHP:
#ifdef FINAL_BUILD            
     if(gUserProfile.ProfileData.isDevAccount && Keyboard->IsPressed(kbsLeftAlt))                
             accelaration *= 5.0f;
#endif



do not forget to leave your like =)


Credits: Staff DeathZ

yes but your two codes are the same, I see no difference
 
Yeah, I think this is what caused my server to crash all the clients when they join.
I am not sure though, all I did was add the RPG and do super speed.
I followed exact.
I even removed RPG and still got crash.
 
Back