Jump to content

تصحيح كود


Recommended Posts

الصوت كلنت فقط

مو سيرفر

غير السيرفر الى كلنت بشتغل جربه

و شوف طريقه تنطيل دقيقه و احسن

غيرته بعد نفس الشي :cry:

ورني xml و client

"hunter96" version="1.0" type="script" name="speaker" description=" Music 
In the area cj" /> 
    

  
marker = createMarker ( 2494.99, -1643, 12.80, "corona", 2, 0, 0, 255 ) 
Object = createObject ( 2104, 2495, -1642, 12.80, 0, 0, 0 ) 
  
addEventHandler ( "onClientMarkerHit", resourceRoot, 
 function ( element ) 
  if ( source == marker ) then 
  setElementData ( localPlayer, "ss", true ) 
end 
end) 
  
  
bindKey("tap", "down", 
function() 
if ( getElementData( localPlayer, "ss", true )) then 
if isElement ( si ) then destroyElement ( si ) end 
 si = playSound("1.mp3") 
end 
end) 
  
  

Link to comment

معليش بزن لخبطني

tap وليس tab اسمه :mrgreen:

object = createObject(id, x, y, z) 
marker = createMarker(x, y, z, "cylinder", 8, 255, 0, 0) 
  
bindKey("tab", "down", function( ) 
    if isElementWithinMarker(localPlayer, marker) then 
        if isElement(sound) then 
            destroyElement(sound) 
        else 
            sound = playSound("1.mp3") 
            setSoundVolume(sound, 1) 
        end 
    end 
end) 
Link to comment
معليش بزن لخبطني

tap وليس tab اسمه :mrgreen:

object = createObject(id, x, y, z) 
marker = createMarker(x, y, z, "cylinder", 8, 255, 0, 0) 
  
bindKey("tab", "down", function( ) 
    if isElementWithinMarker(localPlayer, marker) then 
        if isElement(sound) then 
            destroyElement(sound) 
        else 
            sound = playSound("1.mp3") 
            setSoundVolume(sound, 1) 
        end 
    end 
end) 

اشتغل مشكورين الله يكثر من امثالكم :D:D:D

Link to comment
معليش بزن لخبطني

tap وليس tab اسمه :mrgreen:

object = createObject(id, x, y, z) 
marker = createMarker(x, y, z, "cylinder", 8, 255, 0, 0) 
  
bindKey("tab", "down", function( ) 
    if isElementWithinMarker(localPlayer, marker) then 
        if isElement(sound) then 
            destroyElement(sound) 
        else 
            sound = playSound("1.mp3") 
            setSoundVolume(sound, 1) 
        end 
    end 
end) 

اشتغل مشكورين الله يكثر من امثالكم :D:D:D

آمين .. العفو بالخدمة

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