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

Recommended Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.