08.01.2014, 13:15
Here:
pawn Код:
if(PlayingTimeMin[playerid] == 59)
{
PlayingTimeHour[playerid] ++;
PlayingTimeMin[playerid] =0;
return 1;
}
