Local Chat Help
#5

pawn Код:
public OnPlayerText(playerid, text[])
{
    new sendername[MAX_PLAYER_NAME];
    GetPlayerName(playerid,sendername,sizeof sendername);
    new string[256];
    format(string, sizeof(string), "%s says: %s", sendername, text);
    ProxDetector(20.0, playerid, string,WHITE,WHITE,WHITE,WHITE,WHITE);
    return 0;
}
Reply


Messages In This Thread
Local Chat Help - by NiiRV4N4 - 26.03.2010, 04:11
Re: Local Chat Help - by NiiRV4N4 - 26.03.2010, 04:22
Re: Local Chat Help - by CJ101 - 26.03.2010, 04:32
Re: Local Chat Help - by NiiRV4N4 - 26.03.2010, 04:37
Re: Local Chat Help - by CJ101 - 26.03.2010, 04:49
Re: Local Chat Help - by NiiRV4N4 - 26.03.2010, 05:02

Forum Jump:


Users browsing this thread: 1 Guest(s)