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

Quote:

new str[32];
format(str,sizeof(str),"%02d:%02d",((pInfo[playerid][pJailed]/60)%60),pInfo[playerid][pJailed]%60);
if(!GameTextForPlayer(playerid, str, 1200, 5))
KillTimer(playertimer[playerid]);
}
return 1;
}

Create a stock for the timer
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)