[Ajuda] Warnings
#8

Ja agora me ajudem aqui neste erro:

C:\Users\PC\Desktop\GTA SERVER\Samp 0.3E Server\gamemodes\RPVIDA.pwn(3647) : error 010: invalid function or declaration
C:\Users\PC\Desktop\GTA SERVER\Samp 0.3E Server\gamemodes\RPVIDA.pwn(3651) : error 010: invalid function or declaration
C:\Users\PC\Desktop\GTA SERVER\Samp 0.3E Server\gamemodes\RPVIDA.pwn(3653) : error 010: invalid function or declaration
C:\Users\PC\Desktop\GTA SERVER\Samp 0.3E Server\gamemodes\RPVIDA.pwn(3654) : error 010: invalid function or declaration
C:\Users\PC\Desktop\GTA SERVER\Samp 0.3E Server\gamemodes\RPVIDA.pwn(3659) : error 010: invalid function or declaration
C:\Users\PC\Desktop\GTA SERVER\Samp 0.3E Server\gamemodes\RPVIDA.pwn(3662) : warning 203: symbol is never used: "PlayerB"
C:\Users\PC\Desktop\GTA SERVER\Samp 0.3E Server\gamemodes\RPVIDA.pwn(3662) : warning 203: symbol is never used: "onPlayerInfo"

pawn Код:
if(strcmp(cmd, "/convidar", true) == 0)
    {
        tmp = strtok(cmdtext, idx);
        new PlayerB;
        if(!strlen(tmp)) return SendClientMessage(playerid, Branco, "Uso correto: /convidar [id]");
        PlayerB = strval(tmp);
        if(!IsPlayerConnected(PlayerB)) return SendClientMessage(playerid, Branco, "Este jogador nгo estб conectado");
        if(PlayerInfo[playerid][GNR] >= 6)
        {
            PlayerInfo[PlayerB][GNR] = 1;
            SendClientMessage(PlayerB, Branco, "Vocк entrou na GNR");
            SetPlayerColor(PlayerB, Cor_GNR);
            return 1;
        }
Reply


Messages In This Thread
[Ajuda] Warnings - by Tiago_Brandao - 27.05.2012, 19:03
Re: [Ajuda] Warnings - by 4LiSs0N - 27.05.2012, 19:10
Re: [Ajuda] Warnings - by Tiago_Brandao - 27.05.2012, 19:14
Re: [Ajuda] Warnings - by Tiago_Brandao - 27.05.2012, 19:21
Re: [Ajuda] Warnings - by 4LiSs0N - 27.05.2012, 19:24
Re: [Ajuda] Warnings - by Tiago_Brandao - 27.05.2012, 19:28
Re: [Ajuda] Warnings - by Private200 - 27.05.2012, 19:31
Re: [Ajuda] Warnings - by Tiago_Brandao - 27.05.2012, 19:46

Forum Jump:


Users browsing this thread: 1 Guest(s)