About disguise

10/03/2017 05:33 pedala1#1
Hey guys, i need to know how to hide the name while i'm disguised
tks in advanced
10/10/2017 22:19 pedala1#2
up
10/10/2017 23:27 Meutledaron#3
Look in _Common/MoverRender.cpp

CMover::RenderName

Ex :

Under :

if( g_Option.m_nOtherPlayerName == FALSE && !IsActiveMover() && IsPlayer() )
return;

Add :

if( HasBuffByIk3( IK3_TEXT_DISGUISE ) )
return;