28.03.2012, 01:42
(
Последний раз редактировалось blacktrindade; 28.03.2012 в 02:50.
)
ao compilar me deparei com estes erros
D:\Documentos\Desktop\samp\gamemodes\new.pwn(4 : error 020: invalid symbol name ""
D:\Documentos\Desktop\samp\gamemodes\new.pwn(49) : error 020: invalid symbol name ""
D:\Documentos\Desktop\samp\gamemodes\new.pwn(49) : error 021: symbol already defined: ""
D:\Documentos\Desktop\samp\gamemodes\new.pwn(23 : error 022: must be lvalue (non-constant)
D:\Documentos\Desktop\samp\gamemodes\new.pwn(239) : error 022: must be lvalue (non-constant)
D:\Documentos\Desktop\samp\gamemodes\new.pwn(522) : error 033: array must be indexed (variable "BlackTrindade")
D:\Documentos\Desktop\samp\gamemodes\new.pwn(527) : error 033: array must be indexed (variable "BlackTrindade")
D:\Documentos\Desktop\samp\gamemodes\new.pwn(535) : error 033: array must be indexed (variable "BlackTrindade")
D:\Documentos\Desktop\samp\gamemodes\new.pwn(540) : error 033: array must be indexed (variable "BlackTrindade")
D:\Documentos\Desktop\samp\gamemodes\new.pwn(825) : warning 203: symbol is never used: ""
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
9 Errors.
Linhas:
48/49
238/239
522 a 540
Linha 825 ta em branco!
Explicaзхes:
BlackTrindade = gTeam (org)
Se alguem poder me ajudar +rep
Obrigado Pela Atenзгo
D:\Documentos\Desktop\samp\gamemodes\new.pwn(4 : error 020: invalid symbol name ""
D:\Documentos\Desktop\samp\gamemodes\new.pwn(49) : error 020: invalid symbol name ""
D:\Documentos\Desktop\samp\gamemodes\new.pwn(49) : error 021: symbol already defined: ""
D:\Documentos\Desktop\samp\gamemodes\new.pwn(23 : error 022: must be lvalue (non-constant)
D:\Documentos\Desktop\samp\gamemodes\new.pwn(239) : error 022: must be lvalue (non-constant)
D:\Documentos\Desktop\samp\gamemodes\new.pwn(522) : error 033: array must be indexed (variable "BlackTrindade")
D:\Documentos\Desktop\samp\gamemodes\new.pwn(527) : error 033: array must be indexed (variable "BlackTrindade")
D:\Documentos\Desktop\samp\gamemodes\new.pwn(535) : error 033: array must be indexed (variable "BlackTrindade")
D:\Documentos\Desktop\samp\gamemodes\new.pwn(540) : error 033: array must be indexed (variable "BlackTrindade")
D:\Documentos\Desktop\samp\gamemodes\new.pwn(825) : warning 203: symbol is never used: ""
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
9 Errors.
Linhas:
48/49
pawn Код:
new Exercito;// Para GZ
new Terrorista;// Para GZ
pawn Код:
Exercito = GangZoneCreate(2239.024, -1721.339, 2512.828, -1638.437);
Terrorista = GangZoneCreate(2282.1401,2425.7576,3.4692,357.7160);// Gz
pawn Код:
522 if(BlackTrindade == Terrorista)
523 {
524 GangZoneFlashForAll(Exercito,CorTerrorista);
525 SetTimer("DominarTerroristaExercito",60000,false);
526 }
527 else if(BlackTrindade == Exercito)
528 {
529 GangZoneFlashForAll(Exercito,CorExercito);
530 SetTimer("DominarExercitoExercito",60000,false);
531 }
532 }
533 else if(IsPlayerInPlace(playerid,2282.1401,2425.7576,3.4692,357.7160))
534 {
535 if(BlackTrindade == Terrorista)
536 {
537 GangZoneFlashForAll(Exercito,CorTerrorista);
538 SetTimer("DominarTerroristaTerrorista",60000,false);
539 }
540 else if(BlackTrindade == Exercito)
Explicaзхes:
BlackTrindade = gTeam (org)
Se alguem poder me ajudar +rep
Obrigado Pela Atenзгo