Portal SAMP
[Ajuda] Como fazer um RG 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: [Ajuda] Como fazer um RG textdraw (/showthread.php?tid=570)



Como fazer um RG textdraw - Felipe jf - 29/12/2020

Roi queria saber como botar os texto exemplo dinheiro nível etc no seu textdraw.. Obss e fazer um RG textdraw para quem não entendeu


RE: Como fazer um RG textdraw - iAplle - 29/12/2020

Opa, você pode usar o TextDrawSetString, vou te dar um exemplo!

Código PHP:
new string[128], name[MAX_PLAYER_NAME];
GetPlayerName(playeridnameMAX_PLAYER_NAME);
format(stringsizeof(string), "Nome: %s"name);
TextDrawSetString(SuaTextDrawstring); 



RE: Como fazer um RG textdraw - xbruno1000x - 29/12/2020

Só usar um criador de TextDraw como o Zamaroth, criar suas textdraws através dele e posteriormente usar a função TextDrawSetString como o iAplle disse acima.


RE: Como fazer um RG textdraw - Felipe jf - 30/12/2020

Vlw a todos que tendo ajuda já consegui aqui


RE: Como fazer um RG textdraw - Joao_Gaming_Samp - 30/12/2020

(29/12/2020 18:12)Felipe jf Escreveu: Roi queria saber como botar os texto exemplo dinheiro nível etc no seu textdraw.. Obss e fazer um RG textdraw para quem não entendeu
.