[AJUDA] 4 erros
#7

Quote:
Originally Posted by deregudegu
Посмотреть сообщение
Vocк tem q declarar o que й essa "string", assim vocк pode usar:

pawn Код:
new string[256];// para limitar em 256 caracteres
@Edit

Testa esse:

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;
            }
            new string[256];
            SendClientMessageToAll(COLOR_WHITE, "|______________ Aviso da Administraзгo [TAG] ______________|");
            format(string, sizeof(string), "{FF0000}Administrador %s: %s", sendername, result);
        }
        return 1;
    }
PS: O ideal seria ele definir as variaves que precisam ser usadas no comando, ou no inicio de OnPlayerCommand Ou no inicio do comando, ou seja no local onde eu coloquei assim ele nao vai precisar ficar definindo a msm variavel 3 ou mais veses pelo mesmo comando. No caso ate iria funcionar mas o ideal й que seja comao falei...







Quote:
Originally Posted by [AF]Junior
Посмотреть сообщение
DJ...

Код:
C:\Documents and Settings\Luciano\Desktop\Gaming of Life - Gang War\filterscripts\Register_Login.pwn(544) : error 017: undefined symbol "sendername"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
E Domozinho o seu code da milhares de erros...

Ajuda aк Dj
Fmz... Mals ae fui jantar... Cara "undefined symbol "sendername"" й so definir, sendername... agora a linha 544 й junto com o CMD? se for й so add assim...

Код:
if(strcmp(cmd, "/avisar", true) == 0 || strcmp(cmd, "/av", true) == 0)
    {
new string[256];
new sendername[MAX_PLAYER_NAME];
        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;
    }
Nгo testei qualquer duvida/problema manda ae ...
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)