What the problem?!
#3

I doubt he does...

pawn Код:
public OnPlayerText(playerid, text[])
{
    new chat[200], name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    format(chat, sizeof(chat), "%s (%d): %s", name, playerid, text);
    SendClientMessageToAll(0xFFFFFFFF, chat);
    return 0;
}
I never even knew that the SendPlayerMessageToAll function existed.
Reply


Messages In This Thread
What the problem?! - by Another1 - 16.10.2013, 21:08
Re: What the problem?! - by Scenario - 16.10.2013, 21:11
Re: What the problem?! - by DanishHaq - 16.10.2013, 21:14
Re: What the problem?! - by Patrick - 16.10.2013, 21:14
Re: What the problem?! - by Another1 - 16.10.2013, 21:25

Forum Jump:


Users browsing this thread: 1 Guest(s)