[AJUDA] Chat !
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
    new s[128],name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    format(string, sizeof(s), "%s-[%d] diz: %s", name, playerid, text);
    SendClientMessageToAll(COR, s);
    SetPlayerChatBubble(playerid, text, 0x1E90AAFA, 70.0,10000);
    return 0;
}
Reply


Messages In This Thread
[AJUDA] Chat ! - by ViCtOr_Mc - 23.05.2011, 03:00
Re: [AJUDA] Chat ! - by zbt_Daimyo - 23.05.2011, 04:09
Re: [AJUDA] Chat ! - by ViCtOr_Mc - 23.05.2011, 15:06
Re: [AJUDA] Chat ! - by ViCtOr_Mc - 23.05.2011, 15:20
Re: [AJUDA] Chat ! - by Macintosh - 23.05.2011, 15:40
Re: [AJUDA] Chat ! - by ViCtOr_Mc - 23.05.2011, 15:46
Re: [AJUDA] Chat ! - by Macintosh - 23.05.2011, 15:50
Re: [AJUDA] Chat ! - by ViCtOr_Mc - 23.05.2011, 15:58
Re: [AJUDA] Chat ! - by Macintosh - 23.05.2011, 16:02
Re: [AJUDA] Chat ! - by ViCtOr_Mc - 23.05.2011, 16:07

Forum Jump:


Users browsing this thread: 2 Guest(s)