#4

Add this:

pawn Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
    format(string, sizeof(string), "PM: PM from %s(%d): %s", GetPlayerNameEx(playerid),playerid, text);
    SendClientMessage(recieverid,COLOR_MEDIUMBLUE,string);
    format(string, sizeof(string), "PM: PM sent to %s(%d): %s",GetPlayerNameEx(recieverid),recieverid, text);
    SendClientMessage(playerid,COLOR_MEDIUMBLUE,string);
    PMLog(string);
    return 0;
}
Reply


Messages In This Thread
/PM - by XxerykxX - 31.08.2009, 15:59
Re: /PM - by Redgie - 31.08.2009, 16:00
Re: /PM - by .::: Ecko :::. - 31.08.2009, 16:01
Re: /PM - by Calgon - 31.08.2009, 16:46
Re: /PM - by brett7 - 01.09.2009, 02:38
Re: /PM - by DeltaAirlines12 - 01.09.2009, 02:40

Forum Jump:


Users browsing this thread: 1 Guest(s)