Fast Help
#3

well do it like this


pawn Код:
public OnPlayerText(playerid, text[])
{
    new string[128];
    format(string,sizeof(string),"[%i]%s: {FFFFFF}%s",playerid,pName(playerid),text);
    SetPlayerChatBubble(playerid, text, 0xFFFFFFFF, 100.0, 10000);
    printf(string);
    SendClientMessageToAll(GetPlayerColor(playerid),string);
    return 0;
    }
    return 1;
}
Reply


Messages In This Thread
Fast Help - by JEkvall95 - 14.09.2012, 05:24
Re: Fast Help - by C00K13M0N$73R - 14.09.2012, 05:49
Re: Fast Help - by XtremeR - 14.09.2012, 07:13
Re: Fast Help - by mamorunl - 14.09.2012, 09:08

Forum Jump:


Users browsing this thread: 1 Guest(s)