04.07.2011, 12:30
if you want to use it while running you need to use an array
Hope I didnt misunderstood you ^^
pawn Код:
new Time[] = "17:77";
//in the timer
gettime(Time[0], Time[1]); //gets the current hour and minutes
format(Time, sizeof Time, "%02d:%02d", Time[0], Time[1]); //stroes it in Time