Lil Prob
#7

Код:
forward Timer();
public Timer()
{
 	new timestring[256];
  	new daystring[256];
	new gseconds = gtime % 60,
	gminutes = (gtime - gseconds) / 60;
	gtime++;
	format(timestring, sizeof (timestring), "%02d:%02d", gminutes, gseconds);
Time system in my script right So yes when i do

Код:
	new gseconds = gtime % 60,
	gminutes = (gtime - gseconds) / 60,
    string[128];
	for(new i; i<MAX_PLAYERS; i++){
	if(gminutes == 0 && gseconds == 20)
	{
to send the message it spams,reason being i dont wanna use your code is that i want it to be sent at Specific time(s).
Reply


Messages In This Thread
Lil Prob - by CannonBolt - 28.09.2016, 11:48
Re: Lil Prob - by iLearner - 28.09.2016, 12:07
Re: Lil Prob - by CannonBolt - 28.09.2016, 12:14
Re: Lil Prob - by iLearner - 28.09.2016, 12:34
Re: Lil Prob - by CannonBolt - 28.09.2016, 12:37
Re: Lil Prob - by iLearner - 28.09.2016, 12:47
Re: Lil Prob - by CannonBolt - 28.09.2016, 12:50

Forum Jump:


Users browsing this thread: 2 Guest(s)