[Ajuda] Sistema de Skin por Sexo
#6

Bem, Resolveu a Maior parte dos Problemas, Mas Tem Esse Erro Acontecendo : ((4) : error 001: expected token: "{", but found "-integer value-")

Cуdigo Inteiro :

pawn Код:
#include <a_samp>

#define Dialog_Sex 1
enum DIALOG_STYLE_MSGBOX
{
    DIALOG_SEXO
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    ShowPlayerDialog(playerid, Dialog_Sex, DIALOG_STYLE_MSGBOX, "Seu Sexo :", "Qual Seu Sexo ?", "Masculino", "Feminino");
    if(dialogid == Dialog_Sex)
        {
            if(response)
                {
                    AddPlayerClass(192, 1642.0763,-2335.4912,13.5469,353.6410, 0, 0, 0, 0, 0, 0);//Mulher
                }
            else
                {
                    AddPlayerClass(240, 1642.0763,-2335.4912,13.5469,353.6410, 0, 0, 0, 0, 0, 0);//Homem
                }
            return 1;
        }
    return 1;
}
Reply


Messages In This Thread
Sistema de Skin por Sexo - by TTheGustavo - 09.01.2015, 15:25
Re: Sistema de Skin por Sexo - by Bruno13 - 09.01.2015, 15:29
Re: Sistema de Skin por Sexo - by FStralioti - 09.01.2015, 15:29
Re: Sistema de Skin por Sexo - by MultiKill - 09.01.2015, 15:33
Re: Sistema de Skin por Sexo - by Bruno13 - 09.01.2015, 15:35
Re: Sistema de Skin por Sexo - by TTheGustavo - 09.01.2015, 15:55
Re: Sistema de Skin por Sexo - by TTheGustavo - 09.01.2015, 17:02

Forum Jump:


Users browsing this thread: 1 Guest(s)