Timer shows only maximum 60:00 instead of full time
#7

PHP код:
format(strsizeof(str), "%s"TimeConvert(pInfo[playerid][pJailed]));  
stock TimeConvert(seconds)
{
    new 
tmp[16];
     new 
minutes floatround(seconds/60);
      
seconds -= minutes*60;
       
format(tmpsizeof(tmp), "%d:%02d"minutesseconds);
       return 
tmp;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)