help with sprint speed
http://prntscr.com/i367urⓘ here is screen why is there the number 1065353217? i want like 2x speed but there is the number.. how to fix?
here is a bit the code:
here is a bit the code:
Code:
static auto player_sprint_speed = 0;
static const auto set_player_sprint_speed = [](int sprint)
{
memory::set_value<bool>({ 0x08, 0x10B8, 0x14C }, sprint);
};
static const auto get_player_sprint_speed = []
{
return memory::get_value<int>({ 0x08, 0x10B8, 0x14C });
};