Block Chat -Script
#6

Thx
but i have some errors

Код:
C:\Documents and Settings\Kacxper\Pulpit\All.pwn(141) : error 010: invalid function or declaration
C:\Documents and Settings\Kacxper\Pulpit\All.pwn(143) : error 010: invalid function or declaration
C:\Documents and Settings\Kacxper\Pulpit\All.pwn(148) : error 010: invalid function or declaration
C:\Documents and Settings\Kacxper\Pulpit\All.pwn(153) : error 010: invalid function or declaration
C:\Documents and Settings\Kacxper\Pulpit\All.pwn(155) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
form 141 to 155
Код:
  if(strcmp(cmdtext, "/blockchat", true)==0 && IsPlayerAdmin(playerid))
  {
    if(ChatBlocked == false)
    {
      ChatBlocked = true;
      SendClientMessageToAll(0xFF0000AA, "The Admins blocked the chat!");
    }
    else
    {
      ChatBlocked = false;
      SendClientMessageToAll(0x00FF00AA, "The Admins unblocked the chat!");
    }
    return 1;
  }
  return 0;
Reply


Messages In This Thread
Block Chat -Script - by kacxper - 16.04.2009, 18:12
Re: Block Chat -Script - by Rks25 - 16.04.2009, 18:35
Re: Block Chat -Script - by kacxper - 16.04.2009, 20:21
Re: Block Chat -Script - by OmeRinG - 16.04.2009, 20:27
Re: Block Chat -Script - by Sandra18[NL] - 16.04.2009, 20:36
Re: Block Chat -Script - by kacxper - 16.04.2009, 21:29
Re: Block Chat -Script - by Sandra18[NL] - 16.04.2009, 21:35
Re: Block Chat -Script - by kacxper - 16.04.2009, 21:35

Forum Jump:


Users browsing this thread: 1 Guest(s)