equal
deleted
inserted
replaced
91 Delay = 0 |
91 Delay = 0 |
92 -- The map to be played |
92 -- The map to be played |
93 Map = "Ropes" |
93 Map = "Ropes" |
94 -- The theme to be used |
94 -- The theme to be used |
95 Theme = "Golf" |
95 Theme = "Golf" |
|
96 -- Disable Sudden Death |
|
97 WaterRise = 0 |
|
98 HealthDecrease = 0 |
96 |
99 |
97 -- Create the player team |
100 -- Create the player team |
98 AddTeam(loc("Sniperz"), 14483456, "Simple", "Island", "Default", "cm_crosshair") |
101 AddTeam(loc("Sniperz"), 14483456, "Simple", "Island", "Default", "cm_crosshair") |
99 -- And add a hog to it |
102 -- And add a hog to it |
100 player = AddHog(loc("Hunter"), 0, 1, "Sniper") |
103 player = AddHog(loc("Hunter"), 0, 1, "Sniper") |