SA-MP Forums Archive
[PROBLEMA] No se ven los text draws - 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: [PROBLEMA] No se ven los text draws (/showthread.php?tid=279159)



[PROBLEMA] No se ven los text draws - DieghoV8 - 25.08.2011

Hola a todos

Tengo un problema, hoy me puse a hacer un textdraw y no se ve , no se porque hago todo lo correcto, pongo el textdrawcreate en ongamemodeinit, el textdrawshow.... en onplayerspawn y no se ve, que puedo hacer :S


Re: [PROBLEMA] No se ven los text draws - EduGTA - 25.08.2011

Quote:
Originally Posted by DieghoV8
Посмотреть сообщение
Hola a todos

Tengo un problema, hoy me puse a hacer un textdraw y no se ve , no se porque hago todo lo correcto, pongo el textdrawcreate en ongamemodeinit, el textdrawshow.... en onplayerspawn y no se ve, que puedo hacer :S
Porfavor postea el cуdigo aqui, asн te ayudaremos mбs rapido.


Re: [PROBLEMA] No se ven los text draws - Sergio_team - 25.08.2011

Una cosa, cuantos textdraws tienes puestos mas de creados, o que muestras? Tambien puede ser eso, que tengas una gran cantidad y algunos no se ven.


Re: [PROBLEMA] No se ven los text draws - DieghoV8 - 25.08.2011

ya lo solucione, tengo otro problema ahora, tengo un servidor de A/D y kiero que se puedan ver los scores en textdraws, como hago eso, y ke se actualizen cada vez que gane un equipo, ah y tiene vars que son de los nombres de los teams, osea poner por ejemplo :
format......("%s : %s | %s: %s",TeamName[team1],TeamScore[team1],Teamname[team2],teamscore[team2])


Re: [PROBLEMA] No se ven los text draws - Sergio_team - 25.08.2011

Quote:
Originally Posted by DieghoV8
Посмотреть сообщение
ya lo solucione, tengo otro problema ahora, tengo un servidor de A/D y kiero que se puedan ver los scores en textdraws, como hago eso, y ke se actualizen cada vez que gane un equipo, ah y tiene vars que son de los nombres de los teams, osea poner por ejemplo :
format......("%s : %s | %s: %s",TeamName[team1],TeamScore[team1],Teamname[team2],teamscore[team2])
Si, lo tendrias que darle formato al textdraw y listo.
Recuerda utilizar %d para numeros y %s para strings


Re: [PROBLEMA] No se ven los text draws - DieghoV8 - 25.08.2011

y en que callback lo pongo ?, y a que te refieres con 'formato'?


Respuesta: [PROBLEMA] No se ven los text draws - TiNcH010 - 25.08.2011

El textdrawcreate no va en OnGameModeInit xD
Va en OnPlayerConnect.

Quote:
Originally Posted by DieghoV8
Посмотреть сообщение
y en que callback lo pongo ?, y a que te refieres con 'formato'?
En OnPlayerDeath (cuando el jugador muere) y 'formato' se refiere a format.
Puede ser format(string)...
etc...


Respuesta: [PROBLEMA] No se ven los text draws - DieghoV8 - 25.08.2011

aaah dale xD, y como puedo poner un color a cada team en el textdraw? , asi como en sendclientmessage? con codigos html? ( {htmlxcolor} ) ?


Respuesta: [PROBLEMA] No se ven los text draws - [J]ulian - 25.08.2011

~r~ red = rojo.
~b~ blue = azul.

Y asн con la primer letra.


Respuesta: [PROBLEMA] No se ven los text draws - DieghoV8 - 25.08.2011

aa lei por ahi qe eso crasheaba, intentare xXD