Home   Help Search Login Register  

Author Topic: Camera inside vehicle  (Read 777 times)

0 Members and 2 Guests are viewing this topic.

Knightscope

  • Guest
Camera inside vehicle
« on: 26 Nov 2003, 06:24:08 »
I know this was posted recently but I didn't get an exact answer for it.
Basicly, I can get the camera to follow a vehicle, but I want to be able to see the interior of the vehicle. The real interior, not the low res one you see outside of the vehicle. The one you see when you are in the vehicle yourself.
If its possible, please tell me how, THX
« Last Edit: 26 Nov 2003, 06:24:41 by Knightscope »

deaddog

  • Guest
Re:Camera inside vehicle
« Reply #1 on: 26 Nov 2003, 19:15:01 »
Try:

vehiclename switchCamera "internal"

You have to use the vehicle, not the driver.  If you only know this drivers name then do this:

(vehicle drivername) switchcamera "internal"

to cancel do:

(vehicle player) switchcamera "internal"

Knightscope

  • Guest
Re:Camera inside vehicle
« Reply #2 on: 26 Nov 2003, 20:38:28 »
thanks man, works great!