SaedAmer Posted June 11, 2016 Share Posted June 11, 2016 السلام عليكم فين الخطأ ؟؟ addEventHandler('onClientPlayerJoin', root, function() outputChatBox('* ' .. getPlayerName(source) .. ' has joined the game', 255, 100, 100) end ) addEventHandler('onClientPlayerChangeNick', root, function(oldNick, newNick) outputChatBox('* ' .. oldNick .. ' is now known as ' .. newNick, 255, 100, 100) end ) addEventHandler('onClientPlayerQuit', root, function(reason) exports.killmessages:outputMessage('* ' .. getPlayerName(source) .. '#0091FF has left Server AL MLOok [' .. reason .. ']', 255, 100, 100) end ) Link to comment
iMr.WiFi..! Posted June 11, 2016 Share Posted June 11, 2016 يوم تشوف كلمة Client احذفها وحطها في سيرفر Link to comment
SaedAmer Posted June 11, 2016 Author Share Posted June 11, 2016 ما شتغل اساسا الاول لما كان كلنت الي اشتغل تغير الاسم Link to comment
iMr.WiFi..! Posted June 11, 2016 Share Posted June 11, 2016 -- # SSSSSSSSSSERVER addEventHandler('onPlayerJoin', root, function() outputChatBox('* ' .. getPlayerName(source) .. ' has joined the game', root, 255, 100, 100, true) end ) addEventHandler('onPlayerChangeNick', root, function(oldNick, newNick) outputChatBox('* ' .. oldNick .. ' is now known as ' .. newNick, root, 255, 100, 100, true) end ) addEventHandler('onPlayerQuit', root, function(reason) exports.killmessages:outputMessage('* ' .. getPlayerName(source) .. '#0091FF has left Server AL MLOok [' .. reason .. ']', root, 255, 100, 100, true) end ) Link to comment
Abdul KariM Posted June 11, 2016 Share Posted June 11, 2016 للمعلومية انت ماراح تطلع لك الرسالة يوم تدخل , لاكن تطلع للموجودين بالسيرفر والخروج نفسه Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now