20.08.2013, 22:47
I've tried searching and it seems that topics related to this problem were solved but weren't actually shown on how they were able to solve it. Anyway, even with a 2.0 radius set, I could still see name-tags of players from afar.
Here's my code:
Am I doing something wrong or it just doesn't work? Thanks.
Here's my code:
pawn Код:
public OnGameModeInit()
{
SetNameTagDrawDistance(10.0);
return 1;
}