~~> Help with blocking The Personal Messages < ~~
#6

Look for the PM Command.
I am not a Pro Scripter, So if this does not work, then I would ask someone else.

Now Below this part of the PM command
if(strcmp(cmd,"/pm",true)==0)
{

Place
if(blocked[targetid] == -1)
{
SendClientMessage(playerid,COLOR_RED,"Player has blocked all Private Messages!");
return 1;
}

Try that and it may work.
Reply


Messages In This Thread
~~> Help with blocking The Personal Messages < ~~ - by johnnyc - 13.04.2010, 19:48
Re: Help with blocking PM's - by johnnyc - 14.04.2010, 04:23
Re: Help with blocking PM's - by cessil - 14.04.2010, 04:32
Re: Help with blocking PM's - by johnnyc - 14.04.2010, 04:42
Re: Help with blocking PM's - by VirSpectorX - 14.04.2010, 07:10
Re: Help with blocking PM's - by RichyB - 14.04.2010, 08:00
Re: Help with blocking PM's - by johnnyc - 14.04.2010, 09:47
Re: Help with blocking PM's - by Thrarod - 14.04.2010, 09:54
Re: Help with blocking PM's - by johnnyc - 14.04.2010, 10:04
Re: Help with blocking PM's - by johnnyc - 14.04.2010, 11:05

Forum Jump:


Users browsing this thread: 5 Guest(s)