Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 28/05/19 in Posts

  1. ســلام عليكم ورحمة الله أخبـآركم - عسساكـمء بخير موضوع اليوم عن لوحة الإهداءات ~ طـبعـا انا لا احتاج احد يجيني في التعليقات يقولي أن اللوحه تبع لسيرفر طاره ~ | 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 و جميع أعضاء المنتدى
    2 points
  2. -- كمثال -- -- كلينت -- edite = guiCreateEdite(10, 80, 350, 20,'') button = guiCreateButton(273, 124, 120, 24, "try") addEventHandler('onClientGUIClick',root, function() if source == button then local url = guiGetText(edite) if url == '' or not url then return end link = "http://www.youtubeinmp3.com/fetch/?video="..url playSound(link) end end ) مثال
    2 points
  3. راجع كلامك https://wiki.multitheftauto.com/wiki/Element_tree
    2 points
  4. وش مسوي انت ??
    1 point
  5. معلش سويت خطا شوف التوبيك دا
    1 point
  6. Cara, vc claramente não sabe lógica de programação. Dai nós ficamos quebrando a cabeça pra fazer o código inteiro por você.
    1 point
  7. API: http://getipintel.net/free-proxy-vpn-tor-detection-api/ -- SERVER SIDE local server_owner_email = "[email protected]" -- change it addEventHandler("onPlayerJoin", root, function() local IP = getPlayerIP(source) fetchRemote("http://check.getipintel.net/check.php?ip="..IP.."&contact="..server_owner_email, function(data, errno, player) if errno ~= 0 then print("fetchRemote error - "..errno) return false end local result = tonumber(data) if (result >= 0 and result <= 1) and result > 0.85 then outputChatBox(getPlayerName(player).." use VPN!", root) end end, "", false, source) end) not tested
    1 point
  8. --server side sounds = { {"song.mp3"}, {"song2.mp3"}, {"song3.mp3"} } addEvent("playrandom",true) addEventHandler("playrandom",root,function() ra=math.random(#sounds) file=sounds[ra] filename=split(file,".")[1] outputChatBox("the file will played is "..filename,root,255,255,255,true) triggerClientEvent(root,"playthesound",root,file) end) --client addEvent("playthesound",true) addEventHandler("playthesound",root,function(file) if(sound and isElement(sound)) then destroyElement(sound) end sound=playSound(file) length_s=getSoundLength(sound) setTimer(function() triggerServerEvent("playrandom",localPlayer) end,((length_s*1000 > 50 and length_s*1000) or 50),1) end) بالتوفيق @salh
    1 point
  9. Very good video, thanks for recording on my server xD.
    1 point
×
×
  • Create New...