آوكآآ %8 Posted July 26, 2013 Share Posted July 26, 2013 السلام عليكم ورحمه الله وبركاته انا ابي كود خرج ودخل وغير اسم لو سمحتم Link to comment
فاّرس Posted July 26, 2013 Share Posted July 26, 2013 onPlayerJoin onPlayerQuit onClientPlayerChangeNick Link to comment
PaiN^ Posted July 26, 2013 Share Posted July 26, 2013 @ The Best : ؟ onClientPlayerChangeNick ليش onPlayerChangeNick Link to comment
فاّرس Posted July 26, 2013 Share Posted July 26, 2013 @ The Best : ؟ onClientPlayerChangeNick ليشonPlayerChangeNick كنت بحطها ذذ , لكن ما فرقت بس من حيث الاختصار سيرفر مع الباقيه ذذ Link to comment
آوكآآ %8 Posted July 26, 2013 Author Share Posted July 26, 2013 (edited) 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 July 26, 2013 by Guest Link to comment
فاّرس Posted July 26, 2013 Share Posted July 26, 2013 ايه مضبوط , بس , g_Root = getRootElement() ليه حاطها بالكود ذذ؟ احذفها بدلها g_Root = root 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