Jump to content

HassoN

Members
  • Posts

    636
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by HassoN

  1. TXD & DFFتأكد من أسماء ملفات ال بحيث تكون نفسها نفس الاسم الي موجودة بالميتا تكون مستخدمة downloadFile بكود واذا مالك بالبرمجة تاكد انك ماغيرت اسماء الملفات
  2. function getTime( ) local time = getRealTime( ) local h = time.hour local m = time.minute return (h % 12 and h % 12 or 12)..":"..(m < 10 and "0"..m or m).." "..(h >= 12 and "PM" or "AM") end TIME = guiCreateLabel(711, 141, 79, 33, tostring(getTime()), false) guiSetFont(TIME, "sa-header") addEventHandler("onClientRender",root,function() guiSetText(TIME,tostring(getTime())) end)
  3. حل مشكلتك الاولى هو
  4. addEventHandler ("onPlayerChat", root, function ( ) cancelEvent ( ) outputChatBox ( "الشات مقفل الحين", source, 0,255,0 ) end end ) ^ زايدة end فيه
  5. if x > 100 then return x = 100 end -- هو متغير قيمة الرقم حقك x
  6. تفهم بالبرمجة؟ اوك guiGetText -- جيب فيها اسم الحساب مرة ومرة ثانية للباسورد triggerServerEvent -- ارسل اسم الحساب والباس لجهة سيرفر logIn -- سجل دخولك -- بنفس الطريقة سووي التسجيل لكن استبدل اخر كود ب الكود ذا addAccount
  7. Community دامك ماتفهم شي بالبرمجة روح حمل واحد جاهز من ال
  8. if id ~= الرقم الي ماتبيه then
  9. GROUP C A- 1- c 2- a B- 1- about 2- of C- 1- recommendation 2- donation D- 1- bunch 2- pack E- 1- Did you lose your watch? 2- Are you leaving already? F- 1- ought to 2- would GROUP B A- 1- d 2- d B- 1- in 2- about C- 1- conservator 2- original D- 1- bunch 2- pile E- 1- Who made this apple pie? 2- What should we do? F- 1- had 2- mustn't
  10. جرب addEventHandler( 'onVehicleStartEnter', root, function(thePlayer, seat) if (source == vehicle[thePlayer]) then if getElementType(thePlayer) == 'player' and seat == 0 then if(getPlayerSerial(thePlayer) ~= serial_[thePlayer]) then triggerClientEvent( thePlayer, "CanNotEnter", thePlayer ) cancelEvent() end end end end )
  11. hasObjectPermissionTo
  12. 'onClientGUIClick' setElementRotation
  13. قسم غلط + https://community.multitheftauto.com/in ... ls&id=3419
  14. local playerS = getPlayerMoney(source) if playerS >= tonumber(edit) then
  15. if getTeamName(getPlayerTeam(player)) == "Team Name" then
  16. خطاء ، المفروض تحط ال End If Else بعد ال وانت كاتب Integer خطاء
  17. شوف الموضوع ذا https://forum.multitheftauto.com/viewtopic.php?f=114&t=48868
  18. 'onMarkerLeave' or 'onClientMarkerLeave'
  19. ليش ماتجرب بنفسك؟
  20. تكلم ب أدب مع الناس هنا ، الرجال جا يحاول يساعدك ترد عليه كذا؟ ... تراه مو شغال عندك وﻻ بياخذ منك مقابل
  21. setAccountData واضحة من اسمها انها تحفظ داتا معين على حساب الاعب كيف تبي تحفظ داتا معينة على حساب الزر؟ هههههههههه اصلا ال setElementData بتضل محفوظة على الزر ﻻن منطقيا الزر مستحيل يطلع ويدخل من السيرفر عشان يضيع الداتا حقه ><"
×
×
  • Create New...