payday system problem !
#5

Try to set it into integer. So, delete .00 from minute and hour.
Or also you can float the integer with:
new Float:hours, Float:minutes;
hours = float(hour);
minutes = float(minutes);

and make the same comparation as before
Or compare it with floatcmp(float, float) == 0
Reply


Messages In This Thread
payday system problem ! - by Joe Vagos - 25.01.2014, 14:46
Re: payday system problem ! - by Joe Vagos - 26.01.2014, 14:10
Re: payday system problem ! - by [TMS]Legena - 26.01.2014, 14:35
Re: payday system problem ! - by Joe Vagos - 26.01.2014, 15:07
Respuesta: payday system problem ! - by Stront - 26.01.2014, 15:13
Re: payday system problem ! - by Joe Vagos - 26.01.2014, 15:17
Re: payday system problem ! - by [TMS]Legena - 26.01.2014, 15:17
Re: payday system problem ! - by Joe Vagos - 26.01.2014, 15:28
Re: payday system problem ! - by [TMS]Legena - 26.01.2014, 15:39
Re: payday system problem ! - by Joe Vagos - 26.01.2014, 15:51

Forum Jump:


Users browsing this thread: 2 Guest(s)