SA-MP Forums Archive
SetNameTagDrawDistance [GM ZC] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: SetNameTagDrawDistance [GM ZC] (/showthread.php?tid=440452)



SetNameTagDrawDistance [GM ZC] - dional - 29.05.2013

Buenas a la comunidad de forum-samp, abro este post para ver si alguno me puede ayudar con este problemita que tengo con el gm de zc, el cual es con los nombres de los jugadores se ven DEMACIADOS lejos, ya he probado cambiando el:

public OnGameModeInit()
{
SetNameTagDrawDistance(20.0);

y se siguen viendo lejos, sea cual sea el numero que le coloque se siguen viendo lejos, que creen que pueda ser? y cual seria la solucion?


Respuesta: SetNameTagDrawDistance [GM ZC] - Glimma - 29.05.2013

LimitPlayerMarkerRadius(70.0);
SetNameTagDrawDistance(20.0);

Usбlos en OnGameModeInit.


Re: SetNameTagDrawDistance [GM ZC] - dional - 29.05.2013

Se siguen viendo lejos Amigo :/


Respuesta: SetNameTagDrawDistance [GM ZC] - OTACON - 30.05.2013

LimitPlayerMarkerRadius


Re: SetNameTagDrawDistance [GM ZC] - dional - 31.05.2013

Igual men, se siguen viendo lejos :/


Re: SetNameTagDrawDistance [GM ZC] - dional - 01.06.2013

Revivo, ayuda por favor ya no se que hacer para que no se vean tan lejos los nombres :c


Respuesta: SetNameTagDrawDistance [GM ZC] - KilCropZ - 01.06.2013

Usa otro gamemode, y sбcale los sistemas que quieres y listo, no te compliques la existencia xD


Re: SetNameTagDrawDistance [GM ZC] - dional - 01.06.2013

Acaso vez que pido otro GM?, solo quiero solucionar ese problema y ya que yo no doy como hacerlo recurro a este foro..


Respuesta: SetNameTagDrawDistance [GM ZC] - BecksLennon - 04.06.2013

public OnGameModeInit()
{
LimitPlayerMarkerRadius(100.0);
SetNameTagDrawDistance(20.0);
}


Respuesta: SetNameTagDrawDistance [GM ZC] - PHudson - 04.06.2013

Deberнa funcionar tal y como te han dicho. Sуlo se me ocurre que reduzcas la distancia mбs todavнa, a ver quй pasa.