iPrestege Posted October 5, 2012 Share Posted October 5, 2012 بسم الله الرحمن الرحيم السىلآم عليكم ورحمة الله وبركاتةة اليوم برمجت مود عشآن سيرفري القديم الاستضافة بتركها رحت لاستضافة ثآنية آبية يكون آول مايدخل الاعب يتحول لآكن رآفض يشتغل الاكواد الخاصة بالسكربت مع الملاحظة جربت بينهم سطر رآفض !! function re() local ip , port = "176.9.100.232" , "22871" if ip and port then redirectPlayer (source,ip,port) setGameType ( "l~انتقال الى حكايم للهجولة~l" ) else redirectPlayer (thePlayer,ip,port) setGameType ( "l~انتقال الى حكايم للهجولة~l" ) end end addEventHandler("onPlayerJoin",root,re) وش الحل تعبت وانا اعدل والسلام عليكم ورحمة الله وبركاتة ~ Link to comment
TAPL Posted October 5, 2012 Share Posted October 5, 2012 function re() local ip, port = "176.9.100.232", 22871 if ip and port then redirectPlayer(source, ip, port) setGameType("l~انتقال الى حكايم للهجولة~l") end end addEventHandler("onPlayerJoin", root, re) وتأكد أنك أضفت السكربت بقروب أدمن Link to comment
iPrestege Posted October 5, 2012 Author Share Posted October 5, 2012 للاسف يآتآبل لم يعمل !! والحل ذذ الميتا : Link to comment
abu5lf Posted October 5, 2012 Share Posted October 5, 2012 addEventHandler ( 'onPlayerJoin', getRootElement( ), function ( ) redirectPlayer ( source, '176.9.100.232', tonumber ( 22871 ) ) end ) addEventHandler ( 'onResourceStart', resourceRoot, function ( ) setGameType ( 'l~انتقال الى حكايم للهجولة~l' ) end ) "redirect" author="FAHAD" type="script" version="1.0" /> تأكد أنك ضايف المود لقروب الادمن Link to comment
iPrestege Posted October 5, 2012 Author Share Posted October 5, 2012 ^^ امممم عاشق نفس الحالة ماشتغل ؟ لية ؟ ذذ السيرفر : addEventHandler ( 'onPlayerJoin', getRootElement( ), function ( ) redirectPlayer ( source, '176.9.100.232', tonumber ( 22871 ) ) end ) addEventHandler ( 'onResourceStart', resourceRoot, function ( ) setGameType ( 'l~انتقال الى حكايم للهجولة~l' ) end ) الميتا <meta> <info name="redirect" author="FAHAD" type="script" version="1.0" /> <script src="script.lua" type="server" /> </meta> ماشتغل آبي حل ضروري : ( Link to comment
abu5lf Posted October 5, 2012 Share Posted October 5, 2012 ^^ امممم عاشق نفس الحالة ماشتغل ؟ لية ؟ ذذالسيرفر : addEventHandler ( 'onPlayerJoin', getRootElement( ), function ( ) redirectPlayer ( source, '176.9.100.232', tonumber ( 22871 ) ) end ) addEventHandler ( 'onResourceStart', resourceRoot, function ( ) setGameType ( 'l~انتقال الى حكايم للهجولة~l' ) end ) الميتا <meta> <info name="redirect" author="FAHAD" type="script" version="1.0" /> <script src="script.lua" type="server" /> </meta> ماشتغل آبي حل ضروري : ( تأكد أنك ضايف المود لقروب الادمن Link to comment
iPrestege Posted October 5, 2012 Author Share Posted October 5, 2012 آخوي ضآيف لقروب الادمن نزل المود تآكد آنة صحيح : http://www.mediafire.com/?em3b50mdcki1cvt طلع لي الخطأ وصححة آذآ مآعليك آمر لآني سويت الاكواد صحيحة!! ومضيفها للادمن Link to comment
abu5lf Posted October 5, 2012 Share Posted October 5, 2012 آخوي ضآيف لقروب الادمن نزل المود تآكد آنة صحيح :http://www.mediafire.com/?em3b50mdcki1cvt طلع لي الخطأ وصححة آذآ مآعليك آمر لآني سويت الاكواد صحيحة!! ومضيفها للادمن جربت يعمل بشكل صحيح تأكد أنك ضايف لقروب Admin "resource.to-new"> اذا ماشتغل اكتب في اف 8 debugscript 3 وانسخ المكتوب والصقه في ردك القادم Link to comment
iPrestege Posted October 5, 2012 Author Share Posted October 5, 2012 عاشق وش تقصد آي كود : addEventHandler ( 'onPlayerJoin', getRootElement( ), function ( ) redirectPlayer ( source, '176.9.100.232', tonumber ( 22871 ) ) end ) addEventHandler ( 'onResourceStart', resourceRoot, function ( ) setGameType ( 'l~انتقال الى حكايم للهجولة~l' ) end ) ؟؟؟ Link to comment
abu5lf Posted October 5, 2012 Share Posted October 5, 2012 هو واحد ماشوف غيره اذا ماشتغل اكتب في اف 8 debugscript 3 وانسخ المكتوب والصقه في ردك القادم Link to comment
iPrestege Posted October 5, 2012 Author Share Posted October 5, 2012 تسلم ياعاشق المود شغال كودك صحيح وشغال يعطيكك العافية ~ ماقصرت ~ تعبتك معي صحيح ~ بس آعذرني ~ والله ذذ Link to comment
abu5lf Posted October 5, 2012 Share Posted October 5, 2012 تسلم ياعاشق المود شغال كودك صحيح وشغال يعطيكك العافية ~ ماقصرت ~ تعبتك معي صحيح ~ بس آعذرني ~ والله ذذ العفو note : اذا طرحت كود غير شغال اطرح الاخطاء الموجودة في debugscript 3 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