OnPlayerText
#3

pawn Код:
public OnPlayerText(playerid, text[])
{
    new String[128], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, sizeof(pName));
    format(String, 128, "%s (%d): {1AFF00}%s", pName, playerid, text);
    SendClientMessageToAll(pInfo[playerid][pColor], String);
    return 0;
}
That's light green..
Reply


Messages In This Thread
OnPlayerText - by Aleksabre - 16.10.2013, 21:17
Re: OnPlayerText - by DanishHaq - 16.10.2013, 21:19
Re: OnPlayerText - by xVIP3Rx - 16.10.2013, 21:19
Re: OnPlayerText - by Aleksabre - 16.10.2013, 21:22
Re: OnPlayerText - by Patrick - 16.10.2013, 21:24
Re: OnPlayerText - by Aleksabre - 16.10.2013, 21:26
Re: OnPlayerText - by DanishHaq - 16.10.2013, 21:27
Re: OnPlayerText - by Another1 - 16.10.2013, 22:20
Re: OnPlayerText - by DanishHaq - 16.10.2013, 22:53
Re: OnPlayerText - by Another1 - 16.10.2013, 23:20

Forum Jump:


Users browsing this thread: 4 Guest(s)