Jump to content

The Dragon

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

The Dragon's Achievements

Vic

Vic (3/54)

0

Reputation

  1. The Dra function ClickAllObject( theButton, theState, absoluteX, absoluteY, worldX, worldY, worldZ, clickedWorld ) local playerX, playerY, playerZ = getElementPosition( localPlayer ) local hit, x, y, z, clickedWorld = processLineOfSight ( playerX, playerY, playerZ, worldX, worldY, worldZ ) if hit then outputChatBox(tostring(clickedWorld).." - "..tostring(getElementType(clickedWorld)).." - "..tostring(getElementModel(clickedWorld)) ) if (getElementType(clickedWorld)=="object") and (getElementModel(clickedWorld)==1345) then outputChatBox("true") else outputChatBox("false") end else outputChatBox("false #2") end end addEventHandler( "onClientClick", root, ClickAllObject ) gon كل ما اضغط علي الاوبجكت المقصدود يطلعلي false وما يطلعلي true والله اتمني احد يسداعدني
  2. يب شكرا والله اشتغلت شكرا
  3. السلام عليكم ابي استفسر عن عمل شئ كيف اسوي لوب تصنع كل السيارات الي في التيبل؟
  4. انا بدي اتعلم كيف اصنع وظائف للحياة الواقعية. وبتمنا منكم مساعدتي. علما بأني متعلم كل اساسيات البرمجة المهمة.
×
×
  • Create New...