[HELP]DrawDistance - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]DrawDistance (
/showthread.php?tid=275490)
[HELP]DrawDistance -
TheBluec0de - 09.08.2011
Hello everyone, I wanted to ask why the labels do not disappear after the player I walk away? I put this code
Код:
ShowNameTags(1);
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
SetNameTagDrawDistance(1000.0);
UsePlayerPedAnims();
EnableStuntBonusForAll(0);
Re: [HELP]DrawDistance -
MadeMan - 09.08.2011
Try making it smaller, like 10.0
-
TheBluec0de - 09.08.2011
I tried and always as the first
how can I fix this?
Re: [HELP]DrawDistance -
MadeMan - 09.08.2011
Are you talking about name tags above head or markers on map?
Re: [HELP]DrawDistance -
TheBluec0de - 09.08.2011
I'm talking about the markers on the map
Re: [HELP]DrawDistance -
MadeMan - 09.08.2011
pawn Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
Re: [HELP]DrawDistance -
TheBluec0de - 09.08.2011
Thanks