Waiting for ...
Hey,
is there a way to remove the "Waiting for other players..." countdown at the beginning of every match so the player can start immediately? Id like to use my own timer ...
Vanoq
u can remove that in the gamelogic.gsc
[php]// level.prematchPeriod = maps\mp\gametypes\_tweakables::getTweakableValue( "game", "playerwaittime" );
// level.prematchPeriodEnd = maps\mp\gametypes\_tweakables::getTweakableValue( "game", "matchstarttime" );
level.prematchPeriod = 5;
level.prematchPeriodEnd = 3;[/php]/me
try this code in _gamelogic.gsc