SetNameTagDrawDistance - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SetNameTagDrawDistance (
/showthread.php?tid=459088)
SetNameTagDrawDistance -
Skribblez - 20.08.2013
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:
pawn Код:
public OnGameModeInit()
{
SetNameTagDrawDistance(10.0);
return 1;
}
Am I doing something wrong or it just doesn't work? Thanks.
Re: SetNameTagDrawDistance -
davve95 - 20.08.2013
Experment a bit, try a really low figure.
Re: SetNameTagDrawDistance -
Skribblez - 20.08.2013
Quote:
Originally Posted by davve95
Experment a bit, try a really low figure.
|
Yes, I also tried setting it to 0.5 and 0.8 but stays the same.
Re: SetNameTagDrawDistance -
davve95 - 20.08.2013
Ok I see... Try with 1.0 or 0.1 ?.
If it won't work then I don't know, wait for someone else to reply.
Re: SetNameTagDrawDistance -
whatthefuck123 - 20.08.2013
probbably doesn't work..