[Ayuda] El Dialog No cumple la funcion.
#3

Quote:
Originally Posted by CrossOv3r
Посмотреть сообщение
Prueba de esta manera
pawn Код:
if (dialogid == EDAD)
{
new PlayerName[MAX_PLAYER_NAME], Archivo[256];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
format(Archivo, sizeof(Archivo), "/usuarios/%s.ini", PlayerName);
if (!strlen(inputtext)) return ShowPlayerDialog(playerid, EDAD, DIALOG_STYLE_INPUT ,"Seсora: їCuantos aсos tienes?","","Acceptar","");
if (!response) return ShowPlayerDialog(playerid, EDAD, DIALOG_STYLE_INPUT,"Seсora: їCuantos aсos tienes?","","Acceptar","");
if(response)
{
format(Archivo, sizeof(Archivo), "/Usuarios/%s.ini", PlayerName);
dini_Set(Archivo, "Edad", inputtext);
}
}
}
}
return 1;
}
PD: Por que tienes 2 formats? Uno con la ruta: /Usuarios/... y otro con la ruta: /usuarios/... ? Revisa cual es la correcta
Gracias, pero sigue sin funcionar
Reply


Messages In This Thread
[Ayuda] El Dialog No cumple la funcion. - by Trazer - 01.03.2013, 13:22
Respuesta: [Ayuda] El Dialog No cumple la funcion. - by CrossOv3r - 01.03.2013, 13:25
Respuesta: [Ayuda] El Dialog No cumple la funcion. - by Trazer - 01.03.2013, 13:28
Respuesta: [Ayuda] El Dialog No cumple la funcion. - by CrossOv3r - 01.03.2013, 13:56

Forum Jump:


Users browsing this thread: 1 Guest(s)