mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-04-29 15:35:24 +00:00
Increase Flag Vehicle Camping range
This commit is contained in:
parent
9a73229703
commit
dcc7b97637
1 changed files with 1 additions and 1 deletions
|
|
@ -2073,7 +2073,7 @@ function CTFGame::awardScoreKill(%game, %killerID)
|
||||||
function checkVehicleCamping( %team )
|
function checkVehicleCamping( %team )
|
||||||
{
|
{
|
||||||
%position = $flagPos[%team];
|
%position = $flagPos[%team];
|
||||||
%radius = 5;
|
%radius = 10;
|
||||||
InitContainerRadiusSearch(%position, %radius, $TypeMasks::VehicleObjectType );
|
InitContainerRadiusSearch(%position, %radius, $TypeMasks::VehicleObjectType );
|
||||||
|
|
||||||
while ((%vehicle = containerSearchNext()) != 0)
|
while ((%vehicle = containerSearchNext()) != 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue