[Ajuda] public OnPlayertext
#1

Como fazer para aparecer o id do player quando ele falar no chat ?
exemplo

Vitor[ID:0]: chat

como faz isso ?
Reply
#2

new texto[128];
format(texto,sizeof(texto),"[ID: %d] %s",playerid,text);
SendPlayerMessageToAll(playerid,texto);
Reply
#3

Quote:
Originally Posted by Absolution
Посмотреть сообщение
new texto[128];
format(texto,sizeof(texto),"[ID: %d] %s",playerid,text);
SendPlayerMessageToAll(playerid,texto);
nem vo dizer nada sobre este seu code garoto

pawn Код:
SendPlayerMessageToAll(playerid,texto);


https://sampwiki.blast.hk/wiki/SendPlayerMessageToAll
Reply
#4

Quote:
Originally Posted by Sky_.
Посмотреть сообщение
nem vo dizer nada sobre este seu code garoto

pawn Код:
SendPlayerMessageToAll(playerid,texto);


https://sampwiki.blast.hk/wiki/SendPlayerMessageToAll


pawn Код:
public OnPlayerText(playerid, text[]){

    static
        iString[128],
        Nome[24]
    ;
   
   
    format(iString, 128, "%s[ID:%i]{FFFFFF}: %s", (GetPlayerName(playerid, Nome, 24), Nome), text);
    SendClientMessageToAll(GetPlayerColor(playerid), iString);
   
   
   
    #if defined FILTERSCRIPT
        return true;
    #else
        return false;
    #endif
}
Reply
#5

Quote:
Originally Posted by Absolution
Посмотреть сообщение
new texto[128];
format(texto,sizeof(texto),"[ID: %d] %s",playerid,text);
SendPlayerMessageToAll(playerid,texto);
Dorgas mano...

pawn Код:
new string[128],snd[MAX_PLAYER_NAME];
    GetPlayerName(playerid, snd, sizeof snd);
    format(string,sizeof string,"%s [ID:%d]: %s.",snd,playerid,text);
    SendClientMessageToAll(-1,string);
Reply
#6

Quote:
Originally Posted by [Full]Garfield[XDB]
Посмотреть сообщение


pawn Код:
public OnPlayerText(playerid, text[]){

    static
        iString[128],
        Nome[24]
    ;
   
   
    format(iString, 128, "%s[ID:%i]{FFFFFF}: %s", (GetPlayerName(playerid, Nome, 24), Nome), text);
    SendClientMessageToAll(GetPlayerColor(playerid), iString);
   
   
   
    #if defined FILTERSCRIPT
        return true;
    #else
        return false;
    #endif
}
isso vamos dar codes prontos aos novatos assim estimula o crescimento de pedidos inъteis aki da board.
e o code dele tava errado de qualquer forma
Reply
#7

Quote:
Originally Posted by Sky_.
Посмотреть сообщение
bom legal vamos dar codes prontos aos novatos assim estimula o crescimento de pedidos inъteis aki da board.
Desculpe, irei avisar ao Luxurion para retirar a tag [Pedido], seguindo seu raciocнnio.
jб que estб aqui hб mбs de 1 ano, deve saber de alguma coisa, nгo ?
Reply
#8

Quote:
Originally Posted by Sky_.
Посмотреть сообщение
nem vo dizer nada sobre este seu code garoto

pawn Код:
SendPlayerMessageToAll(playerid,texto);


https://sampwiki.blast.hk/wiki/SendPlayerMessageToAll
?
Reply
#9

Quote:
Originally Posted by Absolution
Посмотреть сообщение
?
й porque cometi um erro de confudir sua funзгo com SendClientMessageToAll

eu tinha me esqueci da existencia da


Quote:
Originally Posted by Sky_.
Посмотреть сообщение
nem vo dizer nada sobre este seu code garoto

pawn Код:
SendPlayerMessageToAll(playerid,texto);



//ai eu pesquisei ela e achei kkk
https://sampwiki.blast.hk/wiki/SendPlayerMessageToAll
Reply
#10

Quote:
Originally Posted by Sky_.
Посмотреть сообщение
й porque cometi um erro de confudir sua funзгo com SendClientMessageToAll
pra mim essas funзгo й tudo igual :P ґso muda o geito de usar ]]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)