Flight Time , Seconds to Minutes
#5

This only displays 00:30

This is my code:

pawn Код:
if(FlightTime[player] > 9)
        {
            new minutes, seconds;
            TimeConvert(FLTime_LosSantos, minutes, minutes, minutes, seconds, .method = tc_seconds);
            format(string, sizeof(string), "~w~Flight Time: %02d:%02d", minutes, seconds);
        } else {
          format(string, sizeof(string), "~w~Flight Time: ~g~00:0%d", FlightTime[player]);
        }
        GameTextForPlayer(player, string, 3000, 4);
Reply


Messages In This Thread
Flight Time , Seconds to Minutes - by Robbin237 - 19.02.2009, 14:59
Re: Flight Time , Seconds to Minutes - by Joe Staff - 19.02.2009, 15:07
Re: Flight Time , Seconds to Minutes - by Robbin237 - 19.02.2009, 15:10
Re: Flight Time , Seconds to Minutes - by yom - 19.02.2009, 16:14
Re: Flight Time , Seconds to Minutes - by Robbin237 - 20.02.2009, 09:14
Re: Flight Time , Seconds to Minutes - by yom - 20.02.2009, 15:23

Forum Jump:


Users browsing this thread: 2 Guest(s)