#1

Can anybody send me a /pm command here pls i cant find it anywhere pls dont say use option SEARCH

Thank you
Reply
#2

Isn't /pm a default command in SA:MP?
Reply
#3

Quote:
Originally Posted by Redgie
Isn't /pm a default command in SA:MP?
Yes it is.
use /pm [id] message

Ecko
Reply
#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
#5

whats the point calgon?
Reply
#6

Default Command!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)