Jump to content

Dr.Marco

Members
  • Posts

    738
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dr.Marco

  1. اول ما ازود مشاركات لو ازودها بزودها على شي مفيد على أساس انه كل تحدياتك ماخذ 1500 + لو عندك مشكلة معاي تعال خاص
  2. المود مطروح اصلا دور وبتلاقي
  3. يبي يقصد مستني المود من زماان + اخوي ويفي مود اكتر من رائع ابداع يخي واصل ننتظر كل جديدك
  4. على ما اظن لما قال شكرا فلقد استفاد
  5. اظن ان الاخ لي فوق ساعده لو هو طلب متال فساعدوه مادام ما طلب لا ترفعون مواضيع قديمة
  6. ليه اعادة تتبيت والمشكلة بسيرفر واحد =___)
  7. هل انحلت مشكلتك ولا لسا
  8. بنسبة ل اكونت داتا الخاص باونلاين و اوف لاين addEventHandler( 'onPlayerLogin', getRootElement( ), function( _, theCurrentAccount ) if getUserName( getAccountName( theCurrentAccount ) ) and isHGAP( getAccountName( theCurrentAccount ) ) then updateUserName( getAccountName( theCurrentAccount ), 'online' ) --out( ' 1 ' ) elseif not getUserName( getAccountName( theCurrentAccount ) ) and isHGAP( getAccountName( theCurrentAccount ) ) then setUserName( getAccountName( theCurrentAccount ), 'online' ) --out( ' 2 ' ) elseif getUserName( getAccountName( theCurrentAccount ) ) and not isHGAP( getAccountName( theCurrentAccount ) ) then destoryUserName( getAccountName( theCurrentAccount ) ) --out( ' 3 ' ) end end ) addEventHandler( 'onPlayerQuit', getRootElement( ), function( ) local pAccount = getPlayerAccount( source ) if getUserName( getAccountName( pAccount ) ) and isHGAP( getAccountName( pAccount ) ) then updateUserName( getAccountName( pAccount ), getTimeNow( ) ) --out( ' 1 ' ) elseif getUserName( getAccountName( pAccount ) ) and not isHGAP( getAccountName( pAccount ) ) then destoryUserName( getAccountName( pAccount ) ) --out( ' 2 ' ) end end ) addEventHandler( 'onPlayerLogout', getRootElement( ), function( thePreviousAccount ) if getUserName( getAccountName( thePreviousAccount ) ) and isHGAP( getAccountName( thePreviousAccount ) ) then updateUserName( getAccountName( thePreviousAccount ), getTimeNow( ) ) --out( ' 1 ' ) elseif getUserName( getAccountName( thePreviousAccount ) ) and not isHGAP( getAccountName( thePreviousAccount ) ) then destoryUserName( getAccountName( thePreviousAccount ) ) --out( ' 2 ' ) end end )
  9. نعم من نفس سيرفر لو سيرفره حقه قلو يحط كوداتو في قسم برمجة وبنصلحها لح
  10. متحس انو ناقصك شي
  11. نفس شي كما قال بروس بسيرفر ولا بكل سيرفرات واي صوت يطلع لك
  12. استخدم code عند طرح اكوادك فقط لانها مسالة تنظيمية
  13. aSerials = { [ 'سيريالك' ] = true ; }
  14. تلغمه ايش تلغمه د ما فهمتك
  15. حط حقوقك بمود وشفره https://luac.multitheftauto.com/
×
×
  • Create New...