[Ajuda] Ajuda aqui :$
#1

Como eu posso adicionar o nome na frente:

http://imgur.com/8MQDdtT
Reply
#2

Formatando o textdraw . Veja esse da wiki e tente fazer com o que vocк tem .
https://sampwiki.blast.hk/wiki/TextDrawSetString
Reply
#3

Exemplo

pawn Код:
new nome[23], string[128];
GetPlayerName(playerid, nome, 23);
format(string, 128, "seu nome й: %s", nome);
SendClientMessage(playerid, -1, string)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)