It's the right code to edit?
// start render ESP tags
float w, h, playerBaseY;
while ( iter.pos < iter.end )
{
// map iterator pointer to our pointer
iterPed = iter.pos->second;
// advance to next item for next pass
iter.pos++;
if ( !iterPed )
continue;
// get player id...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.