Ayuda Dialog
#4

pawn Код:
if(dialogid == 1245)
    {
        if(response) // Aceptar u utro.
        {
         PlayerInfo[playerid][pSex] = 1;
         SendClientMessage(playerid, COLOR_GREY, " Has Elegido Sexo Masculino");
         return 1;
        }
        if(!response) // Cancelar u otro.
        {
         PlayerInfo[playerid][pSex] = 2;
         SendClientMessage(playerid, COLOR_GREY, " Has Elegido Sexo Femenino");
         return 1;
        }
 }
EDIT: No te arriesgues con el return 1; sino te va asн intenta sin el return 1;
Reply


Messages In This Thread
Ayuda Dialog - by Fede.Zink - 24.03.2012, 22:11
Respuesta: Ayuda Dialog - by ValenRatti - 24.03.2012, 23:23
Re: Ayuda Dialog - by Fede.Zink - 24.03.2012, 23:41
Respuesta: Ayuda Dialog - by TiNcH010 - 25.03.2012, 00:11
Respuesta: Ayuda Dialog - by Jovanny - 25.03.2012, 00:21

Forum Jump:


Users browsing this thread: 1 Guest(s)