[Problema] Y_INI - INI_WriteInt
#2

Tienes que sanitizar esa variable antes de usarla, debe de aceptar un numero de -2147483648 al 2147483647, se debe guardar correctamente porque apenas tienes 1422644434, prueba haciendo lo siguiente.
Condicional ternaria.
pawn Код:
INI_WriteInt(BizzDataAll, "BeenRobbed", NegociosDatos[BizzID][nBeenRobbed] = (0 >= NegociosDatos[BizzID][nBeenRobbed] < 2147483600) ? (NegociosDatos[BizzID][nBeenRobbed]) : (print("NUMERO INCORRECTO PARA ALMACENAR")) );
Reply


Messages In This Thread
[Problema] Y_INI - INI_WriteInt - by LiMPiTo - 30.01.2015, 18:32
Respuesta: [Problema] Y_INI - INI_WriteInt - by jotajeda - 30.01.2015, 19:41
Re: Respuesta: [Problema] Y_INI - INI_WriteInt - by LiMPiTo - 30.01.2015, 20:29
Respuesta: Re: Respuesta: [Problema] Y_INI - INI_WriteInt - by jotajeda - 30.01.2015, 20:49
Re: [Problema] Y_INI - INI_WriteInt - by LiMPiTo - 30.01.2015, 21:50
Respuesta: [Problema] Y_INI - INI_WriteInt - by Zume - 30.01.2015, 22:30
Re: Respuesta: [Problema] Y_INI - INI_WriteInt - by LiMPiTo - 31.01.2015, 06:09

Forum Jump:


Users browsing this thread: 1 Guest(s)