Need help with a ((Local OOC: )) Chat
#8

pawn Код:
public OnPlayerText(playerid, text[])
{
    format(string, sizeof(string), "%s : %s", sendername, text);
    ProxDetector(20.0, playerid,string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
    SetPlayerChatBubble(playerid,text,COLOR_WHITE,20.0,5000);
    return 0;
}
or

pawn Код:
public SendAllFormattedText(playerid, const str[], define)
{
    new tmpbuf[256];
    format(tmpbuf, sizeof(tmpbuf), str, define);
    SendClientMessageToAll(0xFFFF00AA, tmpbuf);
}
Reply


Messages In This Thread
Need help with a ((Local OOC: )) Chat - by Santox14 - 20.10.2011, 17:10
Re: Need help with a ((Local OOC: )) Chat - by AeroBlast - 20.10.2011, 17:18
Re: Need help with a ((Local OOC: )) Chat - by seanny - 20.10.2011, 17:19
AW: Need help with a ((Local OOC: )) Chat - by Santox14 - 20.10.2011, 17:45
Re: Need help with a ((Local OOC: )) Chat - by DiegoRider - 26.10.2012, 11:48
Re: Need help with a ((Local OOC: )) Chat - by copman87 - 31.12.2012, 00:02
question - by copman87 - 31.12.2012, 00:20
Re: Need help with a ((Local OOC: )) Chat - by Scott Zulkifli - 31.12.2012, 01:59

Forum Jump:


Users browsing this thread: 2 Guest(s)