[Ajuda] ERROR ClearChatBox
#1

Alguem ajuda? Aee Vlw

PHP код:
C:\Users\samsunggu\Desktop\SPS Ls 2014\pawno\include\streamer.inc(487) : warning 219local variable "hitid" shadows a variable at a preceding level
C
:\Users\samsunggu\Desktop\SPS Ls 2014\gamemodes\SpSOwna2014.pwn(3338) : warning 202number of arguments does not match definition
C
:\Users\samsunggu\Desktop\SPS Ls 2014\gamemodes\SpSOwna2014.pwn(8174) : warning 209: function "Streamer_OnPlayerDisconnect" should return a value
C
:\Users\samsunggu\Desktop\SPS Ls 2014\gamemodes\SpSOwna2014.pwn(8209) : error 017undefined symbol "ClearChatBox"
C:\Users\samsunggu\Desktop\SPS Ls 2014\gamemodes\SpSOwna2014.pwn(56838) : error 021symbol already defined"ClearChatbox"
C:\Users\samsunggu\Desktop\SPS Ls 2014\gamemodes\SpSOwna2014.pwn(57702) : warning 219local variable "sendername" shadows a variable at a preceding level
C
:\Users\samsunggu\Desktop\SPS Ls 2014\gamemodes\SpSOwna2014.pwn(57737) : warning 203symbol is never used"Ficha"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
2 Errors

Linha

8209
ClearChatBox(playerid, 20);

56838
{

Comando Todo
PHP код:
stock ClearChatbox(playeridlines)
{
    if(
IsPlayerConnected(playerid))
    {
        for(new 
0linesi++)
        {
            
SendClientMessage(playerid, -1" ");
        }
    }
    return 
1;

Alguem pode ajudar vlw!
Reply


Messages In This Thread
ERROR ClearChatBox - by GustavoG3D - 30.07.2014, 02:07
Re: ERROR ClearChatBox - by MultiKill - 30.07.2014, 02:13
Re: ERROR ClearChatBox - by zSuYaNw - 30.07.2014, 14:24
Re: ERROR ClearChatBox - by GustavoG3D - 30.07.2014, 14:36

Forum Jump:


Users browsing this thread: 1 Guest(s)