Promodlive220 _mapvote.gsc

   (0 reviews)
Sign in to follow this  

About This File

Mapvote for promodlive displays mapvote at the end of each map.

 

Step 1) make a folder in your mod and name it crazy

Step 2) Open _globallogic.gsc

Step 3) locate endGame(winner,endReasonText) funtion.

Step 4) after level.intermission=true; add the code below

 

	for(i=0;i<level.players.size;i++)
	{
		player =level.players[i];
		player closeMenu();
		player closeInGameMenu();
		player notify("reset_outcome");
	}
	thread crazy\_mapvote::init();

 

  • Thanks 1



User Feedback

You may only provide a review once you have downloaded the file.

There are no reviews to display.