createWater
Required Arguments
x1, y1, z1: position of bottom left (south-west) corner.
x2, y2, z2: position of bottom right (south-east) corner.
x3, y3, z3: position of top left (north-west) corner.
Note: Only 3 coords creates a triangle
! أول ثلاث أرقمونتات هي أحداثيات البركة
اما آخر آرقمونتات هي توازن البركة لو زودت في أول 3 أرقمونتات البركة تروح قدآم وهكذآ : /
setWaterLevel اذا تبي تطول البركة ( الارتفاع ) فـ آستخدم
مثآل
addCommandHandler ("createWater", function ( )
local water = createWater ( 1866, -1444, 10, 1968, -1442, 10, 1866, -1372, 10)
setWaterLevel ( water, 12 )
end
)