[Ajuda] OnPlayerText
#9

Soluзгo simples e fбcil..
pawn Код:
public OnPlayerText(playerid, text[])
{
    if(strlen(text) >= 100)
        return SendClientMessage(playerid, -1, "seu texto contйm muitas linhas, diminua umpouco...");
       
    SetPlayerChatBubble(playerid, text, -1, 100.0, 10000);//Chat em cima da cabeзa ao falar.
    //Falar com ID na frente
    new string[128];
    format(string, sizeof(string), "{FF0000}[{FFFFFF}ID: %d{FF0000}]:{FFFFFF} %s", playerid, text);
    SendPlayerMessageToAll(playerid,string);
    return 0;
}
Reply


Messages In This Thread
[Ajuda] OnPlayerText - by Luciano* - 11.05.2012, 02:53
Re: [Ajuda] OnPlayerText - by kinhobryant - 11.05.2012, 02:55
Respuesta: [Ajuda] OnPlayerText - by Luciano* - 11.05.2012, 02:58
Re: [Ajuda] OnPlayerText - by kinhobryant - 11.05.2012, 03:05
Respuesta: [Ajuda] OnPlayerText - by Luciano* - 11.05.2012, 03:13
Re: [Ajuda] OnPlayerText - by tonisantolia - 11.05.2012, 03:40
Respuesta: [Ajuda] OnPlayerText - by Luciano* - 11.05.2012, 03:47
Re: [Ajuda] OnPlayerText - by BreakDriFT - 11.05.2012, 04:23
Re: [Ajuda] OnPlayerText - by zSuYaNw - 11.05.2012, 04:33
Re: [Ajuda] OnPlayerText - by zbt - 11.05.2012, 04:36

Forum Jump:


Users browsing this thread: 2 Guest(s)