30.12.2012, 13:31
Quote:
For starters it should be
pawn Код:
You should just do the following: pawn Код:
|
pawn Код:
SecondsToDHMS (dbt - times, days, hours, mins, sec);
pawn Код:
new time = floatround((dbt - times) / 86400), floatround_ceil);
Im starting to thing there is a bug/problem after mysql_fetch_row_format becose i've predefine value (at PlayerInfo[playerid][pUtime]) and when i convert it after while loop its show correct days so i doubt the problem its somewere else , but thanks for ideas i appreciate it