Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help me problem ESP Tag Room

Junior Spellweaver
Joined
Sep 27, 2016
Messages
151
Reaction score
10
I'm build ESP with this Post
http://forum.ragezone.com/f245/esp-838070/
And has problem...
kryst4l - Help me problem ESP Tag Room - RaGEZONE Forums

Error Lane DrawAllPlayerName(pDC);
 
I'm retired, I'm already
Banned
Joined
Oct 3, 2011
Messages
832
Reaction score
155
try

if(strstr(ZGetGameClient()->GetStageName(),"[ESP]"))
{
bDrawAllPlayerName = true;
//DrawAllPlayerName(pDC);
}
 
Upvote 0
Back
Top