como cambio el chat a normal?
#2

Pon esto en OnPlayerText.

pawn Код:
public OnPlayerText(playerid, text[])
{
    new chat[250];
    new name[25];
    GetPlayerName(playerid, name, 24);
    format(chat, sizeof(chat),"dice: %s",playerid, text);//pones lo que quiera que salga
    SendPlayerMessageToAll(-1,chat);
    SetPlayerChatBubble(playerid, text, 0xFFFFFFFF, 100.0, 10000);
    return 0;
}
Y esto en OnPlayerConnect.
pawn Код:
SetPlayerColor(playerid, 0xFFFFFFFF);
Reply


Messages In This Thread
como cambio el chat a normal? - by Smiht - 05.10.2014, 00:07
Respuesta: como cambio el chat a normal? - by ErickPuga234 - 05.10.2014, 03:15
Respuesta: como cambio el chat a normal? - by Tirael - 05.10.2014, 05:34

Forum Jump:


Users browsing this thread: 1 Guest(s)