SA-MP Forums Archive
[Ajuda] TextLabel - 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: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] TextLabel (/showthread.php?tid=662735)



TextLabel - PedroH - 09.01.2019

Eai pessoal, entгo como vocкs ja devem saber, quando criamos uma textlabel, para ela aparecer para o player precisa-se que o player faзa alguma aзгo ou se auto-atualize para que a textlabel apareca para ele. entгo eu gostaria de saber se hб alguma forma de criar a text label e automaticamente ela ja apareзa para o player sem necessidade de ele se mover ou precise fazer alguma aзгo.
tou fazendo um mini sistema e ele vai precisar disso.

Obrigado.


Re: TextLabel - ipsLuan - 09.01.2019

SetTimer(Ex).


Re: TextLabel - PedroH - 09.01.2019

Quote:
Originally Posted by ipsLuan
Посмотреть сообщение
SetTimer(Ex).
Nгo deu certo, o player ainda precisa fazer alguma aзгo para que a textLabel apareзa.


Re: TextLabel - Atlantic - 09.01.2019

Код:
GetPlayerPos(playerid, x, y, z);

SetPlayerPos(playerid, x, y+1, z);



Re: TextLabel - PedroH - 09.01.2019

Quote:
Originally Posted by Atlantic
Посмотреть сообщение
Код:
GetPlayerPos(playerid, x, y, z);

SetPlayerPos(playerid, x, y+1, z);
Nгo posso fazer isso pois o textLabel ira aparecer quando o player estiver atirando em outro player ai vai acontecer que o player sera teleportado para essa nova posiзгo й ele ira parar de mirar por alguns milesimos.

oque eu tou fazendo й o sistema que informa o quanto de dano foi tirado do player atingido por uma arma, oque falta so й isso de o textLabel aparecer quando os dois players estiverem parado pois os textLabel desaparecem depois de 1,5 segundos entao se os players nao se moverem nesse intervalo de tempo o textLabel vai aparecer e desaparecer sem que nenhum dos dois vejam o TextLabel.

video do sistema que eu achei interessante se encontra nesse post do txrrrr:
https://sampforum.blast.hk/showthread.php?tid=662672


Re: TextLabel - 1sbedx - 10.01.2019

https://sampforum.blast.hk/showthread.php?tid=102865
https://github.com/samp-incognito/sa...atives#updates
Streamer_Update


Re: TextLabel - PedroH - 10.01.2019

Quote:
Originally Posted by 1sbedx
Посмотреть сообщение
era exatamente isso que eu procurava, consegui. muito obrigado!