SaedAmer Posted June 11, 2016 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 )
iMr.WiFi..! Posted June 11, 2016 Posted June 11, 2016 يوم تشوف كلمة Client احذفها وحطها في سيرفر Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة ليس عليك اسعاد الجميع , ولكن عليك بإن لا تؤذي أحداً =========You do not have to make everyone happy, But you should not hurt anyone Want to contact with me? Discord: JustCarry#2616 (Always there)Skype: Live:JustCarry10 (Not always)
SaedAmer Posted June 11, 2016 Author Posted June 11, 2016 ما شتغل اساسا الاول لما كان كلنت الي اشتغل تغير الاسم
iMr.WiFi..! Posted June 11, 2016 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 ) Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة ليس عليك اسعاد الجميع , ولكن عليك بإن لا تؤذي أحداً =========You do not have to make everyone happy, But you should not hurt anyone Want to contact with me? Discord: JustCarry#2616 (Always there)Skype: Live:JustCarry10 (Not always)
Abdul KariM Posted June 11, 2016 Posted June 11, 2016 للمعلومية انت ماراح تطلع لك الرسالة يوم تدخل , لاكن تطلع للموجودين بالسيرفر والخروج نفسه [ Skype : kreee89 - Discord : Abdul_KariM#1326 / طلبات البرمجة ] https://www.paypal.me/AbdulKariMx / اذا حاب تدعمني
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