Jump to content

memo مشكله في إضافه كلام عند دخول اللاعب في


Recommended Posts

g_Root = getRootElement()----- ملف سيرفر 
  
addEventHandler('onClientPlayerJoin', g_Root, 
    function() 
        outputChatBox('#FFFFFF* ' .. getPlayerName(source) .. '#FFFFFFدخل الي السيرفر ', 0, 255, 0, true) 
    end 
) 
  
addEventHandler('onClientPlayerChangeNick', g_Root, 
    function(oldNick, newNick) 
        outputChatBox('#FFFFFF* ' .. oldNick .. '#00ffff   #00FFFFغير اسمه   ' .. newNick, 0, 255, 200, true) 
    end 
) 
  
addEventHandler('onClientPlayerQuit', g_Root, 
    function(reason) 
        outputChatBox('#FFFFFF* ' .. getPlayerName(source) .. '  خرج من السيرفر ..  [' .. reason .. ']', 255, 100, 100, true) 
    end 
) 
  
  
  

شارب شيء؟ :lol:

Link to comment
! أكرر سؤالي

لييه تريقر ؟؟؟؟؟

root لازم تسوي تريقر من السيرفر إلى الكلنت وتخلي العنصر

عند الكل memoعشان يتغير كلام الـ ..

لكن لو بتخله كلنت مثل ما سويت أنت بكودكـ رح يتغير الكلام للاعب الي دخل فقط ..

فيه طرق ثانية غير الترايقر ، بس أسهل طريقة له كمبتدأ هي الترايقر #

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