Jump to content

طلب كود


Recommended Posts

  • Replies 102
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

function sound() 
    playSound("sounds/1.mp3") 
end 
  
addEventHandler("onPlayerJoin", getLocalPlayer(), sound) 

حلو؟ وطبعاً كلينت كأنه ض1

  
  playSound("sounds/1.mp3") 
  
sounds يعني مجلد --- 
1.mp3 الملف--- 
  
او تختصرها بدون مجلد --- 
  
  playSound("1.mp3") 

Link to comment

')' expected near '(' يعني وش الغلط؟ ض1

function mute() 
   outputChatBox("لا تكرر من جديد",getRootElement(),255,255,255,true) 
end    
  
addEventHandler("onPlayerUnmute", "getLocalPlayer"(),mute) 

الغلط في السطر 5

Link to comment
')' expected near '(' يعني وش الغلط؟ ض1
function mute() 
   outputChatBox("لا تكرر من جديد",getRootElement(),255,255,255,true) 
end    
  
addEventHandler("onPlayerUnmute", "getLocalPlayer"(),mute) 

الغلط في السطر 5

addEventHandler("onPlayerUnmute", root, 
function () 
   outputChatBox("لا تكرر من جديد",source,255,255,255,true) 
end    
) 
  
  

Edited by Guest
Link to comment
')' expected near '(' يعني وش الغلط؟ ض1
function mute() 
   outputChatBox("لا تكرر من جديد",getRootElement(),255,255,255,true) 
end    
  
addEventHandler("onPlayerUnmute", "getLocalPlayer"(),mute) 

الغلط في السطر 5

addEventHandler("onPlayerUnmute", root, 
function () 
   outputChatBox("لا تكرر من جديد",getRootElement(),255,255,255,true) 
end    
  
  

خطأ

Link to comment
function mute() 
      outputChatBox("لا تكرر من جديد",getRootElement(),255,255,255,true) 
    end   
      
    addEventHandler("onPlayerUnmute", root(),mute) 
  

كود جعفر

ناسي قوس

    addEventHandler("onPlayerUnmute", root, 
    function () 
       outputChatBox("لا تكرر من جديد",getRootElement(),255,255,255,true) 
    end   
     ) 
  

:fadein:

Edited by Guest
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...