chat bubbles
#4

easy . .

put this color under includes
pawn Код:
#define red 0xFF0000AA
put this commands anywhere without any callbacks
pawn Код:
CMD:chatb(playerid, params[])
{
    if(isnull(params)) return SendClientMessage(playerid, COLOR_WHITE, "Commands: /chatb [Messages]");
    new string[128];
    new pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, sizeof(pName));
    format(string, sizeof(string), "{99FFFF}%s{FFFFFF}: %s ", pName, params);
    SetPlayerChatBubble(playerid, string, red, 7.0, 5000);
    return 1;
}
Reply


Messages In This Thread
chat bubbles - by P<3TS - 26.07.2012, 02:04
Re: chat bubbles - by Devilxz97 - 26.07.2012, 02:34
Re: chat bubbles - by P<3TS - 26.07.2012, 09:08
Re: chat bubbles - by Devilxz97 - 26.07.2012, 09:15

Forum Jump:


Users browsing this thread: 1 Guest(s)