mate good night does anyone know how to remove the flags in the npc please some guide.
thank you very much mate.[CODE lang="cpp" title="UserInterface\InstanceBaseEffect.cpp"]//find;
if (IsResource())
return;
//add below;
if (IsNPC())
return;[/CODE]
You're welcome.thank you very much mate.