SA-MP Forums Archive
[AJUDA] - 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] (/showthread.php?tid=279010)



[AJUDA] - NightWollF - 24.08.2011

bom to testando o cmd aki mais esta dando esse erro.

Код HTML:
C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(2726) : warning 217: loose indentation
C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(2733) : warning 217: loose indentation
C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(4576) : error 010: invalid function or declaration
C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(4579) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
PHP код:
if(!strcmp("/teste"cmdtexttrue))
    {
       
ShowPlayerDialog(playerid5656DIALOG_STYLE_MSGBOX"Teste Cor""Este tutorial foi feito por jonas_OwNer""Ok""Sair");
       return 
1;
    } 



Re: [AJUDA] - Lipe_Stronda - 24.08.2011

PHP код:
if(!strcmp("/teste"cmdtexttrue))
{
     
ShowPlayerDialog(playerid5656DIALOG_STYLE_MSGBOX"Teste Cor""Este tutorial foi feito por jonas_OwNer""Ok""Sair");
     return 
1;

Espero ter ajudado


Re: [AJUDA] - Bruno Pereira - 24.08.2011

Tenta ae:

PHP код:
if(strcmp("/teste"cmdtexttrue))
{
      
ShowPlayerDialog(playerid5656DIALOG_STYLE_MSGBOX"Teste Cor""Este tutorial foi feito por jonas_OwNer""Ok""Sair");
      return 
1;




Re: [AJUDA] - Gabriel Duarte - 24.08.2011

Aqui com o seu code nao da erro algum...

O cara ali so mudou:
Код:
"OK", "sair"
por:
Код:
"Selecionar", "Cancelar"



Re: [AJUDA] - NightWollF - 24.08.2011

tentei dos dois jeitos mas:

Код HTML:
C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(2726) : warning 217: loose indentation
C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(2733) : warning 217: loose indentation
C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(4577) : error 010: invalid function or declaration
C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(4580) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
PHP код:
if(!strcmp("/teste"cmdtexttrue))
{
     
ShowPlayerDialog(playerid5656DIALOG_STYLE_MSGBOX"Teste Cor""Este tutorial foi feito por jonas_OwNer""Selecionar""Cancelar");
     return 
1;




Re: [AJUDA] - Bruno Pereira - 24.08.2011

Qual й a linha 4577 e 4580?

Tem certeza que esse comando ta na public:
OnPlayerCommantText?


Re: [AJUDA] - Lipe_Stronda - 24.08.2011

Quote:
Originally Posted by DJ Bruninho
Посмотреть сообщение
Qual й a linha 4577 e 4580?

Tem certeza que esse comando ta na public:
OnPlayerCommantText?
Tem certeza que esse comando ta na public:
OnPlayerCommantText? 2І


Re: [AJUDA] - [AF]Junior - 24.08.2011

Pela distвncia 4990 e poucos, deve estar na dialogresponse -.-

Pхe no onplayercommandtext


Re: [AJUDA] - DartakousLien - 25.08.2011

Amigo, poste duas ou tres linhas acima e abaixo de cada linha do erro e identifique essa linha para nos sabermos.


Re: [AJUDA] - StrondA_ - 25.08.2011

a_samp desatualizada...