SA-MP Forums Archive
disable pms? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: disable pms? (/showthread.php?tid=88979)



disable pms? - UNCLEMURDA - 30.07.2009

help how do i disable pms cuz i want to use the phone scripts


Re: disable pms? - Joe Staff - 30.07.2009

OnPlayerPrivMessage(playerid,receiverid,text[])
{
return 0;
}


Re: disable pms? - anonymoushacker - 30.07.2009

Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
	return 0;
}