Portal SAMP
[Pedido] Sistema de textdraw - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Pedido] Sistema de textdraw (/showthread.php?tid=2696)



Sistema de textdraw - Marcelo sw - 21/08/2022

Por favor alguem tem um Sistema de mensagem de aviso na tela por textdraw igual SendClientMessage só que por textdraw;


RE: Sistema de textdraw - CoelhaO_LokaO - 22/08/2022

Mano e só criar a textdraw

e usar a TextDrawSetString(textdraw, string da format);

exemplo

new str[400];
format(str, sizeof(str), "%s", variavelfrase);
TextDrawSetString(TEXTDRAW, str);


RE: Sistema de textdraw - Marcelo sw - 22/08/2022

(21/08/2022 21:16)Marcelo sw Escreveu: Por favor alguem tem um Sistema de mensagem de aviso na tela por textdraw igual SendClientMessage só que por textdraw;

(22/08/2022 16:11)CoelhaO_LokaO Escreveu: Mano e só criar a textdraw

e usar a TextDrawSetString(textdraw, string da format);

exemplo

new str[400];
format(str, sizeof(str), "%s", variavelfrase);
TextDrawSetString(TEXTDRAW, str);


É que sou novo no samp, e gostei muito desse sistema só que ñ manjo muito, 
mais valeu pela dica aí, não sei se vou conseguir mais tá ok

(21/08/2022 21:16)Marcelo sw Escreveu: Por favor alguem tem um Sistema de mensagem de aviso na tela por textdraw igual SendClientMessage só que por textdraw;



RE: Sistema de textdraw - k2bi_YT - 22/08/2022

Você pode usar esse sistema como base, caso queira semelhante ao chat do game

http://unidadesamp.blogspot.com/2016/06/fs-chat-em-textdraw-v10.html


RE: Sistema de textdraw - Marcelo sw - 22/08/2022

Ajuda aí ne


RE: Sistema de textdraw - Device-Black - 22/08/2022

(22/08/2022 23:27)Marcelo sw Escreveu: Ajuda aí ne
https://portalsamp.com/showthread.php?tid=2690