Ajuda Error Rapido Sou Iniciante ainda
#1

C:\Users\Lucas\Desktop\Muca 1.6\gamemodes\muca.pwn(1269) : error 017: undefined symbol "plberarayerid"
C:\Users\Lucas\Desktop\Muca 1.6\gamemodes\muca.pwn(1269) : warning 203: symbol is never used: "playerid"
C:\Users\Lucas\Desktop\Muca 1.6\gamemodes\muca.pwn(1306) : error 017: undefined symbol "ido"
C:\Users\Lucas\Desktop\Muca 1.6\gamemodes\muca.pwn(1306 -- 130 : error 001: expected token: "]", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.
espero que me explique por favor como tiro este erro rapido facil sou novato U.u
Reply
#2

C:\Users\Lucas\Desktop\Muca 1.6\gamemodes\muca.pwn(1269) : error 017: undefined symbol "plberarayerid"
Use:
pawn Код:
new plberarayerid[MAX_PLAYER_NAME];
C:\Users\Lucas\Desktop\Muca 1.6\gamemodes\muca.pwn(1269) : warning 203: symbol is never used: "playerid"
De um ctrl+f e apague a variбvel: new playerid;

C:\Users\Lucas\Desktop\Muca 1.6\gamemodes\muca.pwn(1306) : error 017: undefined symbol "ido"
Use:
pawn Код:
new ido;
Essa ъltima aqui eu jб nгo sei, post a linha.
C:\Users\Lucas\Desktop\Muca 1.6\gamemodes\muca.pwn(1306 -- 130 : error 001: expected token: "]", but found "-identifier-"
Reply
#3

expected token: "]", but found "-identifier-"
quando falta um ']' no final:
pawn Код:
SetPlayerColor(playerid, colors[playerid);
darб erro.

Correto:
pawn Код:
SetPlayerColor(playerid, colors[playerid]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)