Some Errors !
#4

1st: OnPlayerPrivmsg was removed in SA:MP 0.3, you cannot use it anymore, you can delete it

2nd: try

pawn Код:
new muted[MAX_PLAYERS] = 0;

public SomeCallback(playerid)
{
    if(muted[playerid] == 1) return SOMETHING;
    return 1;
}
When you /mute be sure to put this

pawn Код:
muted[playerid] = ;
Oh darn it, it seems I'm slow
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)