31.08.2009, 15:59
Can anybody send me a /pm command here pls i cant find it anywhere pls dont say use option SEARCH
Thank you
Thank you
Originally Posted by Redgie
Isn't /pm a default command in SA:MP?
|
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;
}