AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   force round end question (https://forums.alliedmods.net/showthread.php?t=155294)

Jacob 04-19-2011 23:35

force round end question
 
how to force a round end when all the plays are CT or T?

Elusive138 04-20-2011 03:01

Re: force round end question
 
Try Arkshine's Round Terminator.

If you want something simpler, this might work too.
PHP Code:

set_cvar_num("sv_restartround"1); 


Jacob 04-20-2011 06:23

Re: force round end question
 
Quote:

Originally Posted by Elusive138 (Post 1453982)
Try Arkshine's Round Terminator.

If you want something simpler, this might work too.
PHP Code:

set_cvar_num("sv_restartround"1); 


i know this meathod, orpheu is new for me,i have no idea where should i use
PHP Code:

TerminateRound(const roundEndType, const teamWinning TeamWinning_None, const mapType MapType_AutoDetect ); 


Arkshine 04-20-2011 06:49

Re: force round end question
 
You have to call the command or native, in your code, when you want to force to end a round.

Jacob 04-20-2011 08:12

Re: force round end question
 
Quote:

Originally Posted by Arkshine (Post 1454054)
You have to call the command or native, in your code, when you want to force to end a round.

Arkshine,thanks a lot for Round Terminator!


All times are GMT -4. The time now is 19:48.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.