[ajuda]Registro em Dialog dando erro
#1

bom galera eu estou fasendo o registro do meu gm em dialog entгo agora tenho 3 probleminhas vejam abaixo.

Код:
C:\Documents and Settings\Administrador\Meus documentos\jonas\Brasil Play Matrix Ownando\gamemodes\bpm.pwn(2913) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Meus documentos\jonas\Brasil Play Matrix Ownando\gamemodes\bpm.pwn(2915) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Meus documentos\jonas\Brasil Play Matrix Ownando\gamemodes\bpm.pwn(2921) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
pawn Код:
if(dialogid == 9)
    {
        if(response == 0)
        {
              PlayerInfo[playerid][pSex] = 1;
              SetPlayerSkin(playerid, 23);
              ShowPlayerDialog(playerid, 46, DIALOG_STYLE_MSGBOX, "Sexo:", "Vocк й um Homem", "OK","Sair");
        }
        if(response == 1)
        {
              PlayerInfo[playerid][pSex] = 2;
              SetPlayerSkin(playerid, 56);
              ShowPlayerDialog(playerid, 45, DIALOG_STYLE_MSGBOX, "Sexo:", "Vocк й uma Mulher", "OK","Sair");
        }
linhas

Код:
	if(dialogid == 9)
Код:
		if(response == 0)
Код:
		if(response == 1)
Reply


Messages In This Thread
[ajuda]Registro em Dialog dando erro - by Gabriel_Halls - 11.09.2010, 01:31
Re: [ajuda]Registro em Dialog dando erro - by Rodolfo_Halls - 11.09.2010, 02:05
Re: [ajuda]Registro em Dialog dando erro - by roginho_97 - 11.09.2010, 02:22
Re: [ajuda]Registro em Dialog dando erro - by Rodolfo_Halls - 11.09.2010, 02:37
Re: [ajuda]Registro em Dialog dando erro - by mascote - 11.09.2010, 02:44
Re: [ajuda]Registro em Dialog dando erro - by roginho_97 - 11.09.2010, 02:55
Re: [ajuda]Registro em Dialog dando erro - by Rodolfo_Halls - 11.09.2010, 04:36
Re: [ajuda]Registro em Dialog dando erro - by Gabriel_Halls - 11.09.2010, 06:46

Forum Jump:


Users browsing this thread: 3 Guest(s)