[Ajuda] Erro Ao Compliar Ajuda Ai PF
#1

Erros :
Код:
C:\Users\yNexus\Desktop\GM.pwn(4009) : error 003: declaration of a local variable must appear in a compound block
C:\Users\yNexus\Desktop\GM.pwn(4009) : error 017: undefined symbol "string3"
C:\Users\yNexus\Desktop\GM.pwn(4009) : warning 215: expression has no effect
C:\Users\yNexus\Desktop\GM.pwn(4009) : error 001: expected token: ";", but found "]"
C:\Users\yNexus\Desktop\GM.pwn(4009) : fatal error 107: too many error messages on one line
Erro Principal Que Quero Tentar Resolver :
Код:
C:\Users\yNexus\Desktop\GM.pwn(4009) : error 003: declaration of a local variable must appear in a compound block
Linha 4009 :
Код:
new string3[128];
Reply
#2

Vocк a Colocou em alguma Callback ?
Reply
#3

Sou Novato Nгo Tenho Certeza Retire Este Nъmero 3 .
Tente Assim :
Quote:

new string[128];

Caso Nгo Resolveu , Deculpa-me Fazer Perder Seu Tempo .
Sу Estou Tetando Ajuda-lo .
Reply
#4

pawn Код:
new string[128];
Reply
#5

Quote:
Originally Posted by ThuuGLif3
Посмотреть сообщение
pawn Код:
new string[128];
Apareceu Mesma Coisa .

Quote:
Originally Posted by Spraker
Посмотреть сообщение
Sou Novato Nгo Tenho Certeza Retire Este Nъmero 3 .
Tente Assim :
Caso Nгo Resolveu , Deculpa-me Fazer Perder Seu Tempo .
Sу Estou Tetando Ajuda-lo .
Apareceu A Mesma Coisa :/
Reply
#6

Por acaso deu esse erro?
pawn Код:
error 017: undefined symbol "string3"
Reply
#7

Quote:
Originally Posted by yNexus
Посмотреть сообщение
Apareceu Mesma Coisa .



Apareceu A Mesma Coisa :/
Manda o cуdigo todo onde estб essa variбvel.
Reply
#8

@OFF:

Junior, AlieN foi banido -q
Reply
#9

Quote:
Originally Posted by Juniiro3
Посмотреть сообщение
Manda o cуdigo todo onde estб essa variбvel.
Aki :

Код:
for(new i = 0; i < MAX_PLAYERS; i++)
    new string3[128];
   format(string, sizeof(string3), " ~y~ID ~w~%d  ~p~Level ~w~%d ~b~Nick ~w~%s",i , dini_Int(file, "Level"), aname);
   TextDrawSetString(gText3[i], string3);
   TextDrawShowForPlayer(i, gText3[i]);
Reply
#10

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
   new string[128];
   format(string, sizeof(string), " ~y~ID ~w~%d  ~p~Level ~w~%d ~b~Nick ~w~%s",i , dini_Int(file, "Level"), aname);
   TextDrawSetString(gText3[i], string);
   TextDrawShowForPlayer(i, gText3[i]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)