Skip to content

Commit

Permalink
cargo_port: Fix team zones
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Jun 24, 2024
1 parent 8fdff7c commit 3e7c293
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cargo_port/map.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
game_modes = return {"classes","classic","nade_fight"}
barrier_area = return {pos2={z=242,x=145,y=66},pos1={z=0,x=0,y=0}}
teams = local _={};_[1]="flag_pos";_[2]="enabled";return {red={pos2={z=242,x=0,y=0},[_[1]]={z=226,x=15,y=24},[_[2]]=true,pos1={z=121,x=145,y=66}},blue={pos2={z=242,x=0,y=0},[_[1]]={z=16,x=130,y=24},[_[2]]=true,pos1={z=0,x=145,y=66}}}
chests = return {{pos2={z=241,x=144,y=24},amount=100,pos1={z=149,x=1,y=24}},{pos2={z=93,x=144,y=24},amount=100,pos1={z=1,x=1,y=24}}}
barrier_area = return {pos2={y=66,z=242,x=145},pos1={y=0,z=0,x=0}}
teams = local _={};_[1]="flag_pos";_[2]="enabled";return {red={pos2={y=0,z=242,x=0},[_[1]]={y=24,z=226,x=15},[_[2]]=true,pos1={y=66,z=121,x=145}},blue={pos2={y=66,z=121,x=0},[_[1]]={y=24,z=16,x=130},[_[2]]=true,pos1={y=0,z=0,x=145}}}
chests = return {{pos2={y=24,z=241,x=144},pos1={y=24,z=149,x=1},amount=100},{pos2={y=24,z=93,x=144},pos1={y=24,z=1,x=1},amount=100}}
phys_jump = 1.25
phys_speed = 1.25
size = return {z=242,x=145,y=66}
size = return {y=66,z=242,x=145}
map_version = 3
enabled = true
name = Cargo Port
Expand Down

0 comments on commit 3e7c293

Please sign in to comment.