mirror of
https://github.com/APercy/ap_airship.git
synced 2025-07-21 06:44:47 -04:00
added sit function
This commit is contained in:
parent
3a45af7c9e
commit
dd35d30229
4 changed files with 158 additions and 30 deletions
3
init.lua
3
init.lua
|
@ -8,7 +8,8 @@ ap_airship.rudder_limit = 30
|
|||
ap_airship.iddle_rotation = 50
|
||||
ap_airship.max_engine_acc = 1.5
|
||||
ap_airship.max_speed = 8
|
||||
ap_airship.max_seats = 2
|
||||
ap_airship.max_pos = 5
|
||||
ap_airship.max_seats = 21
|
||||
ap_airship.pilot_base_pos = {x=0.0,y=-29,z=170}
|
||||
ap_airship.passenger_pos = {
|
||||
[1] = {x=0.0,y=0,z=60},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue