Jump to content

Playtime problem


Hero192

Recommended Posts

Hello again, anyone can help me out on letting this script works only with Hours / Minutes not Days/Months.. i wish you give me an hand on it (i tried alone but i failed thats why im asking for supports),thanks !

Edited by Guest
Link to comment

Remove this part:

if ( hours >= 24 ) then 
    hours = hours - 23 
    days = days + 1 
    if ( days >= 30 ) then 
        days = days - 29 
        months = months + 1 
    end 
end 

From convertMinsToActualTime function.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...