Jump to content

صفحة طلبآآتي


BeCooL

Recommended Posts

  • Replies 477
  • Created
  • Last Reply

Top Posters In This Topic

مو لما تشغل اللوكال سيرفر حق الجهاز يجيك شاشة سودة ؟

,,

ادخل اللعبة واكتب باف 8

refresh

وقول وش جاك

mtascreen20010109091213.png

Uploaded with ImageShack.us

-----------------------------

الحين مو تقول السكربت اشتغل بس الصوت ما اشتغل ؟؟؟ ولا وش صآر ؟ -_-

يب اشتغل السكربت الحين حنا في الصوت :mrgreen:

Edited by Guest
Link to comment
الحين مو تقول السكربت اشتغل بس الصوت ما اشتغل ؟؟؟ ولا وش صآر ؟ -_-

يب اشتغل السكربت الحين حنا في الصوت :mrgreen:

جرب ركب ملف صوت ثاني يختلف عن اللي معك باسم ثآني ولآ تنسى تبدله بالكود والميتا :D

Link to comment
الحين مو تقول السكربت اشتغل بس الصوت ما اشتغل ؟؟؟ ولا وش صآر ؟ -_-

يب اشتغل السكربت الحين حنا في الصوت :mrgreen:

جرب ركب ملف صوت ثاني يختلف عن اللي معك باسم ثآني ولآ تنسى تبدله بالكود والميتا :D

غيرت الصوت وغيرته بالميتا والكلنت والسيرفر ولاظبط :roll:

--------------------------------------------------

طيب شباب احد يجربه لي يمكن الخطأ مني !

سيرفر

    Marker1 = createMarker(1467.2055664063, -1012.4879150391, 28.84375, 'arrow', 2.5, 0, 255, 0, 150) 
    Marker2 = createMarker(1455.2641601563, -1012.4568481445, 28.84375, "arrow", 2.5, 0, 255, 0, 255) 
    Marker3 = createMarker(1461.8619384766, -1005.5728759766, 59.513202667236, "arrow", 2.5, 0, 255, 0, 255) 
      
    createBlipAttachedTo(Marker1, 52) 
     
    function MarkerHit( hitPlayer, matchingDimension ) 
    if source == Marker1 or source == Marker2 or source == Marker3 then 
    bed = createObject ( 5422, 2236.5085449219, 2772.2302246094, 10.713479995728, 90, 0, 0 ) 
    if(getTeamName(getPlayerTeam(hitPlayer))=="Police")then 
    setElementPosition ( hitPlayer, 2300.1691894531, 2796.904296875, 10.8203125 )    
     elseif(getTeamName(getPlayerTeam(hitPlayer))=="Criminal")then 
    setElementPosition ( hitPlayer, 2300.1691894531, 2796.904296875, 10.8203125 ) 
        end 
    end 
end 
    addEventHandler( "onMarkerHit", root, MarkerHit ) 
      
    setTimer ( function() 
    setPlayerWantedLevel ( hitPlayer, 6) 
    setMarkerColor ( root, 255, 0, 0, 255 ) 
    removeEventHandler( "onMarkerHit", root, MarkerHit ) 
        outputChatBox ( "the bank is start!" ) 
        moveObject ( bed, 3000, 2236.5085449219, 2772.2302246094, 19.8203125 ) 
    end, 20000, 1 ) 
     
    hillRadar = createRadarArea ( 2237.5280761719, 2773.3708496094, 100, 100, 100, 100 ) 
    hillArea = createColRectangle ( 2237.5280761719, 2773.3708496094, 100, 100, 100, 100 ) 
     
    function hill_left ( hitPlayer, matchingDimension ) 
    givePlayerMoney ( hitPlayer, 100 ) 
    outputChatBox ( "you are left bank zone!!" ) 
    end  
    addEventHandler ( "onColShapeLeave", hillArea, hill_left ) 
     
    function hill_Enter ( hitPlayer, matchingDimension ) 
    outputChatBox ( "you are enter bank zone!!" ) 
    end  
    addEventHandler ( "onColShapeHit", hillArea, hill_Enter ) 
     
    

كلنت

col = createColCuboid(2237.52, 2773.4, 11, 100, 100, 100) 
hillRadar = createRadarArea ( 2237.5280761719, 2773.3708496094, 100, 100, 0, 255, 0, 175 ) 
  
  
     function hill_Enter ( hitPlayer, matchingDimension ) 
        if thePlayer == localPlayer then 
            playSound ( "mohamad.mp3" ) 
            outputChatBox ( "you are left bank zone!!" ) 
        end 
    end 
addEventHandler ( "onClientColShapeLeave", col, hill_Enter ) 

وهاذا الميتا

    

Edited by Guest
Link to comment
طيب شباب احد يجربه لي يمكن الخطأ مني !

سيرفر

    Marker1 = createMarker(1467.2055664063, -1012.4879150391, 28.84375, 'arrow', 2.5, 0, 255, 0, 150) 
    Marker2 = createMarker(1455.2641601563, -1012.4568481445, 28.84375, "arrow", 2.5, 0, 255, 0, 255) 
    Marker3 = createMarker(1461.8619384766, -1005.5728759766, 59.513202667236, "arrow", 2.5, 0, 255, 0, 255) 
      
    createBlipAttachedTo(Marker1, 52) 
     
    function MarkerHit( hitPlayer, matchingDimension ) 
    if source == Marker1 or source == Marker2 or source == Marker3 then 
    bed = createObject ( 5422, 2236.5085449219, 2772.2302246094, 10.713479995728, 90, 0, 0 ) 
    if(getTeamName(getPlayerTeam(hitPlayer))=="Police")then 
    setElementPosition ( hitPlayer, 2300.1691894531, 2796.904296875, 10.8203125 )    
     elseif(getTeamName(getPlayerTeam(hitPlayer))=="Criminal")then 
    setElementPosition ( hitPlayer, 2300.1691894531, 2796.904296875, 10.8203125 ) 
        end 
    end 
end 
    addEventHandler( "onMarkerHit", root, MarkerHit ) 
      
    setTimer ( function() 
    setPlayerWantedLevel ( hitPlayer, 6) 
    setMarkerColor ( root, 255, 0, 0, 255 ) 
    removeEventHandler( "onMarkerHit", root, MarkerHit ) 
        outputChatBox ( "the bank is start!" ) 
        moveObject ( bed, 3000, 2236.5085449219, 2772.2302246094, 19.8203125 ) 
    end, 20000, 1 ) 
     
    hillRadar = createRadarArea ( 2237.5280761719, 2773.3708496094, 100, 100, 100, 100 ) 
    hillArea = createColRectangle ( 2237.5280761719, 2773.3708496094, 100, 100, 100, 100 ) 
     
    function hill_left ( hitPlayer, matchingDimension ) 
    givePlayerMoney ( hitPlayer, 100 ) 
    outputChatBox ( "you are left bank zone!!" ) 
    end  
    addEventHandler ( "onColShapeLeave", hillArea, hill_left ) 
     
    function hill_Enter ( hitPlayer, matchingDimension ) 
    outputChatBox ( "you are enter bank zone!!" ) 
    end  
    addEventHandler ( "onColShapeHit", hillArea, hill_Enter ) 
     
    

كلنت

col = createColCuboid(2237.52, 2773.4, 11, 100, 100, 100) 
hillRadar = createRadarArea ( 2237.5280761719, 2773.3708496094, 100, 100, 0, 255, 0, 175 ) 
  
  
     function hill_Enter ( hitPlayer, matchingDimension ) 
        if thePlayer == localPlayer then 
            playSound ( "mohamad.mp3" ) 
            outputChatBox ( "you are left bank zone!!" ) 
        end 
    end 
addEventHandler ( "onClientColShapeLeave", col, hill_Enter ) 

وهاذا الميتا

    

:arrowup::arrowup:

ارفع المود
Link to comment
شوف في الميتا

السي بالكابتل

خليه

client.lua

لا هذا انا غلطان فيه ولا ملف المود السي سمول :mrgreen:

-------------------------

شوف في الميتا

السي بالكابتل

خليه

client.lua

السكربت يشتغل الصوت مايشتغل : /

مدري يمكن عندك خطأ بالاحداثيات ولآ شيء :?

تابل يقول جربه وصح مدري كيف

Edited by Guest
Link to comment
شوف في الميتا

السي بالكابتل

خليه

client.lua

السكربت يشتغل الصوت مايشتغل : /

مدري يمكن عندك خطأ بالاحداثيات ولآ شيء :?

تابل يقول جربه وصح مدري كيف

بجرب وآشوف : /

بس وين مكانة بالتحديد :lol:

Link to comment
  
function hill_Enter ( thePlayer ) 
    if thePlayer == localPlayer then 
        theSound = playSound ( "mohamad.mp3" ) 
        setSoundVolume ( theSound, 1 ) 
        outputChatBox ( "you are left bank zone!!", 255, 255, 0, true ) 
    end 
end 
addEventHandler ( "onClientColShapeLeave", col, hill_Enter ) 
  

Link to comment
  
function hill_Enter ( thePlayer ) 
    if thePlayer == localPlayer then 
        theSound = playSound ( "mohamad.mp3" ) 
        setSoundVolume ( theSound, 1 ) 
        outputChatBox ( "you are left bank zone!!", 255, 255, 0, true ) 
    end 
end 
addEventHandler ( "onClientColShapeLeave", col, hill_Enter ) 
  

function hill_Enter ( thePlayer ) 
    if thePlayer == localPlayer then 
        local theSound = playSound ( "mohamad.mp3" ) 
        setSoundVolume ( theSound, 1 ) 
        outputChatBox ( "you are left bank zone!!", 255, 255, 0, true ) 
    end 
end 
addEventHandler ( "onClientColShapeLeave", col, hill_Enter ) 

ليش تسوي الصوت قلوبال وهو ما يستاهل ؟

:roll:

^

الافضل

Link to comment
  
function hill_Enter ( thePlayer ) 
    if thePlayer == localPlayer then 
        theSound = playSound ( "mohamad.mp3" ) 
        setSoundVolume ( theSound, 1 ) 
        outputChatBox ( "you are left bank zone!!", 255, 255, 0, true ) 
    end 
end 
addEventHandler ( "onClientColShapeLeave", col, hill_Enter ) 
  

function hill_Enter ( thePlayer ) 
    if thePlayer == localPlayer then 
        local theSound = playSound ( "mohamad.mp3" ) 
        setSoundVolume ( theSound, 1 ) 
        outputChatBox ( "you are left bank zone!!", 255, 255, 0, true ) 
    end 
end 
addEventHandler ( "onClientColShapeLeave", col, hill_Enter ) 

ليش تسوي الصوت قلوبال وهو ما يستاهل ؟

:roll:

^

الافضل

ما ضبط ياريت تجربه قبل لاتطرحه لان يمكن يكون صح وانا اغلط فيه واتعبك معاي :mrgreen:

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