Ok I`ve posted 3 topics now and I`m sorry for that, but i`m having trouble making the rep jettrooper and officer swap places in the spawn screen, I managed to do it to the sniper and engineer just fine...but the jettrooper and officer don`t seem to work.
Thanks...again...and yes this is my last post for today.
Trouble moving units on spawn screen
Moderator: Moderators
-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
-
Samee3
- First Lance Corporal

- Posts: 123
- Joined: Sun Jul 05, 2015 5:07 pm
- Projects :: BF2 Refresh Mod
- xbox live or psn: VaporousFern310
- Location: California, USA
Re: Trouble moving units on spawn screen
Post the relevant code from your LUA.
-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
Re: Trouble moving units on spawn screen
Samee3 wrote:Post the relevant code from your LUA.
SetupTeams{
rep = {
team = REP,
units = 50,
reinforcements = 500,
soldier = { "rep_inf_ep3_rifleman",30,60},
assault = { "rep_inf_ep3_rocketeer",10, 20},
engineer = { "rep_inf_ep3_sniper",5, 10},
sniper = { "rep_inf_ep3_engineer",7, 20},
special = { "rep_inf_ep3_jettrooper",3, 6},
officer = { "rep_inf_ep3_officer",1, 1},
- Kingpin
- Jedi

- Posts: 1096
- Joined: Fri Sep 13, 2013 7:09 pm
- Projects :: The Sith Wars II
- Location: Denver, CO
- Contact:
Re: Trouble moving units on spawn screen
It should be more like this:SkinnyODST wrote:Samee3 wrote:Post the relevant code from your LUA.Hidden/Spoiler:
Hidden/Spoiler:
-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
Re: Trouble moving units on spawn screen
Ahhhh, now I get it, thanks a heap!!Kingpin wrote:It should be more like this:SkinnyODST wrote:Samee3 wrote:Post the relevant code from your LUA.Hidden/Spoiler:Hidden/Spoiler:
