MoHaMeD_Dz Posted May 24, 2018 Share Posted May 24, 2018 السلآم عليكم شباب عندي مود الي لم شخص يدخل ينشر ويخرج وبعدها يغير اسمه ويدخل يكشفه انه غيره ابي اطوره واضيف له كود يخلي سريالات محددها ( سريالات اصحاب السيرفر ) لم يدخلو و يغيرو اسمهم ما يكشفهم المود احد منكم يساعدني بالكود Link to comment
Mr.Mostafa Posted May 24, 2018 Share Posted May 24, 2018 (edited) آطرح آكوآد آلمود ولو تبي تسويهآ آنت getPlayerSerial Edited May 24, 2018 by Mr.Mostafa Link to comment
+Source|> Posted May 24, 2018 Share Posted May 24, 2018 52 minutes ago, Mr.Mostafa said: آطرح آكوآد آلمود ولو تبي تسويهآ آنت getPlayerSerial + الجداول Link to comment
Mr.Mostafa Posted May 24, 2018 Share Posted May 24, 2018 7 minutes ago, +Source|> said: + الجداول مب مهم جداول ممكن نستخدم اعتقد or Link to comment
+Source|> Posted May 24, 2018 Share Posted May 24, 2018 1 hour ago, Mr.Mostafa said: مب مهم جداول ممكن نستخدم اعتقد or اي يقدر انا قصدي ان الجداول اسهل Link to comment
MoHaMeD_Dz Posted May 24, 2018 Author Share Posted May 24, 2018 (edited) 3 hours ago, Mr.Mostafa said: local xRoot = getRootElement() xOld = { } function xGetOldPlayerName ( ) local xName = getPlayerName ( source ) local xSerial = getPlayerSerial(source) if xOld[tostring(xSerial)] then if xOld[tostring(xSerial)] ~= xName then local xOldName = xOld[tostring(xSerial)] outputChatBox("#FFFFFF[ #FF0000"..xName.."#FFFFFF ]#2B60DE<==(The Name Back)==>#FFFFFF[ #FF0000"..xOldName.."#FFFFFF ]", root, 255, 255, 0, true) xOld[xSerial] = xName end else xOld[xSerial] = xName end end addEventHandler ( "onPlayerJoin", xRoot, xGetOldPlayerName ) Edited May 24, 2018 by MoHaMeD_Dz Link to comment
Mr.Mostafa Posted May 24, 2018 Share Posted May 24, 2018 local xRoot = getRootElement() xOld = { } function xGetOldPlayerName ( ) local xName = getPlayerName ( source ) local xSerial = getPlayerSerial(source) if getPlayerSerial ( source ) == "سيريال الصاحب" then return end if xOld[tostring(xSerial)] then if xOld[tostring(xSerial)] ~= xName then local xOldName = xOld[tostring(xSerial)] outputChatBox("#FFFFFF[ #FF0000"..xName.."#FFFFFF ]#2B60DE<==(The Name Back)==>#FFFFFF[ #FF0000"..xOldName.."#FFFFFF ]", root, 255, 255, 0, true) xOld[xSerial] = xName end else xOld[xSerial] = xName end end addEventHandler ( "onPlayerJoin", xRoot, xGetOldPlayerName ) جرب Link to comment
MoHaMeD_Dz Posted May 24, 2018 Author Share Posted May 24, 2018 44 minutes ago, Mr.Mostafa said: local xRoot = getRootElement() xOld = { } function xGetOldPlayerName ( ) local xName = getPlayerName ( source ) local xSerial = getPlayerSerial(source) if getPlayerSerial ( source ) == "سيريال الصاحب" then return end if xOld[tostring(xSerial)] then if xOld[tostring(xSerial)] ~= xName then local xOldName = xOld[tostring(xSerial)] outputChatBox("#FFFFFF[ #FF0000"..xName.."#FFFFFF ]#2B60DE<==(The Name Back)==>#FFFFFF[ #FF0000"..xOldName.."#FFFFFF ]", root, 255, 255, 0, true) xOld[xSerial] = xName end else xOld[xSerial] = xName end end addEventHandler ( "onPlayerJoin", xRoot, xGetOldPlayerName ) جرب م اشتغل لا مع سريالي ولا مع الاشخاص الي ينشرون Link to comment
#Youc'EF Posted May 24, 2018 Share Posted May 24, 2018 محمد اعطيك الكود مع الاشخاص ؟ local xRoot = getRootElement() xOld = { } function xGetOldPlayerName ( ) local xName = getPlayerName ( source ) local xSerial = getPlayerSerial(source) if xOld[tostring(xSerial)] then if xOld[tostring(xSerial)] ~= xName then local xOldName = xOld[tostring(xSerial)] outputChatBox(" #0010FF[ #c0c0c0Name Back #0010FF] #0010FF[ #c0c0c0"..xName.."#0010FF] #c0c0c0The Name Back In Njom #0010FF[ #c0c0c0"..xOldName.."#0010FF]", root, 255, 255, 0, true) xOld[xSerial] = xName end else xOld[xSerial] = xName end end addEventHandler ( "onPlayerJoin", xRoot, xGetOldPlayerName ) type="server" /> Link to comment
+Source|> Posted May 24, 2018 Share Posted May 24, 2018 14 minutes ago, Dz_CaSPeR said: محمد اعطيك الكود مع الاشخاص ؟ local xRoot = getRootElement() xOld = { } function xGetOldPlayerName ( ) local xName = getPlayerName ( source ) local xSerial = getPlayerSerial(source) if xOld[tostring(xSerial)] then if xOld[tostring(xSerial)] ~= xName then local xOldName = xOld[tostring(xSerial)] outputChatBox(" #0010FF[ #c0c0c0Name Back #0010FF] #0010FF[ #c0c0c0"..xName.."#0010FF] #c0c0c0The Name Back In Njom #0010FF[ #c0c0c0"..xOldName.."#0010FF]", root, 255, 255, 0, true) xOld[xSerial] = xName end else xOld[xSerial] = xName end end addEventHandler ( "onPlayerJoin", xRoot, xGetOldPlayerName ) type="server" /> جيب المود في الخاص اعدله لك 1 Link to comment
MoHaMeD_Dz Posted May 24, 2018 Author Share Posted May 24, 2018 23 minutes ago, Dz_CaSPeR said: محمد اعطيك الكود مع الاشخاص ؟ local xRoot = getRootElement() xOld = { } function xGetOldPlayerName ( ) local xName = getPlayerName ( source ) local xSerial = getPlayerSerial(source) if xOld[tostring(xSerial)] then if xOld[tostring(xSerial)] ~= xName then local xOldName = xOld[tostring(xSerial)] outputChatBox(" #0010FF[ #c0c0c0Name Back #0010FF] #0010FF[ #c0c0c0"..xName.."#0010FF] #c0c0c0The Name Back In Njom #0010FF[ #c0c0c0"..xOldName.."#0010FF]", root, 255, 255, 0, true) xOld[xSerial] = xName end else xOld[xSerial] = xName end end addEventHandler ( "onPlayerJoin", xRoot, xGetOldPlayerName ) type="server" /> ارسله هون عادي 9 minutes ago, +Source|> said: جيب المود في الخاص اعدله لك ارسل هون Link to comment
+Source|> Posted May 24, 2018 Share Posted May 24, 2018 1 minute ago, MoHaMeD_Dz said: ارسله هون عادي ارسل هون ارسل عادي Link to comment
MoHaMeD_Dz Posted May 24, 2018 Author Share Posted May 24, 2018 1 minute ago, +Source|> said: ارسل عادي https://up.top4top.net/downloadf-874qrrfl1-zip.html تفضل + متى تظبطه الحين ؟ Link to comment
+Source|> Posted May 24, 2018 Share Posted May 24, 2018 Just now, MoHaMeD_Dz said: https://up.top4top.net/downloadf-874qrrfl1-zip.html تفضل + متى تظبطه الحين ؟ اي الحين 1 Link to comment
MoHaMeD_Dz Posted May 24, 2018 Author Share Posted May 24, 2018 Just now, +Source|> said: اي الحين اوك يلا منتظرك Link to comment
+Source|> Posted May 24, 2018 Share Posted May 24, 2018 1 hour ago, MoHaMeD_Dz said: اوك يلا منتظرك المفروض ذا يشتغل جرب https://up.top4top.net/downloadf-874bu8a71-zip.html Link to comment
MoHaMeD_Dz Posted May 25, 2018 Author Share Posted May 25, 2018 29 minutes ago, +Source|> said: المفروض ذا يشتغل جرب https://up.top4top.net/downloadf-874bu8a71-zip.html خربان م يكشف اي احد Link to comment
#Soking Posted May 25, 2018 Share Posted May 25, 2018 local xRoot = getRootElement() xOld = { } Serials = { ['Serial1'] = 'True hh -_-' } function xGetOldPlayerName ( ) local xName = getPlayerName ( source ) local xSerial = getPlayerSerial(source) if ( Serials[xSerial] ) then return end if xOld[tostring(xSerial)] then if xOld[tostring(xSerial)] ~= xName then local xOldName = xOld[tostring(xSerial)] outputChatBox("#FFFFFF[ #FF0000"..xName.."#FFFFFF ]#2B60DE<==(The Name Back)==>#FFFFFF[ #FF0000"..xOldName.."#FFFFFF ]", root, 255, 255, 0, true) xOld[xSerial] = xName end else xOld[xSerial] = xName end end addEventHandler ( "onPlayerJoin", xRoot, xGetOldPlayerName ) Link to comment
#Youc'EF Posted May 25, 2018 Share Posted May 25, 2018 https://up.top4top.net/downloadf-875ioee01-zip.html مود شغال 100/100 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