real time in gm
#2

Really easy,I'll give you an example
Код:
public PlayersTime()
{
  for(new i = 0; i < ID; i++)
	{
		GetPlayerTime(i, hours, minutes);
		SetPlayerTime(i, hours, minutes +1);
	}
	return 1;
}

public PlayersHour()
{
  for(new i = 0; i < ID; i++)
	{
		GetPlayerTime(i, hours, minutes);
		SetPlayerTime(i, hours +1, minutes);
	}
	return 1;
}
Else is just textdraw and a little more work.

Ecko
Reply


Messages In This Thread
real time in gm - by xCoder - 01.08.2009, 17:59
Re: real time in gm - by .::: Ecko :::. - 01.08.2009, 18:02
Re: real time in gm - by xCoder - 01.08.2009, 18:03
Re: real time in gm - by .::: Ecko :::. - 01.08.2009, 18:04
Re: real time in gm - by xCoder - 02.08.2009, 20:03

Forum Jump:


Users browsing this thread: 6 Guest(s)