[AJUDA] 4 erros
#1

pawn Код:
C:\Documents and Settings\Luciano\Desktop\Gaming of Life - Gang War\filterscripts\Register_Login.pwn(543) : error 017: undefined symbol "string"
C:\Documents and Settings\Luciano\Desktop\Gaming of Life - Gang War\filterscripts\Register_Login.pwn(543) : error 017: undefined symbol "string"
C:\Documents and Settings\Luciano\Desktop\Gaming of Life - Gang War\filterscripts\Register_Login.pwn(543) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Luciano\Desktop\Gaming of Life - Gang War\filterscripts\Register_Login.pwn(543) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Tentei pegar um /av para admin de outro gm e adaptei pro meu e deu esses erros...

Aqui tб o comando inteiro:

pawn Код:
if(strcmp(cmd, "/avisar", true) == 0 || strcmp(cmd, "/av", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][PlayerAdmin] == 0)
            {
                SendClientMessage(playerid, COLOR_RED, "Vocк nгo й Administrador!");
                return 1;
            }
        GetPlayerName(playerid, Pname, sizeof(Pname));
            new length = strlen(cmdtext);
            while ((idx < length) && (cmdtext[idx] <= ' '))
            {
                idx++;
            }
            new offset = idx;
            new result[64];
            while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
            {
                result[idx - offset] = cmdtext[idx];
                idx++;
            }
            result[idx - offset] = EOS;
            if(!strlen(result))
            {
                SendClientMessage(playerid, COLOR_RED, "USE: /av [texto]");
                return 1;
            }
            SendClientMessageToAll(COLOR_WHITE, "|______________ Aviso da Administraзгo [TAG] ______________|");
            format(string, sizeof(string), "{FF0000}Administrador %s: %s", sendername, result);
        }
        return 1;
    }
Ajuda aн galera... Valeu.
Reply


Messages In This Thread
[AJUDA] 4 erros - by [AF]Junior - 21.02.2011, 20:52
Re: [AJUDA] 4 erros - by Dj_Paradox - 21.02.2011, 20:57
Re: [AJUDA] 4 erros - by Domozinho - 21.02.2011, 20:58
Re: [AJUDA] 4 erros - by [AF]Junior - 21.02.2011, 21:13
Re: [AJUDA] 4 erros - by deregudegu - 21.02.2011, 21:14
Re: [AJUDA] 4 erros - by [AF]Junior - 21.02.2011, 21:24
Re: [AJUDA] 4 erros - by Dj_Paradox - 21.02.2011, 21:38
Re: [AJUDA] 4 erros - by [AF]Junior - 21.02.2011, 21:53
Re: [AJUDA] 4 erros - by Dj_Paradox - 21.02.2011, 21:55
Re: [AJUDA] 4 erros - by Ricop522 - 25.02.2011, 14:48

Forum Jump:


Users browsing this thread: 1 Guest(s)