09.12.2009, 20:02
Код:
public OnPlayerText(playerid, text[])
{
// for example, if the variable mute[playerid] is set to 1, it will
// stop the text from processing, otherwise it allows it to be sent.
if(mute[playerid] == 1) return 0;
return 1;
}
Код:
C:\Documents and Settings\Administrateur\Mes documents\SAMP\DMwaim.pwn(124) : error 017: undefined symbol "mute" C:\Documents and Settings\Administrateur\Mes documents\SAMP\DMwaim.pwn(124) : warning 215: expression has no effect C:\Documents and Settings\Administrateur\Mes documents\SAMP\DMwaim.pwn(124) : error 001: expected token: ";", but found "]" C:\Documents and Settings\Administrateur\Mes documents\SAMP\DMwaim.pwn(124) : error 029: invalid expression, assumed zero C:\Documents and Settings\Administrateur\Mes documents\SAMP\DMwaim.pwn(124) : fatal error 107: too many error messages on one line

