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

I Have command to block all the pm's and it was working but now its not and i dont know why and i cant see anything wrong

Код:
//-------------------------[BlockAll]----------------------------------------------
if(strcmp(cmd,"/blockall",true)==0)
{
tmp = strtok(cmdtext,idx);
if(PlayerInfo[playerid][pDonation] < 1)
{
SendClientMessage(playerid,COLOR_RED,"ERROR: Donators only (/donationhelp)");
return 1;
}
blocked[playerid] = -1;
SendClientMessage(playerid,COLOR_GREY, "All Player's Blocked, /unblockall to unblock");
return 1;
}
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: 1 Guest(s)