How to fix time
#1

Hello how to fix time? Im buy Admin, and scripted admin time 43200 minutes. im loged to server got this:
Admin left time: 29 days, 719 hour, 43197 min
I want this: Admin left time: 29 days, 23 hour, 59 min

My code:

Код:
	new minute = PlayerData[playerid][AdminTime];
	new hour = PlayerData[playerid][AdminTime] / 60;
	new day = hour / 24;
Reply
#2

pawn Код:
new minute = PlayerData[playerid][AdminTime];
new hour = minute / 60;
new day = hour / 24;

minute %= 60;
hour %= 24;
Reply
#3

I know this doesnt answer your question, but you defo dont want to be selling admin positions.
Reply
#4

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)