// ADVANCED VEHICLE SETTINGS seta g_bind_context_badger "vehicle" seta g_bind_context_desecrator "vehicle" seta g_bind_context_goliath "vehicle" seta g_bind_context_hog "vehicle" seta g_bind_context_husky "vehicle" seta g_bind_context_icarus "vehicle" seta g_bind_context_mcp "vehicle" seta g_bind_context_platypus "vehicle" seta g_bind_context_titan "vehicle" seta g_bind_context_trojan "vehicle" seta g_bind_context_anansi "helli" seta g_bind_context_hornet "helli" seta g_bind_context_bumblebee "bumblebee" bind "MOUSE2" "_weapon0" "" "vehicle" bind "MOUSE4" "_tophat" "" "vehicle" bind "KP_LEFTARROW" "_leanleft" "" "vehicle" bind "KP_RIGHTARROW" "_leanright" "" "vehicle" bind "CTRL" "_speed" "" "vehicle" bind "MWHEELDOWN" "_vehicleCamera" "" "vehicle" bind "MWHEELUP" "_vehicleCamera" "" "vehicle" bind "x" "toggle g_showVehicleCockpits" "" "vehicle" // ADVANCED FLIGHT CONTROLS seta m_helicopterYaw "0.022" seta m_helicopterPitch "-0.022" bind "SPACE" "_weapon0" "" "helli" bind "SPACE" "_weapon0" "" "bumblebee" bind "MOUSE2" "_weapnext" "" "helli" bind "MOUSE4" "_tophat" "" "helli" bind "MOUSE4" "_tophat" "" "bumblebee" bind "CTRL" "_speed" "" "helli" bind "CTRL" "_speed" "" "bumblebee" bind "kp_leftarrow" "_left" "" "helli" bind "kp_rightarrow" "_right" "" "helli" bind "q" "_left" "" "helli" bind "e" "_right" "" "helli" bind "kp_leftarrow" "_left" "" "bumblebee" bind "kp_rightarrow" "_right" "" "bumblebee" bind "q" "_left" "" "bumblebee" bind "e" "_right" "" "bumblebee" bind "x" "toggle g_showVehicleCockpits" "" "helli" bind "MWHEELDOWN" "_vehicleCamera" "" "helli" bind "MWHEELUP" "_vehicleCamera" "" "helli" bind "x" "toggle g_showVehicleCockpits" "" "bumblebee" bind "MWHEELDOWN" "_vehicleCamera" "" "bumblebee" bind "MWHEELUP" "_vehicleCamera" "" "bumblebee" // Advanced vehicle spawn bind "pgup" "exec vehicle_spawn/vehicleSTROGG.cfg; sayTeam '^9'selected: '^8'[Strogg]'^9'vehicles" "" "default" bind "pgdn" "exec vehicle_spawn/vehicleGDF.cfg; sayTeam '^9'selected: '^8'[GDF]'^9'vehicles" "" "default" // LOADING SEQUENCE addchatLine "Succesfully loaded: Advanced Vehicle"