mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-19 16:14:44 +00:00
Added a variable in GetCounts
This commit is contained in:
parent
f2a83c6ac5
commit
07598d1052
|
|
@ -9,8 +9,11 @@ function CreateServer(%mission, %missionType)
|
|||
//Call default function
|
||||
parent::CreateServer(%mission, %missionType);
|
||||
//Start
|
||||
//Call for a GetTeamCount update
|
||||
//Make sure our activation variable is set
|
||||
ResetClientChangedTeams();
|
||||
//Keeps server Auto Reset off
|
||||
$Host::Dedicated = 0;
|
||||
//Call for a GetTeamCount update
|
||||
GetTeamCounts( %game, %client, %respawn );
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
//To activate a password in certain gamemodes
|
||||
//called in Getcounts.cs
|
||||
function CheckPUGpassword()
|
||||
{
|
||||
if( $CurrentMissionType !$= "LakRabbit" ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue