Error on this code? Dialog
#1

Code:
Код:
case dEAccesorios_0:
		{
		    if(!response) return 0;
		    if(!InfoJugador[playerid][jAttachModel][listitem]) return Error(playerid,"ЎNo tienes nada en ese slot!");
			EditarAccesorio(playerid,listitem);
			SetPVarInt(playerid,"OBJ_EDITAR",listitem);
			return 1;
		}
Code of: "EditarAccesorio"

Код:
stock EditarAccesorio(playerid,id_accesorio)
{
	new Str[140];
	A_Format(Str,"Editar personalizadamente\nElejir parte "#CINFO"(%s)\nAjustar posiciуn\nOcultar/Mostrar\nEliminar accesorio",AttachmentBones[InfoJugador[playerid][jAttachBone][id_accesorio]-1]);
	Dialog(playerid,dEAccesorios_1,DIALOG_STYLE_LIST,""#CAZUL2"Editar accesorio",Str,"Aceptar","Cancelar");
	return 1;
}
My script show the dialog "dEAccesorio_0" but when i choice one of the list, dont show me anything.

((Pawno dont show me a error.))
Reply


Messages In This Thread
Error on this code? Dialog - by Dello - 05.09.2017, 20:50
Respuesta: Error on this code? Dialog - by Dello - 05.09.2017, 22:13
Respuesta: Error on this code? Dialog - by Dello - 06.09.2017, 11:12
Re: Error on this code? Dialog - by JasonRiggs - 06.09.2017, 11:43

Forum Jump:


Users browsing this thread: 2 Guest(s)