Jump to content

طلب كود


Recommended Posts

شباب ابي كود

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

ارجو الرد

او طرح الكودات المطلوبه

وشكراً ... بنتظار الرد

Link to comment

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

coptargets = 0 
--ADDS BLIPS AND MARKERS FOR POLICE STATIONS 
addEvent("copdirections", true) 
function copshops() 
    if coptargets == 0 then 
        coptargets = 1 
        blip1 = createBlip ( 2246.1008300781, 2453.1953125, 9.8203125, 30, 3, 0, 0, 255, 255, 50, getLocalPlayer() ) 
        marker1 = createMarker ( 2246.1008300781, 2453.1953125, 9.8203125, "cylinder", 6, 0, 0, 255, 55, getLocalPlayer() ) 
        colshape1 = createColSphere ( 1608.5327148438, -1611.5762939453, 13.71875 ) 
        setElementData ( colshape1, "purpose", "copshop" ) 
         
    end 
end 
addEventHandler("copdirections", getRootElement(), copshops) 
  
--TRIGGERED WHEN A COP STATION IS REACHED 
function copshophit (theshape) 
    if isElement(theshape) then 
        if (getElementData(theshape, "purpose") == "copshop" ) then 
            if ( getElementType( source ) == "player" ) then 
                if (getElementData ( source, "currentstatus" ) == "underarrest") then                    
                    local thecaptor = (getElementData ( source, "captor" )) 
                    local mx, my, mz = getElementPosition(theshape) 
                    local clientprisonercheck = setTimer ( clientcheckforprisoners, 1500, 1, thecaptor )                     
                    triggerServerEvent ("lockemup", getLocalPlayer (), source, mx, my, mz  ) 
                end 
            end 
        end 
    end 
end 
addEventHandler ( "onClientElementColShapeHit", getRootElement(), copshophit) 
  
function clientcheckforprisoners(thecop) 
    if isElement(thecop) then 
        local prisoners = 0 
        local players = getElementsByType ( "player" ) 
        for theKey,thePlayer in ipairs(players) do 
            if (getElementData ( thePlayer, "captor" ) == thecop ) then 
                prisoners = prisoners+1 
            end 
        end 
        if prisoners == 0 then 
            setElementData ( thecop, "currentarrests", "none" ) 
            clearcopshops() 
        elseif prisoners == 1 then 
            setElementData ( thecop, "currentarrests", "single" ) 
        elseif prisoners == 2 then 
            setElementData ( thecop, "currentarrests", "double" ) 
        end 
    end 
end 
  
--REMOVES POLICE STATION BLIPS FROM COPS RADAR AND THE MARKERS 
addEvent("clearcopdirections", true) 
function clearcopshops() 
    if coptargets == 1 then 
        coptargets = 0 
        destroyElement ( blip1 ) 
        destroyElement ( marker1 ) 
        destroyElement ( colshape1 ) 
         
    end 
end 
addEventHandler("clearcopdirections", getRootElement(), clearcopshops) 

تقدر تعدله لي وتخليه لما اوديه للماركر يروح لمكان انا احدده

لا هنت عدله لي

Link to comment
  • 5 months later...

الله الله يالعرب شطف

على اخوككمم

ساحر لايهون عليك ذولا

اسمع خش الويكي وحاول افهم

وعدل على المود ذاك وتعرف الباقي

:|-_-|: حتى انا ودي اساعدككك بس :] شـغــآل بــمــود

انشااء الله بعد ماخلصص بنشوف الوضع لكك

Link to comment
الله الله يالعرب شطف

على اخوككمم

ساحر لايهون عليك ذولا

اسمع خش الويكي وحاول افهم

وعدل على المود ذاك وتعرف الباقي

:|-_-|: حتى انا ودي اساعدككك بس :] شـغــآل بــمــود

انشااء الله بعد ماخلصص بنشوف الوضع لكك

ي لك من مريض الموضوع قديم ><

مايحتاج رفع وقسم

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