[DUVIDA]Erro no meu GM - 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: [DUVIDA]Erro no meu GM (
/showthread.php?tid=128367)
[DUVIDA]Erro no meu GM -
luandriftlogkdr - 17.02.2010
[font=Calibri]Erros
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : error 012: invalid function call, not a valid address
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : error 029: invalid expression, assumed zero
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
[b]
Linhas
public OnGameModeInit()
{
Create3DTextLabel("Prefeitura", COLOR_YELLOW, 1123.4379,-2037.1334,69.8870, 25, 0, 50 )// Prefeitura
//o que ta em Azul й a linha do erro...
Re: [DUVIDA]Erro no meu GM -
speliarmos - 17.02.2010
Create3DTextLabel("Prefeitura", COLOR_YELLOW, 1123.4379,-2037.1334,69.8870, 25, 0, 50 )
;// Prefeitura
Faltou terminar com um ';'
Re: [DUVIDA]Erro no meu GM -
Miic - 17.02.2010
Код:
Create3DTextLabel("Prefeitura", 0xEEEE88FF, 1123.4379,-2037.1334,69.8870, 25, 0, 1 );// Prefeitura
veja se da isso
Re: [DUVIDA]Erro no meu GM -
luandriftlogkdr - 19.02.2010
UP

ajuda ai gente
Re: [DUVIDA]Erro no meu GM -
luandriftlogkdr - 19.02.2010
[b]Agora deu isso sу que ao contrario:
[blue]C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : error 012: invalid function call, not a valid address
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : error 029: invalid expression, assumed zero
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.[/blue]
[blue]public OnGameModeInit()
{[/blue]
Create3DTextLabel("Prefeitura", COLOR_YELLOW, 1123.4379,-2037.1334,69.8870, 25, 0, 50 );// Prefeitura
Ajudem-me por favor =)
[red]Ajuda ae gente
Re: [DUVIDA]Erro no meu GM -
Ricop522 - 19.02.2010
Quote:
Originally Posted by luandriftlogkdr
[b]Agora deu isso sу que ao contrario:
[blue]C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : error 012: invalid function call, not a valid address
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : warning 215: expression has no effect
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : error 029: invalid expression, assumed zero
C:\Documents and Settings\luan\Desktop\HTML\GHT.pwn(1797) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.[/blue]
[blue]public OnGameModeInit()
{[/blue]
Create3DTextLabel("Prefeitura", COLOR_YELLOW, 1123.4379,-2037.1334,69.8870, 25, 0, 50 );// Prefeitura
Ajudem-me por favor =)
[red]Ajuda ae gente
|
public OnGameModeInit()
{
Код:
Create3DTextLabel("Prefeitura",COLOR_YELLOW, 1123.4379,-2037.1334,69.8870,40.0,0);