[Pedido] TextDraw que modifique in game +rep
#1

Alguйm poderia mandar o link de algum tуpico que ensine ou poderia por gentileza fazer o cуdigo ?
tipo queria uma textdraw que edita-se in game exemplo

/text , dai configurava , eu с quero por a do zamaroth , :3
sу para por o texto msm obg
Reply
#2

https://sampwiki.blast.hk/wiki/TextDrawSetString
Reply
#3

--'

https://sampforum.blast.hk/showthread.php?tid=376758
Reply
#4

Quote:
Originally Posted by PT
Посмотреть сообщение
Acho que ele quer mudar o TEXTO da TXD com um comando.
Reply
#5

Quote:
Originally Posted by Cor3y
Посмотреть сообщение
Acho que ele quer mudar o TEXTO da TXD com um comando.
e isso mesmo, tipo /mudartextdraw..
Reply
#6

preguiзa й grande hein --' desse jeito nгo vai acabar nunca o GM

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
        new cmd[128], idx, tmp[128];
        cmd = strtok(cmdtext, idx);
	if (strcmp(cmd, "/mudartextdraw", true) == 0)
	{
                if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "{FF0000}Primeiro, logue na RCON.");
		tmp = strtok(cmdtext, idx);
		if(!strlen(tmp)) return SendClientMessage(playerid, -1, "{CCCCCC}Use: /mudartextdraw <mensagem>");

		TextDrawSetString(NomeDaTextDraw, tmp);
		return 1;
	}
	return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)