Jump to content

طلب كود


Recommended Posts

  • Replies 102
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

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

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

Posted (edited)

(يرجى تجنب وضع المشاركات المزدوجة (أكثر من مشاركة ورا بعض.

"-_-

Edited by Guest
Posted
طيب ويش استعمل من اكواد؟ جعفرو انت إلي تجيب ليي هالأكواد يلا سريع :P
  
"onPlayerUnmute" 
outputChatBox 

+

brb :fadein:

Posted

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

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

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

Posted

ض1

ما فهمت ههههه

+

بما انا ما افهم في البرمجة عدل كلمني كأنك تكلم جاهل يمكن افهم اسرع ض1

Posted (edited)
')' 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
Posted
')' 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    
  
  

خطأ

Posted (edited)
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
Posted
اممم ويش اسوي اليوم؟ ض1 + بعتبر ذا الموضوع مدرستي هههه

"-_-

للمرة الألف اطرح فكرة ونساعدك

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