Questions.
#10

pawn Код:
public OnPlayerText(playerid, text[])
{
    new pNames[MAX_PLAYER_NAME],string[128];
    GetPlayerName(playerid,pNames,sizeof(pNames));
    format(string, sizeof(string), "%s Says: %s", pNames,text);
    SendClientMessageToAll(GetPlayerColor(playerid),string);
    return 0;
}
That changes your normal chat to
"name" Says: "text"
Reply


Messages In This Thread
Questions. - by Abernethy - 21.05.2009, 22:01
Re: Questions. - by Klutty - 21.05.2009, 22:05
Re: Questions. - by Abernethy - 22.05.2009, 05:07
Re: Questions. - by Snyper - 22.05.2009, 05:38
Re: Questions. - by v0nz - 22.05.2009, 05:38
Re: Questions. - by Abernethy - 22.05.2009, 06:53
Re: Questions. - by Klutty - 22.05.2009, 08:29
Re: Questions. - by Abernethy - 22.05.2009, 10:49
Re: Questions. - by Think - 22.05.2009, 10:51
Re: Questions. - by miokie - 22.05.2009, 15:13

Forum Jump:


Users browsing this thread: 1 Guest(s)