[AJUDA] Erro - 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] Erro (
/showthread.php?tid=312883)
[AJUDA] Erro -
henrique_wwi - 23.01.2012
pawn Код:
D:\Documents and Settings\Hick\Desktop\GTA tudo\SV\meu sv\gamemodes\BSS.pwn(8197) : error 017: undefined symbol "playerid"
D:\Documents and Settings\Hick\Desktop\GTA tudo\SV\meu sv\gamemodes\BSS.pwn(8356) : error 017: undefined symbol "playerid"
D:\Documents and Settings\Hick\Desktop\GTA tudo\SV\meu sv\gamemodes\BSS.pwn(46326) : warning 225: unreachable code
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
linhas
pawn Код:
8197 : PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
8356 : PlayerPlaySound(playerid, 0, 0.0, 0.0, 0.0);
46326 : if(dialogid == 4)
Re: [AJUDA] Erro -
shadauer - 23.01.2012
pawn Код:
Linha 46326 : if(dialogid == 4)
Acho Q Faltou '';'' No Final
pawn Код:
46326 : if(dialogid == 4);
Sobre As Outras Linhas, Este Tуpico Talvez Lhe Ajuda.
https://sampforum.blast.hk/showthread.php?tid=307649
Respuesta: [AJUDA] Erro -
henrique_wwi - 23.01.2012
nun й eu precurei no ****** e no forum eu achei esse topico mais nao consegui
Re: [AJUDA] Erro -
Sprint_xD - 23.01.2012
pawn Код:
8197 : PlayerPlaySound(1058, 0.0, 0.0, 0.0);
8356 : PlayerPlaySound(0, 0.0, 0.0, 0.0);
46326 : if(dialogid == 4)
@shadauer
if n tem ;
Re: [AJUDA] Erro -
shadauer - 23.01.2012
Ataa Obrigado
Sprint, Nгo Sabia '-'
Re: [AJUDA] Erro -
Sprint_xD - 23.01.2012
Posta o code dessa parte ai
Respuesta: [AJUDA] Erro -
henrique_wwi - 23.01.2012
pawn Код:
D:\Documents and Settings\Hick\Desktop\GTA tudo\SV\meu sv\gamemodes\BSS.pwn(8197) : warning 213: tag mismatch
D:\Documents and Settings\Hick\Desktop\GTA tudo\SV\meu sv\gamemodes\BSS.pwn(8197) : warning 202: number of arguments does not match definition
D:\Documents and Settings\Hick\Desktop\GTA tudo\SV\meu sv\gamemodes\BSS.pwn(8356) : warning 213: tag mismatch
D:\Documents and Settings\Hick\Desktop\GTA tudo\SV\meu sv\gamemodes\BSS.pwn(8356) : warning 202: number of arguments does not match definition
D:\Documents and Settings\Hick\Desktop\GTA tudo\SV\meu sv\gamemodes\BSS.pwn(46326) : warning 225: unreachable code
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 10664 bytes
Code size: 1765552 bytes
Data size: 8316808 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:10109408 bytes
5 Warnings.
Re: [AJUDA] Erro -
Sprint_xD - 23.01.2012
Postas essas linhas ai...
O certo seria ter o playerid no PlayerPlayMusic...
Re: [AJUDA] Erro -
shadauer - 23.01.2012
Sгo Sу Avisos :P Ele Compilo Normal /o/
Re: [AJUDA] Erro -
Sprint_xD - 23.01.2012
Quote:
Originally Posted by shadauer
Sгo Sу Avisos :P Ele Compilo Normal /o/
|
Nгo, ele pode compilar normal mas esses warnings pode deixar o codigo sem funcionar, porque o certo seria ter playerid como falei acima...