01.07.2009, 21:10
I know how to disable the /pm and /tpm!
Thank you!
Thank you!
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
SendClientMessage(playerid, COLOR_YELLOW, "The PM function has been disabled");
return 0;
}
Originally Posted by Vince
/tpm is not in sa-mp by default
|