04.01.2012, 13:22
'------'
o cara bloqueia a pm e n desbloqueia +? '-'
o cara bloqueia a pm e n desbloqueia +? '-'
pawn Код:
if(strcmp(cmd, "/bpm", true) == 0)
{
if(PmBlock[playerid] == 0)
{
SendClientMessage(playerid, 0xFF80808B, "[Private Message]: Private Message bloqueada!");
PmBlock[playerid] = 1;
}
else
{
SendClientMessage(playerid, 0xFF80808B, "[Private Message]: Private Message jб bloqueada!");
return 1;
}
return 1;
}