Re-enabling 3rd Person

Nelumbo

New Member
Hey, I am trying to re-enable 3rd person on my cell server.

I tried adding 3rdPersonView=1; to my description.ext file and it has not worked.

Is there any other way I would be able to enable it?
 
Is first person locked for vehicles or everything?

If it's everything that you need to adjust your ARMA2 config settings, located in your profile location.

If it's just the vehicles, go to the init and remove the 3 lines that related to the camera views :)
 
hello i have found by pbo view .
i have DL Mission pbo defaut on my server :
please you have solution for delete this text on mission pbo ?
Script is :
//1st person lock in Air Vehicles
if (!isDedicated) then
{
0 spawn
{
while {true} do
{
if((cameraView == "EXTERNAL" || cameraView == "GROUP") && (vehicle player isKindOf "Air")) then
{
vehicle player switchCamera "INTERNAL"; titleText["This type of vehicle is 1st Person only!!", "PLAIN DOWN", 5]
};
 
Is there a way to give those with a specific humanity rating a perk in the forum of unlocked 3rd Person in helis.. or like.. if they are wearing the pilot skin? - Basically just random ideas I'd prolly toy around with.
 
Back
Top