// attach ID shold be in range from 100 to 110

[attach=100] // Side camera lloking from behind
	position = -5.5, 2.5, -2.8
	rotation = 0, 20, -10
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=101] // Side camera looking on driver
	position = 2.2, 1.8, 5.0
	rotation = 0, -100, -5
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=102] // Side camera lloking from ahead
	position = 5.5, 1.5, 2.2
	rotation = 0, -160, -5
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=103] // Barrel camera
	position = -1.6, 3.0, 0.5
	rotation = 5, -5, 35
	convex = "Gun"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]