HELP / Error when I compile (Onplayertext)
#1

Код:
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;
}
and these are the errors
Код:
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
Reply


Messages In This Thread
HELP / Error when I compile (Onplayertext) - by waim - 09.12.2009, 20:02
Re: HELP / Error when I compile (Onplayertext) - by Joe Staff - 09.12.2009, 20:03
Re: HELP / Error when I compile (Onplayertext) - by waim - 09.12.2009, 20:09
Re: HELP / Error when I compile (Onplayertext) - by Abernethy - 09.12.2009, 20:13
Re: HELP / Error when I compile (Onplayertext) - by waim - 09.12.2009, 20:19
Re: HELP / Error when I compile (Onplayertext) - by Correlli - 09.12.2009, 20:20
Re: HELP / Error when I compile (Onplayertext) - by waim - 09.12.2009, 20:27

Forum Jump:


Users browsing this thread: 1 Guest(s)