ajuda erros
#1

alguem me ajuda com esse erros.

Код:
C:\Documents and Settings\mauricio\Desktop\bpl\pawno\include\Dini.inc(239) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Documents and Settings\mauricio\Desktop\bpl\gamemodes\GangZone.pwn(127) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\mauricio\Desktop\bpl\gamemodes\GangZone.pwn(127) : error 017: undefined symbol "Proximo"
C:\Documents and Settings\mauricio\Desktop\bpl\gamemodes\GangZone.pwn(127) : warning 215: expression has no effect
C:\Documents and Settings\mauricio\Desktop\bpl\gamemodes\GangZone.pwn(127) : error 001: expected token: ";", but found "-identifier-"
C:\Documents and Settings\mauricio\Desktop\bpl\gamemodes\GangZone.pwn(127) : fatal error 107: too many error messages on one line
Linha 127.
pawn Код:
ShowPlayerDialog(playerid, 1,DIALOG_STYLE_MSGBOX,"Tutorial de inicio","Bem vindo ao tutorial de inicio/nNao Temos Tutorial Relache! :), "Proximo","Fechar"
Reply
#2

pawn Код:
ShowPlayerDialog(playerid, 1,DIALOG_STYLE_MSGBOX,"Tutorial de inicio","Bem vindo ao tutorial de inicio/nNao Temos Tutorial Relache! :)", "Proximo","Fechar");
Reply
#3

Tudo que abre se fecha, mais atenзгo a braзos e parenteses de seus comandos = "{" "}" "(" ")" ";" ":" " ' ' "
isso faz muita diferenзa ^^
Reply
#4

Po Gente Nao Deu!
Reply
#5

Vб lб na linha e apaga e coloca isso!
pawn Код:
//OnPlayerConnect:
new dorgas[128];
strins(dorgas,"\nAgora vocк vai visualizar um tutoria de mais ou menos 30 minutos!\n",strlen(dorgas));
strins(dorgas,"\nNгo de tenha medo, pois o tutorial nгo existe baby!\n",strlen(dorgas));
ShowPlayerDialog(playerid,666, DIALOG_STYLE_MSGBOX, "TUTORIAL BABY!",ajuda, "Fechar", "");
Reply
#6

Deu uns trucentos erros
Reply
#7

Quote:
Originally Posted by mau_tito
Посмотреть сообщение
Deu uns trucentos erros
vocк que ta botando errado --'
Reply
#8

pawn Код:
ShowPlayerDialog(playerid, 1,DIALOG_STYLE_MSGBOX,"Tutorial de inicio","Bem vindo ao tutorial de inicio/nNao Temos Tutorial Relache! :).", "Proximo","Fechar");
Reply
#9

tente
pawn Код:
new dorgas[128];
        strcat(dorgas,"\nAgora vocк vai visualizar um tutoria de mais ou menos 30 minutos!\n",strlen(dorgas));
        strcat(dorgas,"\nNгo de tenha medo, pois o tutorial nгo existe baby!\n",strlen(dorgas));
        ShowPlayerDialog(playerid,666, DIALOG_STYLE_MSGBOX, "TUTORIAL BABY!",dorgas, "Fechar", "");
Reply
#10

Quote:
Originally Posted by mau_tito
Посмотреть сообщение
Deu uns trucentos erros
Tб dando erro no seu sonho, ou vocк estб colocando errado, posta a public " OnPlayerConnect " inteira aqui, que eu resolvo os seus problema! ou teste o code do willian, que no qual irб funcionar tambйm.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)