ArtseeN / FiveM-External-KEK

external cheat source code for fivem
MIT License
7 stars 1 forks source link

'8' requires l-value #1

Open X22REGELT opened 2 years ago

X22REGELT commented 2 years ago

rendering::c_renderer::get()->draw_string(waypoint_up.x, waypoint_up.y - 14.f, d3d9::tahoma_13, D3DCOLOR_RGBA(255, 0, 0, 255), DT_CENTER, false, (L"WAYPOINT - " + std::to_wstring(int(D3DXVec3Length(&(local_origin - waypoint_pos)))) + L"m").c_str());

auto distance = D3DXVec3Length(&(local_origin - ped_origin));

n0c1v0z commented 2 years ago

@X22REGELT replace

local_origin - waypoint_pos) to local_origin, waypoint_pos)

n0c1v0z commented 2 years ago

i`m tryng make that sht work on FiveM_b2372 but withou sucess...