[Ajuda] Ajuda rбpida
#1

Olб, estou tendo alguns erros neste cуdigo:

PHP код:
new PasswordCharacters[][] =
{
    
"a",
    
"b",
    
"c",
    
"d",
    
"e",
    
"f",
    
"g",
    
"h",
    
"j",
    
"k",
    
"l",
    
"m",
    
"n",
    
"o",
    
"p",
    
"q",
    
"r",
    
"s",
    
"t",
    
"u",
    
"v",
    
"w",
    
"x",
    
"y",
    
"z",
    
"'",
    
"1",
    
"2",
    
"3",
    
"4",
    
"5",
    
"6",
    
"7",
    
"8",
    
"9",
    
"0",
    
"-",
    
"=",
    
"[",
    
"~",
    
"]",
    
"\",
    "
,",//Linha 51
    "
.",
    "
;",
    "
/",
    "
{",
    "
^",
    "
}",
    "
|",
    "
<",
    "
>",
    "
:",
    "
?"
};//Linha 63 
C:\Users\Guilherme\Desktop\FS.pwn(51) : error 001: expected token: ";", but found "-string-"
C:\Users\Guilherme\Desktop\FS.pwn(63) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Alguйm pode me ajudar com isto? Seria por causa da vнrgula ou do ponto e vнrgula?
Reply
#2

Quote:
Originally Posted by GuilhermeW
Посмотреть сообщение
Olб, estou tendo alguns erros neste cуdigo:

PHP код:
new PasswordCharacters[][] =
{
    
"a",
    
"b",
    
"c",
    
"d",
    
"e",
    
"f",
    
"g",
    
"h",
    
"j",
    
"k",
    
"l",
    
"m",
    
"n",
    
"o",
    
"p",
    
"q",
    
"r",
    
"s",
    
"t",
    
"u",
    
"v",
    
"w",
    
"x",
    
"y",
    
"z",
    
"'",
    
"1",
    
"2",
    
"3",
    
"4",
    
"5",
    
"6",
    
"7",
    
"8",
    
"9",
    
"0",
    
"-",
    
"=",
    
"[",
    
"~",
    
"]",
    
"\",
    "
,",//Linha 51
    "
.",
    "
;",
    "
/",
    "
{",
    "
^",
    "
}",
    "
|",
    "
<",
    "
>",
    "
:",
    "
?"
};//Linha 63 
C:\Users\Guilherme\Desktop\FS.pwn(51) : error 001: expected token: ";", but found "-string-"
C:\Users\Guilherme\Desktop\FS.pwn(63) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Alguйm pode me ajudar com isto? Seria por causa da vнrgula ou do ponto e vнrgula?
Код:
"\\"
Reply
#3

PHP код:
new PasswordCharacters[][] = 

    
"a"
    
"b"
    
"c"
    
"d"
    
"e"
    
"f"
    
"g"
    
"h"
    
"j"
    
"k"
    
"l"
    
"m"
    
"n"
    
"o"
    
"p"
    
"q"
    
"r"
    
"s"
    
"t"
    
"u"
    
"v"
    
"w"
    
"x"
    
"y"
    
"z"
    
"'"
    
"1"
    
"2"
    
"3"
    
"4"
    
"5"
    
"6"
    
"7"
    
"8"
    
"9"
    
"0"
    
"-"
    
"="
    
"["
    
"~"
    
"]"
    
"?",
    
"."
    
";"
    
"/"
    
"{"
    
"^"
    
"}"
    
"|"
    
"<"
    
">"
    
":"
    
","
    
"\"
}; 
Reply
#4

Obrigado Sammy e Marllun, consegui resolver, +REP.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)