Help Realy Want Help
#1

Today i have made new time its work all fine its work 100% but what i need is when the time get to 0:00
change the map please help me that thing i cant do please help

Код:
public MissionTimer()
{
	for (new i=0; i<MAX_PLAYERS;i++)
	{
		new str[34];
		TimeS--;
		if(TimeM == 0 && TimeS == 0)
		{

	}
	if(TimeS == -1)
	{
	    TimeM--;
	    TimeS = 59;
	}
	format(str,sizeof(str),"%02d:%02d", TimeM, TimeS);
	TextDrawSetString(Textdraw1,str);
	return 1;
}
Reply
#2

https://sampwiki.blast.hk/wiki/SendRconCommand
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)