[Ajuda] Erro no Sistema de registro com recupreзгo
#1

Ola Gente,Tudo bem Estou tentando colocar o sistema de login com recuperaзгo por e-mail em meu gm
mas esta dando estes erros poderiam me ajudar ?


sistema ~> https://sampforum.blast.hk/showthread.php?tid=399081




Код:
C:\Users\Matheus\Desktop\BWC CONSERTADO\gamemodes\GM.pwn(23) : error 029: invalid expression, assumed zero
C:\Users\Matheus\Desktop\BWC CONSERTADO\gamemodes\GM.pwn(42) : error 029: invalid expression, assumed zero
C:\Users\Matheus\Desktop\BWC CONSERTADO\gamemodes\GM.pwn(42) : warning 215: expression has no effect
C:\Users\Matheus\Desktop\BWC CONSERTADO\gamemodes\GM.pwn(42) : error 001: expected token: ")", but found ";"
C:\Users\Matheus\Desktop\BWC CONSERTADO\gamemodes\GM.pwn(42) : error 036: empty statement
C:\Users\Matheus\Desktop\BWC CONSERTADO\gamemodes\GM.pwn(42) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Reply
#2

Mande a linha 23 e 41 e 42!
Reply
#3

23
Код:
  new
        Invalido[MAXPLAYERSJFS],
        Nome[MAX_PLAYER_NAME],
        String[128],
        Matou[MAXPLAYERSJFS],
        Morreu[MAXPLAYERSJFS],
        Level[MAXPLAYERSJFS],
        Skin[MAXPLAYERSJFS],
        Logou[MAXPLAYERSJFS],
        Ano[MAXPLAYERSJFS],
        Mes[MAXPLAYERSJFS],
        Hora[MAXPLAYERSJFS],
        Dia[MAXPLAYERSJFS],
        Minuto[MAXPLAYERSJFS],
        PrimeiraVezON[MAXPLAYERSJFS];
41

Код:
forward AtualizarLevel();
public AtualizarLevel()
{
        for(new i=0; i<MAXPLAYERSJFS; ++ i)
    {
        SetPlayerScore(i, Level[i]);
    }
    return true;
}
Reply
#4

Mande a linha especнfica. Apenas dos erros. Pode ser alguma variбvel ou algo do tipo.
Reply
#5

ta bom olha as linhas

linha 22
Код:
Invalido[MAXPLAYERSJFS],
linha 41

Код:
for(new i=0; i<MAXPLAYERSJFS; ++ i)
Reply
#6

Chega Skype no TeamViewer
Reply
#7

Tem a define MAXPLAYERSJFS ?
Caso nгo tenha faзa o seguinte:

pawn Код:
//Topo

#define MAXPLAYERSJFS 100 /*O 100 deve ser mudado de acordo com a quantia de slots do host*/
Reply
#8



cidei ja esta definido com os slots do meu host
Reply
#9

O Erro era:

Eu fiz assim:
pawn Код:
#define MAXPLAYERSJFS     \
                            (50) // Slots do seu Servidor
Ele pos:

pawn Код:
#define MAXPLAYERSJFS     \   (50) // Slots do seu Servidor
Ai deu erro xD

E nгo copie do Pastebin, baixe pelo 4shared completo, pois nгo vem dando esses erros de falta de ORGANIZAЗГO.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)