[AJUDA]
#1

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;
    } 
Reply
#2

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
Reply
#3

Tenta ae:

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

Reply
#4

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

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

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;

Reply
#6

Qual й a linha 4577 e 4580?

Tem certeza que esse comando ta na public:
OnPlayerCommantText?
Reply
#7

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І
Reply
#8

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

Pхe no onplayercommandtext
Reply
#9

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

a_samp desatualizada...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)