Jump to content

تم الفأده بنقاح


Recommended Posts

  • Replies 77
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Freeroam - F1 > int

آبحث عن آلبيت يلي تبيه ..

ثم خذ رقمه من آلأدمنيةة

وآلـ Dimension

إذآ كآن فيه ..

آلأدمنيةة ، حدد على آسمكـ

ثم تلآقي تحت آلـ

x - y - z

رقم آلإنتريور وآلـ ديمنشيون

interior :

Dimension :

آلصورة مآهي لي ..

mta-screen2010-10-0520-10-57.png

Link to comment
Freeroam - F1 > int

آبحث عن آلبيت يلي تبيه ..

ثم خذ رقمه من آلأدمنيةة

وآلـ Dimension

إذآ كآن فيه ..

آلأدمنيةة ، حدد على آسمكـ

ثم تلآقي تحت آلـ

x - y - z

رقم آلإنتريور وآلـ ديمنشيون

interior :

Dimension :

آلصورة مآهي لي ..

mta-screen2010-10-0520-10-57.png

Thank you

Link to comment
طيب كيف اخرج من البيت ؟

ممكن تسوي ماركر انتقال

او

تنتحر علشان يرجعك مكان السباون

او

نفس القائمة الي اخترت منها البيت تضغط اول وحده فيها

Link to comment
طيب كيف اخرج من البيت ؟

ممكن تسوي ماركر انتقال

او

تنتحر علشان يرجعك مكان السباون

او

نفس القائمة الي اخترت منها البيت تضغط اول وحده فيها

بقعد كل مبي اطلع انتحر ! ضض2 وش و ضعك انت

:D

Link to comment

برستيج كذا !ول

  
  
  
       marker = createMarker( 1457.125 , 2773.60791 , 10.82031 - 1, "cylinder", 2, 255,0, 0, 255 ) 
                addEventHandler("onMarkerHit", marker, 
                    function ( player ) 
                        if ( getElementType ( player ) == ( "player" ) ) then 
                        if ( isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( player ) ), aclGetGroup (  "Admin" ) ) ) then 
                        setElementInterior(player,0) 
                        setElementPosition(player,493.06948852539,-24.067649841309,1000.6796875 
                    end 
                   end 
                end 
                ) 

Link to comment

  
marker = createMarker( 1857.47180,827.18615 ,9.39790, "cylinder", 2, 255, 255, 0, 255 ) 
            addEventHandler("onMarkerHit", marker, 
                function ( player ) 
                    if ( getElementType ( player ) == ( "player" ) ) then 
                    if ( isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( player ) ), aclGetGroup (  "Admin" ) ) ) then 
                    outputChatBox("تم الدخول",player,255,0,0) 
                    setElementInterior(player,14) 
                    setElementPosition(player,204.33232116699,-166.63243103027,1000.5234375) 
            else 
             outputChatBox("غير مصرح لكـ بأن تدخل آلمنزل",player,255,0,0) 
                end 
               end 
            end 
  ) 
markerquit = createMarker( x,y, z, "cylinder", 2, 255, 255, 0, 255 ) 
setElementInterior(markerquit,14) 
addEventHandler("onMarkerHit",markerquit, 
function (player) 
if ( getElementType ( player ) == ( "player" ) ) then 
setElementPosition(player,x,y,z) 
setElementInterior(player,0) 
end 
end 
) 
  

التعديلات :

في السطر 15 حط احداثيات الماركر اللي تبيها داخل المنزل

وفي السطر 20 حط احداثيات عند الخروج يخللي احداثياته

.. :wink:

Link to comment

شف تشوف شي في ذذ الكود خطأ ! لأنه م ضبط

  
marker = createMarker( 1857.47180,827.18615 ,9.39790, "cylinder", 2, 255, 255, 0, 255 ) 
            addEventHandler("onMarkerHit", marker, 
                function ( player ) 
                    if ( getElementType ( player ) == ( "player" ) ) then 
                    if ( isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( player ) ), aclGetGroup (  "Admin" ) ) ) then 
                    outputChatBox("تم الدخول",player,255,0,0) 
                    setElementInterior(player,14) 
                    setElementPosition(player,204.33232116699,-166.63243103027,1000.5234375) 
            else 
             outputChatBox("غير مصرح لكـ بأن تدخل آلمنزل",player,255,0,0) 
                end 
               end 
            end 
  ) 
  
 markerquit = createMarker( 503.13632 ,-1172.71804, 1000.67968,"cylinder", 2, 255, 255, 0, 255 ) 
setElementInterior(markerquit,14) 
addEventHandler("onMarkerHit",markerquit, 
function (player) 
if ( getElementType ( player ) == ( "player" ) ) then 
setElementPosition(player,1457.125 , 2773.60791 , 10.82031) 
setElementInterior(player,0) 
end 
end 
) 

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...