Professional Posted November 5, 2014 Share Posted November 5, 2014 السلام عليكم اريد فنكش ان مثلا انا عندي ايميل اذا واحد دخل ايميلي يعطيه باند يعني احط سيريال الجهاز عندي واذا دخل بجهاز ثاني يعطيه باند موبد ارجو انكم فهمتو Link to comment
1REDBULL Posted November 5, 2014 Share Posted November 5, 2014 وش دخل اللعبه ب ايميلك؟ تخيلو في فنكشن كذا هههههه الى اذا كان قصدك الي في اف٨ Link to comment
#Mr.alkmasha Posted November 5, 2014 Share Posted November 5, 2014 وش دخل اللعبه ب ايميلك؟ تخيلو في فنكشن كذا هههههه الى اذا كان قصدك الي في اف٨ يقصد عن الايميل الحساب يعني حسابه ب العبه Link to comment
ALw7sH Posted November 6, 2014 Share Posted November 6, 2014 onPlayerLogin getPlayerSerial banPlayer Link to comment
Professional Posted November 9, 2014 Author Share Posted November 9, 2014 كذا يصير؟؟ addEventHandler ( 'onPlayerLogin', getRootElement ( ),------اول ما لاعب يدخل function ( _, theCurrentAccount )-----هنا كيف همت الحساب الي حطيناه local theSerial = getPlayerSerial( thePlayer )------هنا اعطاء الاعب سيريال الصراحه ما فهمتها فكرتها يعرف سيريال [ 'AccountName' ] = 'SerialPlayer',------هنا الحساب [ '3ash8' ] = '9C9F3B55D9D7BB7135FF274D3BF444E4',___هنا سيريال الاعب outputChatBox( "لقد دخلت الى الحساب بنجاح", source)-------هنا اذا كان سيريال الجهاز الي حطيناه if theSerial then-----طبعا من هنا وتحت انه اذا طلع حاطط الحساب من ايميا اخر يعطيه باند else outputChatBox( "تم اعطائك باند بسبب سرقه حساب الادمن", source) local nick = getBanNick ( ban ) end end end ) اذا كام الكود خبيصه فقولو لي هههههههههههههههه او اذا صح قلولي الاخطاء Link to comment
#Mr.alkmasha Posted November 9, 2014 Share Posted November 9, 2014 --SideServer addEventHandler("onPlayerLogin", root,function(player) local bannedPlayer = getPlayerFromName ( player) if ( getPlayerSerial ( player ) == "اكتب السيريال" ) then banPlayer ( bannedPlayer, player, السبب) end end ) ما جربته Link to comment
Professional Posted November 9, 2014 Author Share Posted November 9, 2014 الي فوق صحيح ولا لا Link to comment
Professional Posted November 9, 2014 Author Share Posted November 9, 2014 كماشه ما حطيتلي شو اسم الحساب وكلمه السر لي لازم احطهم بس انا بدخل عليهم غيري لا Link to comment
abu5lf Posted November 9, 2014 Share Posted November 9, 2014 شوف مثال الويكي https://wiki.multitheftauto.com/wiki/OnPlayerLogin Link to comment
Ac[T]ioN Posted July 26, 2015 Share Posted July 26, 2015 مثال من الويكي = كود جاهز 100% باقي تحط له باند مؤيد هههههههههههه Firewall = { -- [ 'accountName' ] = 'playerSerial', [ '3ash8' ] = '9C9F3B55D9D7BB7135FF274D3BF444E4', [ 'test5' ] = '1D6F76CF8D7193792D13789849498452', } addEventHandler ( 'onPlayerLogin', getRootElement ( ), function ( _, theCurrentAccount ) local Serial = Firewall[getAccountName(theCurrentAccount)] if ( Serial ) then if Serial ~= getPlayerSerial ( source ) then outputChatBox( "Sorry, you're not allowed to access this account.", source) cancelEvent( true ) end end end ) Link to comment
TAPL Posted July 26, 2015 Share Posted July 26, 2015 مثال من الويكي = كود جاهز 100% باقي تحط له باند مؤيد هههههههههههه Firewall = { -- [ 'accountName' ] = 'playerSerial', [ '3ash8' ] = '9C9F3B55D9D7BB7135FF274D3BF444E4', [ 'test5' ] = '1D6F76CF8D7193792D13789849498452', } addEventHandler ( 'onPlayerLogin', getRootElement ( ), function ( _, theCurrentAccount ) local Serial = Firewall[getAccountName(theCurrentAccount)] if ( Serial ) then if Serial ~= getPlayerSerial ( source ) then outputChatBox( "Sorry, you're not allowed to access this account.", source) cancelEvent( true ) end end end ) وش تحس فيه؟ !!!الرد الي فوق كان واضح جداً الكود بمثال الويكي انت وش تحس فيه تروح بعد سنة من الرد و تنسخ المثال من الويكي و تحطه بالموضوع؟ Link to comment
aL.Kfo Posted July 26, 2015 Share Posted July 26, 2015 ماهي مشكله الموضوع ينحذف ولا يتقفل وانتهت السالفةة 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