Hello RageZone this is my first tutorial.
Disabling the radar to show players.
In WarZ.sln
search for:
if (plr || z)
hudMain->setThreatValue((100 - (int)dist));
else
hudMain->setThreatValue(0);
Change for:
Credits me and @ADM-U307if (/*plr ||*/ z) //commented to in the future be able to return to normal
hudMain->setThreatValue((100 - (int)dist));
else
hudMain->setThreatValue(0);



Reply With Quote![[Tutorial] Disabling the radar sensor to players](http://ragezone.com/hyper728.png)


