How to..
#5

Yes, you can do something like that if you are not sure:
Код:
1000 * 60 * 60
In timer:
Код:
for(new A,B = GetMaxPlayers(); A < B; A++)
{
	if(IsPlayerConnected(A))
	{
		//Code for all players after every one hour.
	}
}
Reply


Messages In This Thread
How to.. - by dundolina - 04.12.2014, 20:28
Re: How to.. - by AIped - 04.12.2014, 20:33
Re: How to.. - by UltraScripter - 04.12.2014, 20:33
Re: How to.. - by dundolina - 04.12.2014, 21:02
Re: How to.. - by Raweresh - 04.12.2014, 21:08
Re: How to.. - by dundolina - 04.12.2014, 21:12
Re: How to.. - by Raweresh - 04.12.2014, 21:16
Re: How to.. - by dundolina - 04.12.2014, 21:44
Re: How to.. - by Raweresh - 04.12.2014, 22:10
Re: How to.. - by dundolina - 04.12.2014, 22:15

Forum Jump:


Users browsing this thread: 1 Guest(s)