Jump to content

خرج ودخل من السيرفر


Recommended Posts

  
  g_Root = root 
addEventHandler('onClientPlayerJoin', g_Root, 
    function() 
        outputChatBox('#FFFFFF* ' .. getPlayerName(source) .. '    #FFF000 has joined To Server  ', 0, 255, 0, true) 
    end 
) 
  
addEventHandler('onClientPlayerChangeNick', g_Root, 
    function(oldNick, newNick) 
        outputChatBox('#FFFFFF* ' .. oldNick .. '#00ffff   #00FFFFhas is now known as   ' .. newNick, 0, 255, 200, true) 
    end 
) 
  
addEventHandler('onClientPlayerQuit', g_Root, 
    function(reason) 
        outputChatBox('#FFFFFF* ' .. getPlayerName(source) .. '   #FF0000Quit From Server ..  [' .. reason .. ']', 255, 100, 100, true) 
    end 
) 
  
  
  

تم التعديل عليه هيك يا بست ؟

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