11.01.2014, 23:50
What I am trying to achieve is that I will have a really big float value which basically will be months converted to milliseconds and from that I want to make hours, days and months.
Example.
Now with that how can I pull out how many hours, days and months will it be?
I'll provide any other additional information needed. Any helper will be given a +rep.
Example.
pawn Код:
pInfo[playerid][VIPTime] = 1000*60*60*24*30.4368; // setting VIP for 1 month.
I'll provide any other additional information needed. Any helper will be given a +rep.


