Some Errors !
#2

If I remember correctly, that function was removed, however if you still feel like you need it..

pawn Код:
public OnplayerPrivmsg(playerid, recieverid, text[])
{
new muted[MAX_PLAYERS] = 0; //Put this on the top of your script so you can use it in your mute command aswell.
if(muted[playerid] == 1) return 0;
return 1;
}
Of course you'll need to create a mute command that sets the variable muted[playerid] to 1.
Reply


Messages In This Thread
Some Errors ! - by Roomeo - 09.03.2011, 12:10
Re: Some Errors ! - by Skylar Paul - 09.03.2011, 12:13
Re: Some Errors ! - by HyperZ - 09.03.2011, 12:16
Re: Some Errors ! - by alpha500delta - 09.03.2011, 12:18
Re: Some Errors ! - by Roomeo - 09.03.2011, 12:21

Forum Jump:


Users browsing this thread: 1 Guest(s)