problem with Timers :\ ?
#6

here:
Код:
public OnGameModeInit()
{

	new id;
   	ShowPlayerMarkers(1);
	ShowNameTags(1);
	UsePlayerPedAnims();
	SetGameModeText("The MAdhouse DM v1.0b");
	SendRconCommand("mapname Las Venturas (LV No Limits)");
  /////////////////////////////////NPCS////////////////////////////////////
	ConnectNPC("MAdBitch","MAdbitch");
/////////////////////////////////////////////////////////////////////////

	   // Players
	for (id = 0; id <= 299; id++) {
	if (id == 265) id = 274; // Skip over the bad ones
	AddPlayerClass(269,1958.3783,1343.1572,15.3746,270.1425,0,0,24,300,-1,-1); // LV Base spawn
              //and much others
	}


	AddStaticVehicle(563,1619.8687,1262.4503,11.5252,62.2300,1,6);
              //and much others


///////////////////////////////////////////TIMERS/////////////////////////////////////
	SetTimer("SendMSG", 60000, true);                                              //
	SetTimer("SendMSG2", 90000, true);
	SetTimer("Speedometer", 100, true);
	SetTimer("InteriorCheck", 3000, true);
////////////////////////////////////////////////////////////////////////////////


	return 1;
}
Reply


Messages In This Thread
problem with Timers :\ ? - by pmk1 - 05.09.2010, 16:00
Re: problem with Timers :\ ? - by pmk1 - 06.09.2010, 03:37
Re: problem with Timers :\ ? - by iggy1 - 06.09.2010, 03:40
Re: problem with Timers :\ ? - by pmk1 - 06.09.2010, 03:42
Re: problem with Timers :\ ? - by iggy1 - 06.09.2010, 03:45
Re: problem with Timers :\ ? - by pmk1 - 06.09.2010, 04:27
Re: problem with Timers :\ ? - by nissan123 - 06.09.2010, 04:54
Re: problem with Timers :\ ? - by pmk1 - 06.09.2010, 14:33
Re: problem with Timers :\ ? - by pmk1 - 12.09.2010, 15:56
Re: problem with Timers :\ ? - by pmk1 - 14.09.2010, 21:33

Forum Jump:


Users browsing this thread: 1 Guest(s)