Jump to content

Dr.Marco

Members
  • Posts

    738
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Dr.Marco

  1. On 29/4/2017 at 07:28, Ahmed Araby said:

    اذا عندي ملف صيغته .map

    و عاوز استخرج اوبجكت منه 

    او ماركر مصممه فيه 

    ازاي ؟؟

    يععني ما تقدر تستغني على ماركر لي ف ملف 

    map

    وتسوي فقط

    createMarker

    اسهل 

  2. انت سوي ريسباون ولا تربطه ب ملف حماية

    +

    جرب د وغيره باحداتياتك

    function superman ()
    cancelEvent ()
    end
    
    xCol = createColRectangle (-3548.16528,-3166.0693359375,379.03997802734,500)
    xRadar = createRadarArea (-3548.16528,-3166.0693359375,379.03997802734,500,0,255,0,255,root)
    
    addEventHandler("onColShapeHit",resourceRoot,function (element)
    if ( getElementType(element) == "vehicle" ) then
    destroyElement(element)
    elseif ( getElementType(element) == "player" ) then
    outputChatBox("*( انت الان داخل الحماية )",element,255,0,0,true)
    toggleControl (element,"fire",false)
    toggleControl (element,"action",false)
    toggleControl (element,"aim_weapon",false)
    addEventHandler("onPlayerDamage",root,superman)
    end
    end)
    
    addEventHandler("onColShapeLeave",resourceRoot,function (element)
    if ( getElementType(element) == "player" ) then
    outputChatBox("*( انت الان خارج الحماية )",element,0,255,0,true)
    toggleControl (element,"fire",true)
    toggleControl (element,"action",true)
    toggleControl (element,"aim_weapon",true)
    removeEventHandler("onPlayerDamage",root,superman)
    end
    end)

     

  3. 4 hours ago, a7zan said:

    OMG 

    Did you know that the video duration is not more than 25 seconds?

    maybe you can get 12 points in 5-minute

    You have to work hard to get a free server, this is offered without paying any amount
     

    I know
    But the app stopped giving videos
    From time to time

×
×
  • Create New...