Jump to content

كود انتقال


Recommended Posts

سلام عليكم شباب

يعطيكم العافيه 

ابي كود ماركر انتقال يكون لاي حد ينقلك من مكان في العالم 0 الي العالم والهمي  و بيت

 

Link to comment
6 minutes ago, Master_MTA said:

وين شطحت انت ترى لو جمعت كل البوستات اللي بالمنتدى ما بتوصل الرقم ذا 

xDxDxDxDxD  xDxDxDxDxDxD xDxDxD  xD  xD 

شبه الشاعر بالاكواد المطروحة في القسم بهذا الرقم !

ما تعرف الصور الفنية ؟

  • Like 1
Link to comment
21 minutes ago, #BrosS said:

استعارة تصريحية

 

57 minutes ago, #_iMr.[E]coo said:

شبه الشاعر بالاكواد المطروحة في القسم بهذا الرقم !

ما تعرف الصور الفنية ؟

لا حبيبي ذي يسمونها عندنا من الكيس لحد يتفلسف على مخي 

xDxDxDxDxDxD 

Link to comment

@F_F كيف تعرف فنكشن وهو داخل حدث ؟

واحداثيات الماركر غير معرفة ومو لازم تحقق اذا الماركر موجود ومو محدد اي ماركر بالظبط اللي يلمسه عشان ينقله ورح تنقله لمكان الماركر

شارب شي ؟

Link to comment
function a  (source)
addEventHandler( "onMarkerHit", root,
    local mymarker = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 ) -- your x , y , z
    if mymarker then
    if getElementDimension ( source ) == 0 then
        setElementPosition ( source, x, y, z ) -- x, y, z you
        setElementDimension ( source, 12 ) -- you dim
        end
      end
    end );

 

Edited by F_F
Link to comment
7 minutes ago, F_F said:

function a  (source)
addEventHandler( "onMarkerHit", root,
    local mymarker = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 ) -- your x , y , z
    if mymarker then
    if getElementDimension ( source ) == 0 then
        setElementPosition ( source, x, y, z ) -- x, y, z you
        setElementDimension ( source, 12 ) -- you dim
        end
      end
    end );

 

احذف حساابك من المنتدى !!!!

Link to comment
ca = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 ) -- ضع ابعادك الثلاثية هنا
  
addEventHandler("onMarkerHit", ca, 
function ( player ) 
    if ( getElementType(player) == "player" ) then 
       setElementDimension ( player, 12) -- ضع عالمك الذي تريده
        setElementPosition ( player,x,y,z) -- ابعادك الثلاثية
          
        end 
end );

 

Edited by F_F
Link to comment
53 minutes ago, F_F said:

ca = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 ) -- ضع ابعادك الثلاثية هنا
  
addEventHandler("onMarkerHit", ca, 
function ( player ) 
    if ( getElementType(player) == "player" ) then 
       setElementDimension ( player, 12) -- ضع عالمك الذي تريده
        setElementPosition ( player,x,y,z) -- ابعادك الثلاثية
          
        end 
end );

 

يعني انت شخص عجيب جداً

تخلي الناس تساعدك بدل ماتساعد صاحب الموضوع ,

بالتوفيق لصاحب الموضوع بس : )

Link to comment
2 hours ago, iMr.WiFi..! said:

يعني انت شخص عجيب جداً

تخلي الناس تساعدك بدل ماتساعد صاحب الموضوع ,

بالتوفيق لصاحب الموضوع بس : )

ضع ابعادك الثلاثية هنا

ضع ابعادك الثلاثية هنا

ضع ابعادك الثلاثية هنا

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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