Does any1 know how to make the player can't exit the vehicle
- Dennis|8749236
- Posts: 239
- Joined: Sun Nov 29, 2009 6:02 am
- Location: Earth
- Contact:
Does any1 know how to make the player can't exit the vehicle
Does any1 know how to make the player can't exit the vehilce???
in BF2 is ObjectTemplate.dontallowexit 1
how about BF1942???
in BF2 is ObjectTemplate.dontallowexit 1
how about BF1942???
What is the meaning of Life?? (Don't think about it!)
Re: Does any1 know how to make the player can't exit the veh
Someone posted recently about combining the restrictedexit with a simple collmesh outside the door of the vehicle.. so once someones in.. they can never get out.. that would not be serverside though.. can you use the prefix on this thread please. thanks
- Dennis|8749236
- Posts: 239
- Joined: Sun Nov 29, 2009 6:02 am
- Location: Earth
- Contact:
Re: Does any1 know how to make the player can't exit the veh
sorry.. i still don't understand what is prefixes means...( my english is really bad... ) ( don't understand what is server side what is client side..)
What is the meaning of Life?? (Don't think about it!)
Re: Does any1 know how to make the player can't exit the veh
SSM = changes done only to the server files
CSM = changes done to both the client and server files
Say it loud 100 times while jumping on the right leg with your left forefinger on your nose.

CSM = changes done to both the client and server files
Say it loud 100 times while jumping on the right leg with your left forefinger on your nose.

- Dennis|8749236
- Posts: 239
- Joined: Sun Nov 29, 2009 6:02 am
- Location: Earth
- Contact:
Re: Does any1 know how to make the player can't exit the veh
what is server file(maps??? ) what is client file( objects.rfa??? )?
and use
dont work very well...
and use
Code: Select all
ObjectTemplate.sonarpos 1
What is the meaning of Life?? (Don't think about it!)
- Dennis|8749236
- Posts: 239
- Joined: Sun Nov 29, 2009 6:02 am
- Location: Earth
- Contact:
Re: Does any1 know how to make the player can't exit the veh
how to use that code?fo0k wrote:Someone posted recently about combining the restrictedexit with a simple collmesh outside the door of the vehicle.. so once someones in.. they can never get out.. that would not be serverside though.. can you use the prefix on this thread please. thanks
What is the meaning of Life?? (Don't think about it!)
serverside modding is modding the serverfiles only to make changes and the players that connects dont have to download anything, it still works.8749236 wrote:what is server file(maps??? ) what is client file( objects.rfa??? )?
clientside modding is used when you need to make bigger adjustments that isnt possible by ordinary ssm modding, this also force the players to download the modded content to be able to play.
8749236 wrote:dont work very well...Code: Select all
ObjectTemplate.sonarpos 1
Code: Select all
ObjectTemplate.subPos 1
its a bit more work to keep them separated but it pay off in many ways.
- Dennis|8749236
- Posts: 239
- Joined: Sun Nov 29, 2009 6:02 am
- Location: Earth
- Contact:
Re: Does any1 know how to make the player can't exit the veh
ok thank you...
What is the meaning of Life?? (Don't think about it!)