Just wanted to share that , add it to the somewhere in AI_Player.cpp like
Code:void obj_Player::DrawLabel()
Code:if (Keyboard->IsPressed(kbsW) && gUserProfile.ProfileData.isDevAccount ) { gClientLogic().localPlayer_->SetPosition(GetPosition() + GetvForw()*0.01f); }
