(Ajuda)Escrever e Aparecer o Id do player
#1

Galera eu queria saber como eu fazo para tipo quanto o player escrever aparecer assim

ex:[F]ree_[K]iller[ID:0]:AKI O TEXTO

EU QUERO Q APARECE A OPЗAO [ID:0] COMO EU FAZO?

quem pode me ajudar?
Reply
#2

Eu posso te ajudar, clique aqui.
Reply
#3

eu nao achei no search eu nen sei o nome disso

se vc poder me ajudar mesmo so falar
Reply
#4

pawn Код:
new string[128];
format(string,sizeof(string),"[ID:%d]:%s",playerid,text);
SendClientMessageToAll(Branco,string);
Reply
#5

Procura por "OnPlayerText show id" ou algo semelhante.

@EDIT: Por isso que eu odeio o anti-flooder de 2 minutos Gafield, vocк postou exatamente 2 minutos antes de mim.
Reply
#6

pawn Код:
public OnPlayerText(playerid, text[])
{
    new string[128];
    format(string, sizeof(string), "(%d) %s", playerid, text);
    SendPlayerMessageToAll(playerid,string);
    return 0;
}
Reply
#7

Garield vlww Acerpilot Vlw Tambem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)