Help With Clock System..
#4

pawn Код:
if(hour<= 12)
    {
        format(string, sizeof(string), "%d:0%d", hour, minuite);
    }
    else
    {
        format(string, sizeof(string), "%d:0%d", hour-12, minuite);
    }
and show that in your textdraw or where ever
Reply


Messages In This Thread
Help With Clock System.. - by ArmandoRamiraz - 26.11.2012, 23:38
Re: Help With Clock System.. - by NumbSkull - 26.11.2012, 23:43
Re: Help With Clock System.. - by ArmandoRamiraz - 27.11.2012, 00:46
Re: Help With Clock System.. - by NumbSkull - 27.11.2012, 01:22
Re: Help With Clock System.. - by ViniBorn - 27.11.2012, 01:33
Re: Help With Clock System.. - by ArmandoRamiraz - 27.11.2012, 03:05
Re: Help With Clock System.. - by maramizo - 27.11.2012, 03:17
Re: Help With Clock System.. - by ArmandoRamiraz - 27.11.2012, 03:20
Re: Help With Clock System.. - by maramizo - 27.11.2012, 03:22
Re: Help With Clock System.. - by ArmandoRamiraz - 27.11.2012, 03:28

Forum Jump:


Users browsing this thread: 1 Guest(s)