[AJUDA] 4 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] 4 ERROS (
/showthread.php?tid=310818)
[AJUDA] 4 ERROS -
leonardoulhoa - 13.01.2012
Код:
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6823) : error 017: undefined symbol "ObjectInfo"
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6823) : warning 215: expression has no effect
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6823) : error 001: expected token: ";", but found "]"
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6823) : error 029: invalid expression, assumed zero
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6823) : fatal error 107: too many error messages on one line
Linha dos Erros:
pawn Код:
ObjectInfo[objectid][ObjectCreated][playerid] = false;
Re: [AJUDA] 4 ERROS -
Don_Speed - 13.01.2012
pawn Код:
ObjectInfo[objectid][ObjectCreated][playerid] = true;
Re: [AJUDA] 4 ERROS -
leonardoulhoa - 13.01.2012
deu na mesma!
Re: [AJUDA] 4 ERROS -
Don_Speed - 13.01.2012
pawn Код:
ObjectInfo[ObjectCreated][playerid] = true;
Re: [AJUDA] 4 ERROS -
leonardoulhoa - 13.01.2012
Код:
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6823) : error 017: undefined symbol "ObjectInfo"
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6823) : error 017: undefined symbol "ObjectCreated"
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6823) : error 029: invalid expression, assumed zero
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6823) : fatal error 107: too many error messages on one line
sу mudou o nome dos erros '-'
Re: [AJUDA] 4 ERROS -
Don_Speed - 13.01.2012
agora so criar
pawn Код:
enum Info
{
ObjectInfo,
ObjectCreated
}
Re: [AJUDA] 4 ERROS -
leonardoulhoa - 14.01.2012
Код:
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6829) : error 028: invalid subscript (not an array or too many subscripts): "ObjectInfo"
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6829) : warning 215: expression has no effect
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6829) : error 001: expected token: ";", but found "]"
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6829) : error 029: invalid expression, assumed zero
C:\Users\TheHacker\SAMP SERVER\gamemodes\BCL.pwn(6829) : fatal error 107: too many error messages on one line
Re: [AJUDA] 4 ERROS -
leonardoulhoa - 14.01.2012
alguem??
Re: [AJUDA] 4 ERROS -
armandodo - 14.01.2012
enum pInfo
{
ObjectInfo,
ObjectCreated
}
new ObjectInfo[objectid][ObjectCreated][pInfo];
ObjectInfo[objectid][ObjectCreated][pInfo] = true;
Re: [AJUDA] 4 ERROS -
Don_Speed - 14.01.2012
Descylpe tinha ido dormi , Armandodo Ta Quase Certo Porem
pawn Код:
enum pInfo
{
ObjectInfo,
ObjectCreated
}
new ObjectInfo[ObjectCreated][pInfo];