Does any1 know how to make the player can't exit the vehicle

Ask questions, discuss ideas, get answers
Post Reply
User avatar
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

Post by Dennis|8749236 »

Does any1 know how to make the player can't exit the vehilce???
in BF2 is ObjectTemplate.dontallowexit 1
how about BF1942???
What is the meaning of Life?? (Don't think about it!)
User avatar
fo0k
Posts: 1434
Joined: Fri Oct 16, 2009 4:21 pm
Location: UK

Re: Does any1 know how to make the player can't exit the veh

Post by fo0k »

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
freddy
Posts: 1267
Joined: Sun Oct 18, 2009 4:58 pm

Post by freddy »

User avatar
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

Post by Dennis|8749236 »

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!)
Jeronimo
Posts: 196
Joined: Sun Dec 27, 2009 8:55 pm
Location: Germany
Contact:

Re: Does any1 know how to make the player can't exit the veh

Post by Jeronimo »

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.
:mrgreen:
Image
User avatar
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

Post by Dennis|8749236 »

what is server file(maps??? ) what is client file( objects.rfa??? )?
and use

Code: Select all

ObjectTemplate.sonarpos 1 
dont work very well...
What is the meaning of Life?? (Don't think about it!)
User avatar
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

Post by Dennis|8749236 »

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
how to use that code?
What is the meaning of Life?? (Don't think about it!)
freddy
Posts: 1267
Joined: Sun Oct 18, 2009 4:58 pm

Post by freddy »

8749236 wrote:what is server file(maps??? ) what is client file( objects.rfa??? )?
serverside modding is modding the serverfiles only to make changes and the players that connects dont have to download anything, it still works.

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:

Code: Select all

ObjectTemplate.sonarpos 1 
dont work very well...

Code: Select all

ObjectTemplate.subPos 1
even if you are building your own mod/map (csm) you can still do ssm (serversidemodding) modding on that mod by just making the changes in the serverfiles only.

its a bit more work to keep them separated but it pay off in many ways.
User avatar
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

Post by Dennis|8749236 »

ok thank you...
What is the meaning of Life?? (Don't think about it!)
Post Reply