mirror of
https://github.com/APercy/ap_airship.git
synced 2025-03-15 07:51:20 +00:00
fixed position movements above 5
This commit is contained in:
parent
fb63df89cf
commit
2573c9a1c3
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ function ap_airship.attach_pax(self, player, slot)
|
||||||
|
|
||||||
--now yes, lets attach the player
|
--now yes, lets attach the player
|
||||||
--randomize the seat
|
--randomize the seat
|
||||||
local t = {1,2,3,4,5}
|
local t = {1,2,3,4,5,6,7,8,9,10,11,12}
|
||||||
for i = 1, #t*2 do
|
for i = 1, #t*2 do
|
||||||
local a = math.random(#t)
|
local a = math.random(#t)
|
||||||
local b = math.random(#t)
|
local b = math.random(#t)
|
||||||
|
|
Loading…
Add table
Reference in a new issue