08.04.2010, 18:20
Can anyone to tell me how to do like,
Time 00:00 ( Server Starts )
2 Minutes...
Time 01:00
2 Minutes...
Time 02:00
etc.
Like
wait2minplox;
worldTime ++;
wait2minplox;
worldTime ++;
pawn Код:
OnGameModeInIt()
{
SetWorldTime(0);
return 1;
}
2 Minutes...
Time 01:00
2 Minutes...
Time 02:00
etc.
Like
wait2minplox;
worldTime ++;
wait2minplox;
worldTime ++;