Battlefield Modding Tutorials BFMODS https://battlefieldmodding.com/ssm/phpBB3/ |
|
Serverside/Disable Parachute,but not with the tutorial/ https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=3319 |
Page 1 of 3 |
Author: | Millerion [ Tue Sep 25, 2007 10:53 am ] |
Post subject: | Serverside/Disable Parachute,but not with the tutorial/ |
Hi! I know how to disable parachutes with the tutorial,but how can i disable totally the parachute? I mean,when a palyer press 9(original parachute) nothing happens,so no little parachute time(start-stop) like in the tutorial.I would like this: E.G: player jump out of a plane,press 9 a nd nothing happens,so he dies.Is it possible to make on serverside? 2nd question.How could i make vehicles(for example: planes on britain at axis main) make useable only for one team.So i naxis main only germans can use the bf109,or in british part: only british could use the spitfires? many thx! |
Author: | Millerion [ Tue Sep 25, 2007 10:55 am ] |
Post subject: | Re: Serverside/Disable Parachute,but not with the tutorial/ |
ok i found this for 2nd question: Code: ObjectTemplate.teamOnVehicle 1 but what does "1" means? the "1" team or what? |
Author: | privaterivvan [ Tue Sep 25, 2007 12:22 pm ] |
Post subject: | Re: Serverside/Disable Parachute,but not with the tutorial/ |
umm ObjectTemplate.Active (your plane here) Object.setTeam 1 or 2 axis = 1 allies = 2 |
Author: | Millerion [ Tue Sep 25, 2007 12:27 pm ] |
Post subject: | Re: Serverside/Disable Parachute,but not with the tutorial/ |
thx! i will try it as soon as possible! |
Author: | Millerion [ Tue Sep 25, 2007 12:30 pm ] |
Post subject: | Re: Serverside/Disable Parachute,but not with the tutorial/ |
(your plane here) = ObjectTemplate.create ObjectSpawner HeavyBomberSpawner --> HeavyBomberSpawner? ObjectTemplate.setObjectTemplate 1 Ju88A---> or Ju88A? which one? |
Author: | Why Two Kay [ Tue Sep 25, 2007 1:08 pm ] |
Post subject: | Re: Serverside/Disable Parachute,but not with the tutorial/ |
Author: | freddy [ Tue Sep 25, 2007 2:53 pm ] |
Post subject: | Re: Serverside/Disable Parachute,but not with the tutorial/ |
Author: | Iced Earth [ Tue Sep 25, 2007 6:00 pm ] |
Post subject: | Re: Serverside/Disable Parachute,but not with the tutorial/ |
Page 1 of 3 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |