01.07.2009, 21:51
/tpm is not in sa-mp by default (I think?), so just remove that from your script. As for the /pm command, use this:
pawn Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
SendClientMessage(playerid, COLOR_YELLOW, "The PM function has been disabled");
return 0;
}

