Help getting total time paused
#4

Try this
pawn Код:
if(seconds[playerid] > 59)
{
    ++minutes[playerid];
    seconds[playerid] = 0;
}
format(stringlolo,sizeof(stringlolo),"Paused - %d:%02d",minutes[playerid],seconds[playerid]);
Pausetext[playerid] = Create3DTextLabel(stringlolo,0x640000FF,X, Y, Z,15.0,0);
seconds[playerid]++;
Reply


Messages In This Thread
Help getting total time paused - by Mishima - 12.07.2012, 23:17
Re: Help getting total time paused - by [MM]RoXoR[FS] - 13.07.2012, 02:21
Re: Help getting total time paused - by Mishima - 13.07.2012, 02:43
Re: Help getting total time paused - by [MM]RoXoR[FS] - 13.07.2012, 02:51
Re: Help getting total time paused - by Mishima - 13.07.2012, 03:06

Forum Jump:


Users browsing this thread: 3 Guest(s)