SA-MP Forums Archive
[Ajuda] 2 Erros - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] 2 Erros (/showthread.php?tid=453849)



2 Erros - xxRaioxx - 26.07.2013

Olб,agora eu estou fazendo um outro projeto,e estou fazendo o registro e login,sу que dб esses erros:
pawn Code:
C:\Users\aa\Desktop\Server SAMP\gamemodes\BCL.pwn(507) : error 021: symbol already defined: "arquivo"
C:\Users\aa\Desktop\Server SAMP\gamemodes\BCL.pwn(543) : error 021: symbol already defined: "arquivo"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
Linhas:
507 OnPlayerConnect
pawn Code:
new arquivo[40], name[MAX_PLAYER_NAME];
543 OnPlayerDisconnect
[pawn]
new arquivo[40], name[MAX_PLAYER_NAME];


Re: 2 Erros - Standby - 26.07.2013

retire um
pawn Code:
new arquivo[40], name[MAX_PLAYER_NAME];



Re: 2 Erros - darkxdll - 26.07.2013

vocк jб deve ter definido "arquivo" .
Mude o nome , exemplo :
PHP Code:
new archiveNew[40]; 
'-'



Re: 2 Erros - xxRaioxx - 26.07.2013

Obrigado Darkxdll. +REP