Unit Amount Problem [Solved]
Posted: Sat May 12, 2007 4:42 pm
To make more units spawn on the map at one time, you need to change the Highlighted areas in the LUA, right? Well, I changed them, and there's only 16 units on the map, what have I done wrong?
SetupTeams{
rep = {
team = REP,
units = 100,
reinforcements = 500,
soldier = { "rep_inf_ep2_rifleman",80, 90},
assault = { "rep_inf_ep2_rocketeer",1, 4},
engineer = { "rep_inf_ep2_engineer",1, 4},
sniper = { "rep_inf_ep2_sniper",10, 15},
officer = {"rep_inf_ep3_officer",1, 4},
special = { "rep_inf_ep2_jettrooper_sniper",1, 4},
SetupTeams{
rep = {
team = REP,
units = 100,
reinforcements = 500,
soldier = { "rep_inf_ep2_rifleman",80, 90},
assault = { "rep_inf_ep2_rocketeer",1, 4},
engineer = { "rep_inf_ep2_engineer",1, 4},
sniper = { "rep_inf_ep2_sniper",10, 15},
officer = {"rep_inf_ep3_officer",1, 4},
special = { "rep_inf_ep2_jettrooper_sniper",1, 4},