Jump to content

MrKAREEM

Members
  • Posts

    621
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by MrKAREEM

  1. السلام عليكم شباب كنت ابي مساعدة صغيرة في سكربت التذكير بمواعيد الآذان حاليا انا كنت عملت موضوع بالانجليزي عن احضار التوقيت الحقيقي وساعدني الاخ neux المهم يا شباب انا ظبط الكود بس ما اشتغل فأبي انه يظبط ارجو الرد في اسرع وقت واجد حل وهذا هو الكود :- function MrKAREEM () local time = getRealTime () local hours = time.hour local minutes = time.minute if hours == 12 and minute == 30 then outputChatBox ( "حان موعد اذان الظهر", 255, 0, 0, true ) elseif if hours == 4 and minute == 10 then outputChatBox ( "حان موعد اذان العصر", 255, 0, 0, true ) elseif if hours == 6 and minute == 00 then outputChatBox ( "حان موعد اذان المغرب", 255, 0, 0, true ) elseif if hours == 7 and minute == 25 then outputChatBox ( "حان موعد اذان العشاء", 255, 0, 0, true ) end end
  2. طيب بجربها واشوف
  3. اخيرا يا عم والله وحشني حمدالله علي السلامة
  4. See this it will help U GetPlayerMapBoundingBox
  5. هذا هو الكود قمت بوضع اسم الزر حقك في الكود تلقائي ^^ setTimer(function() guiLabelSetColor(GUIEditor.button[63], math.random(0,255), math.random(0,255), math.random(0,255)) end, 800, 0)
  6. U Can Use Guieditor For Move the objects and Set Position
  7. انت معرف الملف دا في الميتا لازم تروح الملف دا في الجيم مود الي هو Weapons/Duplicadas/G36C-SDcamo.dff بعد كدة تظبطه مع الميتا المشكلة منقدرش نحلهالك لازم انت الي تطبق عشان الخطا عندك في الملفات
  8. MrKAREEM

    حل

    -- جرب دا ^^ -- function getPlayerTime ( Player ) local TimeData = getElementData(Player,'PlayTime') or '0:0'; if ( TimeData ) then return tonumber(split(TimeData,':')[1]) , tonumber(split(TimeData,':')[2]); end end setTimer ( function ( ) local data = getPlayerTime ( source ) if data then givePlayerMoney ( source, 500 ) end end, 86400000, 0)
  9. يب الماركر يكون اسهل له + بيكون افضل من col shape وبيقدر يضيف عليه الاكواد وتظبط
  10. Thnx pro i forget put it , i check it now and it works
  11. i get this code but it doesnt work please help :\ i want the time 5:30 function etkinlik (player) local time = getRealTime () local hours = time.hour local minutes = time.minute if hours > 5 and 30 > minute then sound = playSound("MrKAREEM.mp3") outputChatBox ( "This is the time for your game !",player, 255, 0, 0, true ) end end
  12. -- ][ اول شئ قم بتشغيل مود killmesseage هو موجود تبع اللعبة ثم قم بتغير اكواد الكلينت بهذا ][ -- ------------------------------ Client Cide ----------------------------------- local ZA7F = { } --[[local rootElement = getRootElement() local myDisplay = textCreateDisplay() local myTextItem = textCreateTextItem ( "", 0.4, 0.2 ) local myTextItem1 = textCreateTextItem ( "", 0.3, 0.3 ) local myTextItem2 = textCreateTextItem ( "", 0.4, 0.6 )]]-- addEventHandler( "onPlayerChat", root, function ( msg ) if ( msg and msg == "" ) then -- givePlayerMoney( source, 1000000 ) elseif ( msg and msg == "ابي سلاب" ) then killPed ( source ) elseif ( msg and msg == "ابي موتر" ) then if( isElement ( ZA7F [ source ] ) ) then destroyElement( ZA7F [ source ] ) end local x, y, z = getElementPosition ( source ) ZA7F [ source ] = createVehicle( 411, x, y, z) warpPedIntoVehicle ( source, ZA7F [ source ] ) end end ) addEventHandler( "onVehicleExplode", resourceRoot, function( ) setTimer( destroyElement, 2000, 1, source ) end ) addEventHandler( "onPlayerQuit", root, function( ) if( isElement ( ZA7F [ source ] ) ) then destroyElement( ZA7F [ source ] ) end ZA7F [ source ] = nil end ) setTimer(function() exports.killmessages:outputMessage('لاخذ موتر او سلاب اكتب في الشات ابي موتر او ابي سلاب',root,math.random(255),math.random(255),math.random(255),true) -- عمل رسالة كيل مسج تتغير لونها في كل رسالة end,50000,0)
  13. وضح اخي خط لوحات ولا شات ولا وش عشان اقدرر اساعدك ؟
  14. هلا بيك منور
  15. هذا الكود خطا لانه اول شئ هذا الكود يخلي لما اللاعب يخرج يشوف لو فلوس اللاعب 0 يكتبله في الشات يجبب تسديد ديونك اولا طيب اول شئ كيف هيقرا الرسالة وهو قفل ثاني شئ كيف يسسد ديونه وهو ما عليه ديون هو يتحقق من فلوس اللاعب
  16. Hello guis I need help getting real time I want to get the time for example 5:30 then play sound and output chat u have a game or other and thank you in advance and please help me
×
×
  • Create New...