[Ajuda] Erro to Continue - 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 to Continue (
/showthread.php?tid=358285)
Erro to Continue -
blacktrindade - 10.07.2012
H:\Samp\Elite\GM\gamemodes\new.pwn(1360
: error 049: invalid line continuation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Primeira Vez que me deparo com isto!
Linha do Erro:
pawn Код:
RemoveBuildingForPlayer(playerid, 1266, 1538.5234, -1609.8047, 19.8438, 0.25);
RemoveBuildingForPlayer(playerid, 4229, 1597.9063, -1699.7500, 30.2109, 0.25);
RemoveBuildingForPlayer(playerid, 4230, 1597.9063, -1699.7500, 30.2109, 0.25);
RemoveBuildingForPlayer(playerid, 1226, 1524.8281, -1705.2734, 16.4219, 0.25);
RemoveBuildingForPlayer(playerid, 1226, 1524.8281, -1688.0859, 16.4219, 0.25);
RemoveBuildingForPlayer(playerid, 1260, 1538.5234, -1609.8047, 19.8438, 0.25);
Esta na public OnPlayerConnect
Alguem sabe oque poderia ser?
Re: Erro to Continue -
Shadoww5 - 10.07.2012
Mande outras 5 linhas que estгo acima e abaixo a estas.
Re: Erro to Continue -
CidadeNovaRP - 10.07.2012
Quote:
Originally Posted by blacktrindade
H:\Samp\Elite\GM\gamemodes\new.pwn(1360 : error 049: invalid line continuation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Primeira Vez que me deparo com isto!
Linha do Erro:
pawn Код:
RemoveBuildingForPlayer(playerid, 1266, 1538.5234, -1609.8047, 19.8438, 0.25); RemoveBuildingForPlayer(playerid, 4229, 1597.9063, -1699.7500, 30.2109, 0.25); RemoveBuildingForPlayer(playerid, 4230, 1597.9063, -1699.7500, 30.2109, 0.25); RemoveBuildingForPlayer(playerid, 1226, 1524.8281, -1705.2734, 16.4219, 0.25); RemoveBuildingForPlayer(playerid, 1226, 1524.8281, -1688.0859, 16.4219, 0.25); RemoveBuildingForPlayer(playerid, 1260, 1538.5234, -1609.8047, 19.8438, 0.25);
Esta na public OnPlayerConnect
Alguem sabe oque poderia ser?
|
Acontece quando faz isso:
pawn Код:
//---------------------------------- | CORES |----------------------------------\\
Que deveria ser assim:
pawn Код:
//---------------------------------- | CORES |----------------------------------
Ou pode ser tambйm:
pawn Код:
/*/*---------------------------------- | CORES |----------------------------------*/
Sendo que o certo й:
pawn Код:
/*---------------------------------- | CORES |----------------------------------*/
Veja os comentбrios nesta бrea que irб encontrar os erros.
Re: Erro to Continue -
blacktrindade - 10.07.2012
Quote:
Originally Posted by CidadeNovaRP
Acontece quando faz isso:
pawn Код:
//---------------------------------- | CORES |----------------------------------\\
Que deveria ser assim:
pawn Код:
//---------------------------------- | CORES |----------------------------------
Ou pode ser tambйm:
pawn Код:
/*/*---------------------------------- | CORES |----------------------------------*/
Sendo que o certo й:
pawn Код:
/*---------------------------------- | CORES |----------------------------------*/
Veja os comentбrios nesta бrea que irб encontrar os erros.
|
Era isto mesmo Obg CidadeNova
+rep...
Re: Erro to Continue -
CidadeNovaRP - 10.07.2012
Quote:
Originally Posted by blacktrindade
Era isto mesmo Obg CidadeNova
+rep...
|
De nada