Jump to content

كود اضافة صغيرة اسف


h-a-m-z-a

Recommended Posts

السلام عليكم ابي بس كود البوابة ماتفتح الا لقروب معين + يكون في تيم شرطة

انشاء الله فهمتوا

          Door3 = createObject(980,1282.0999755859,-1651.9000244141,15.300000190735,0,0,90) 
    markerDoor3 = createMarker(1284,-1652.1999511719,12.5,'cylinder',10,0,0,0,0) 
      
    addEventHandler('onMarkerHit',markerDoor3, 
    function ( hitElement ) 
    if ( getElementData(hitElement, "gang" ) == "SWAT" ) then 
    moveObject(Door3,1000,1283.0999755859,-1652.1999511719,19.5) 
    end 
    end 
    ) 
      
    addEventHandler('onMarkerLeave',markerDoor3, 
    function ( hitElement ) 
         moveObject(Door3,1000,1282.0999755859,-1651.9000244141,15.300000190735) 
    end 
    ) 

Link to comment

و ابيكم تعدو لوا كود الانتقال يعني بس لقروب سوات + لتيم الشرطة

    local groupName = 'SWAT' 
      
    local oH = createMarker(1265.0999755859,-1627.9000244141,29.89999961853,"arrow",1.5,0,255,0) 
      
    addEventHandler('onMarkerHit',oH,function(entered) 
        if getElementType(entered) == 'player' and not isPedInVehicle(entered) and getElementData(entered,'gang') == groupName then 
            setElementPosition( entered,1222.29956,-1655.51770,140.20313) 
                setElementInterior ( entered, 0 ) 
                    setElementDimension ( entered, 0  ) 
            end 
        end 
    ) 
     

Link to comment

كل يوم موضوع جديد لكن يحمل نفس المحتوى

بوابة .. ماركرات .. عصابات

الأكواد طرحت اكثر من 10000000000 مرة

لو تبحث تحصل

احين انت تبي البوابة

روح زر البحث في الأعلى , واكتب " بوابة "

Link to comment

ض2 زالله قلتلولي مافي مساعدة مشكورين ترا بس ضيفوا تحقق من قروب الشرطة فقط

انا سويتها بس والله مازبططت + بحت في الكل المواضيع وجدتها مافيها شي مفيد

الكل يتحدت تفتح بس لقروب

انا سويتها انا ابيها تفتح ادا انت شرطي فقط مو ادا انت منضم لسوات وحولت نوتيم ومريت جنب المقر يفتح سلامات

Link to comment
             Door3 = createObject(980,1282.0999755859,-1651.9000244141,15.300000190735,0,0,90) 
        markerDoor3 = createMarker(1284,-1652.1999511719,12.5,'cylinder',10,0,0,0,0) 
          
        addEventHandler('onMarkerHit',markerDoor3, 
        function ( hitElement ) 
        if getTeamName(getPlayerTeam(source)) == "Police" and getElementData(source, "gang") == "SWAT" then 
        moveObject(Door3,1000,1283.0999755859,-1652.1999511719,19.5) 
        end 
        end 
        ) 
          
        addEventHandler('onMarkerLeave',markerDoor3, 
        function ( hitElement ) 
             moveObject(Door3,1000,1282.0999755859,-1651.9000244141,15.300000190735) 
        end 
        ) 
  
  

Link to comment
             Door3 = createObject(980,1282.0999755859,-1651.9000244141,15.300000190735,0,0,90) 
        markerDoor3 = createMarker(1284,-1652.1999511719,12.5,'cylinder',10,0,0,0,0) 
          
        addEventHandler('onMarkerHit',markerDoor3, 
        function ( hitElement ) 
        if getTeamName(getPlayerTeam(source)) == "Police" and getElementData(source, "gang") == "SWAT" then 
        moveObject(Door3,1000,1283.0999755859,-1652.1999511719,19.5) 
        end 
        end 
        ) 
          
        addEventHandler('onMarkerLeave',markerDoor3, 
        function ( hitElement ) 
             moveObject(Door3,1000,1282.0999755859,-1651.9000244141,15.300000190735) 
        end 
        ) 
  
  

        if getTeamName(getPlayerTeam(source)) == "Police" and getElementData(source, "gang") == "SWAT" then 

Source ????????????? !!!!!!!!!!!!!!!!!!!

:shock::lol::lol::lol:

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