14.04.2010, 08:00
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.
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.