View Single Post
Re: NEW STEAM: Failure on detecting round, how do YOU do it?
Old
  (#7)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: NEW STEAM: Failure on detecting round, how do YOU do it? - 13-02-2004

WORKS!!!!!!

this message is sent ONLY when the round restarts ! it is NOT sent when you change the mp_roundtime CVAR !

Here's the fix, guys !

in pfnMessageBegin():
Code:
		 else if (msg_type == GetUserMsgId ("RoundTime"))
			mission.finished = TRUE; // the round has restarted



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote