Einzelnen Beitrag anzeigen
  #2  
Alt 20-06-2004, 15:59
Golan Golan ist offline
Buzzer

 
Registriert seit: May 2004
Beiträge: 51
Golan hat noch keine Bewertung oder ist auf 0
Golan eine Nachricht über ICQ schicken
Perhaps you shoud have said what´s exactly going wrong...

You´ve made three primaryweapons...generals shure isn´t happy about that.
Change this:
Zitat:
WeaponSet
Conditions = None
Weapon = PRIMARY BattleMasterTankGun
End
WeaponSet
Conditions = None
Weapon = PRIMARY BattleMasterTankGunONE
End
WeaponSet
Conditions = None
Weapon = PRIMARY BattleMasterTankGunTWO
End ArmorSet
Conditions = None
Armor = TankArmor
DamageFX = TankDamageFX
End
that way:
Zitat:
WeaponSet
Conditions = None
Weapon = PRIMARY BattleMasterTankGun
Weapon = Secondary BattleMasterTankGunONE
Weapon = Tertiary BattleMasterTankGunTWO
End
ArmorSet
Conditions = None
Armor = TankArmor
DamageFX = TankDamageFX
End
Mit Zitat antworten