Jump to content

ابي طريقة


Recommended Posts

fWidth: عرض المكعب

fDepth: عمق المكعب

fHeight: طول المكعب

----

fx, fy , fz = هي نفسها x, y , z

local fx, fy, fz =  getElementPosition ( col ) 

اذا تبي تجيب احداثيات المكعب ..

مثال

انشاء المكعب . .

  
local x, y , z = getElementPosition ( localPlayer  ) 
local col = createColCuboid ( x, y, z , 10, 10, 10 ) 
Edited by Guest
Link to comment
fWidth: عرض المكعب

fDepth: عمق المكعب

fHeight: طول المكعب

----

fx, fy , fz = هي نفسها x, y , z

fx, fy, fz =  getElementPosition ( localPlayer ) 

مثال

createColCuboid ( x, y, z , 10, 10, 10 ) 
local x, y , z = getElementPosition ( localPlayer ) 

تسوي كول شيب ومن ثم تجلب الاحداثيات -__-

Link to comment
fWidth: عرض المكعب

fDepth: عمق المكعب

fHeight: طول المكعب

----

fx, fy , fz = هي نفسها x, y , z

fx, fy, fz =  getElementPosition ( localPlayer ) 

مثال

createColCuboid ( x, y, z , 10, 10, 10 ) 
local x, y , z = getElementPosition ( localPlayer ) 

تسوي كول شيب ومن ثم تجلب الاحداثيات -__-[/quote ]

مثال اعرف قصدك يازاحف انا ابي اوضح له فقط

يقدر يحط ذا اول وذاك ثاني وانتهينا . .

+

تم التعديل

Link to comment
طيب منين اجيب طول المكعب وعمفه وعرضه ؟

سويت لك طريقة عشانك :wink:

addCommandHandler('Make',  
function ( ) 
 nHeight = 10 
 nWidth = 10 
 nDepth = 10 
local x, y, z = getElementPosition ( localPlayer ) 
createColCuboid(x, y, z, nHeight, nWidth, nDepth  ) 
outputChatBox ( ' * Cuboid Created  / nMax to get Height , Width, Depth ', 255, 255, 0 )  
  end 
) 
  
addCommandHandler ('nMax',  
function ( ) 
outputChatBox("* Height : " .. nHeight .. "  " .. " * Width :".. nWidth  .. " ".. " * Depth :" .. nDepth  .. "  " , 255, 0, 0 ) 
 end 
) 
Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...