[Tutorial] Disabling the radar sensor to players
Hello RageZone this is my first tutorial.
Disabling the radar to show players.
In WarZ.sln
search for:
Quote:
if (plr || z)
hudMain->setThreatValue((100 - (int)dist));
else
hudMain->setThreatValue(0);
Change for:
Quote:
if (/*plr ||*/ z) //commented to in the future be able to return to normal
hudMain->setThreatValue((100 - (int)dist));
else
hudMain->setThreatValue(0);
Credits me and @ADM-U307
Re: [Tutorial] Disabling the radar sensor to players
Quote:
Originally Posted by
italofialho
Hello RageZone this is my first tutorial.
Disabling the radar to show players.
In WarZ.sln
search for:
Change for:
Nice bro! +
Re: [Tutorial] Disabling the radar sensor to players
Re: [Tutorial] Disabling the radar sensor to players
No, my tutorial is only for the radar not detect players, only zombies