[AJUDA] OnPlayerText
#1

Eae galera, aii ajuda aqui rapido?

O meu OnPlayerText ta mandando 2x ...

Vejam ele
pawn Код:
public OnPlayerText(playerid, text[])
{
    SetPlayerChatBubble(playerid, text, 0xFF0A00FF, 100.0, 10000);
    FalarNoChat(text);
    new string[256];
    format(string,sizeof(string),"{228B22}(ID:%d): {FFFFFF}%s",playerid,text); SendPlayerMessageToAll(playerid,string);
    return 1;
}
Serб que й conflito com o SetPlayerChatBubbles?

Espero que me ajudem..!
Reply
#2

Muda pra return 0.
Reply
#3

Deu valeu..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)