Home   Help Search Login Register  

Author Topic: vehicle camera  (Read 687 times)

0 Members and 1 Guest are viewing this topic.

The Cat

  • Guest
vehicle camera
« on: 30 Nov 2002, 14:01:49 »
Along time ago on this, you use to be able to do a camera on a vehicle, but now there seems that no one has done this for a while can someone please tell me how to script on

Thanks :-\

toadeater

  • Guest
Re:vehicle camera
« Reply #1 on: 01 Dec 2002, 00:03:44 »
If you have 1.75 or higher, you can use the switchcamera command:


unit switchCamera mode
Operand types:
    unit: Object
    mode: String
Type of returned value:
    Nothing
Description:
    Switch camera to given vehicle / camera. Mode is one of: "INTERNAL" (1st person), "GUNNER" (optics / sights), "EXTERNAL" (3rd person), "GROUP" (group).

Example:
    sniperOne switchCamera "gunner"

The Cat

  • Guest
Re:vehicle camera
« Reply #2 on: 01 Dec 2002, 02:52:01 »
thanks for the help I will do this script.
The Cat