Jump to content

+Source|>

Members
  • Posts

    1,388
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by +Source|>

  1. هذا اسسهل شيي executeSQLQuery
  2. +1 الفلوس في الكلينت سايد وهميه
  3. جربب هذا local ClanBlips = {} setTimer( function () local myClan = getElementData(localPlayer,"Clan") for k,thePlayer in ipairs(getElementsByType("player")) do if ( isElement( thePlayer ) ) and ( thePlayer ~= localPlayer ) then if ( getPlayerTeam( thePlayer ) ) then local theirClan = getElementData(thePlayer,"Clan") if myClan ~= theirClan then if ( ( ClanBlips[thePlayer] ) ) then if (ClanBlips[thePlayer]) then exports.customblips:destroyCustomBlip(ClanBlips[thePlayer]) ClanBlips[thePlayer] = nil end end end if getElementDimension(localPlayer) ~= getElementDimension(thePlayer) then if ( ( ClanBlips[thePlayer] ) ) then if (ClanBlips[thePlayer]) then exports.customblips:destroyCustomBlip(ClanBlips[thePlayer]) ClanBlips[thePlayer] = nil end end end if getElementInterior(localPlayer) ~= getElementInterior(thePlayer) then if ( ( ClanBlips[thePlayer] ) ) then if (ClanBlips[thePlayer]) then exports.customblips:destroyCustomBlip(ClanBlips[thePlayer]) ClanBlips[thePlayer] = nil end end end if getElementData(localPlayer,"Clan") == "None" or getElementData(localPlayer,"Clan") == "none" or getElementData(localPlayer,"Clan") == nil then if ( ( ClanBlips[thePlayer] ) ) then exports.customblips:destroyCustomBlip(ClanBlips[thePlayer]) ClanBlips[thePlayer] = nil ClanBlips = {} end end if ( myClan == theirClan ) then if not ( ClanBlips[thePlayer] ) then if getElementDimension(localPlayer) == getElementDimension(thePlayer) then if getElementInterior(localPlayer) == getElementInterior(thePlayer) then local x,y,z = getElementPosition(thePlayer) ClanBlips[thePlayer] = exports.customblips:createCustomBlip(x,y, 14, 14, "blip1.png",5000) exports.customblips:setCustomBlipRadarScale(ClanBlips[thePlayer],3) end end else if getElementDimension(localPlayer) == getElementDimension(thePlayer) then local x,y,z = getElementPosition(thePlayer) exports.customblips:setCustomBlipPosition(ClanBlips[thePlayer],x,y) end end end end end end end,1000,0) addEventHandler("onClientPlayerQuit",root, function () if ( ( ClanBlips[source] ) ) then exports.customblips:destroyCustomBlip(ClanBlips[source]) ClanBlips[source] = nil end end)
  4. اكيد رح يجي بلون البوليس ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟
  5. انا مسوي ايديت بوكس ابي لما احط رابط يوتيوب في الايدت بوكس يشتغل الصوت -- كلينت requestBrowserDomains( { "www.convertmp3.io" } ) local browser = createBrowser( 0, 0, false ) local currentSound function callback( data, error ) if ( error ~= 0 ) then return outputChatBox( error ) end if ( data == "ERROR" ) then return outputChatBox( "data error" ) end local data = fromJSON( "["..data.."]" ) if ( data ) then loadBrowserURL( browser, data.UrlS ) end end function fetch( UrlS ) if ( UrlS ) then fetchRemote( "http://www.convertmp3.io/fetch/?format=JSON&video="..UrlS, callback ) end end addEventHandler( "onClientBrowserNavigate", browser, function( UrlS ) if not UrlS:find( "www.convertmp3.io" ) then currentSound = playSound( UrlS ) end end ) addEvent( "startSound", true ) addEventHandler( "startSound", root, function ( _, UrlS ) fetch( UrlS ) end )
  6. سلام عليكم مطلوب مبرمج عنده خبره عاليه يكون قادر على برمجة اي شيء ويكون فاضي يبرمج ويساعدني وراح اعطيه 150 ريال اذا تشوف نفسك تقدر كلمني عالخاص
  7. افكار حلوه ان شاء الله رح احاول اشتغل عليها بالمستقبل منور انت الاجمل حبء منور الموضوع
  8. وكيف نشوف سطر الخطأ ؟
  9. أعتقد كذا جرب addEventHandler("onClientPedDamage",root, function() if isElement == "ped" then cancelEvent() end end );
  10. تسلم منور الموضوع انت اجمل منور يعطيك العافيه منور تسلمم الله يوفقك
  11. كيف اخلي الايدت بوكس تقبل روابط يوتيوب ابي لما شخص يحط رابط يوتيوب في الايدت بوكس يشغل الفيديو
  12. استخدم الترايقر
  13. العفو هههههههههههههههههههه ارسلت الفيديو لعناد عالواتس اب
  14. ســلام عليكم ورحمة الله أخبـآركم - عسساكـمء بخير موضوع اليوم عن لوحة الإهداءات ~ طـبعـا انا لا احتاج احد يجيني في التعليقات يقولي أن اللوحه تبع لسيرفر طاره ~ | gift | كلمة فتح اللوحه من اف 8 هي لتغيير الكلمة , من ملف اسمه sittingCG كل شيء عن المود موجود في هذا الرابط \ الفيديو وبالتـــوفييقء ~~ |~ الإهداءات ~| @!#DesTroyeR_,) @MrKAREEM @Mr.Falcon @DABL @KillerX @NX_CI @[AcM] - Major . @MR_Mahmoud @Ahmed Ly @MR.Mosa @N3xT @Abu-Solo @SuperX @#BrosS @iMr.WiFi..! @Mr.CnTroL @Abdul KariM و جميع أعضاء المنتدى
  15. هذا الكود يحسب الساعات بصيغة ال 24 ساعه لو أي كيف اجيب الساعه 12 الليل
  16. setTimer( function() local Realtime = getRealTime() local hour = Realtime.hour local Min = Realtime.minute local sec = Realtime.second if hour == 12 then outputChatBox( "Test", root ) end end, 1000, 0 ) الحين الكود ذا صح ولو صح كيف اسويه كيف اخليها AM او PM
×
×
  • Create New...