Jump to content

!#NssoR_)

Retired Staff
  • Posts

    1,474
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by !#NssoR_)

  1. نورتو الموضوع بردودكم الجميله
  2. يسلموو وحياكم الله نورتو الموضوع
  3. حبيب قلبي شهادة وافتخر فيها وحبيت اوضح نقطه ان نكي * NssoR
  4. فيه فرق اخوي بين طريقتك وطريقته , طريقته افضل يمديه يتحكم بحجم الخط عكس طريقتك يبيلك وقت شوي عشان تخلي الخط مستقيم gui من مود DxLine وثاني شي لو بتسوي
  5. يسلمووو نورتو الموضوع وبالنسبة لـ جنتول انا اسف لأني ماوضحت هالنقطه يب يمديك تركبه للهجوله او حرب عصابات وكذا وإن شاءالله مافيه اي لاق واتمني لك التوفيق .
  6. عندي ملاحظة بسيطه علي كودك سطر 5 ماله داعي تقدر تسوي كذا giveWeapon(elem,id,ammo,true) وبيكون السلاح بيده علي طول واتمني لك التوفيق
  7. الله يعافيك وحياك الله نورت الموضوع يالذيب
  8. حيااكم الله نورتو الموضوع
  9. ماشاءالله عليك ي تنطيل ابداااع الصراحه اتمني لك الافضل ولاتحرمنا من ابدااعك
  10. شكرا على المجاملة مايجاملك هو مبتدي فالبرمجة
  11. بما اني معدل عليه بحط حقوقي حرام ؟ ولا سارق منك حقوقك ؟
  12. http://prntscr.com/ag3hw2 https://community.multitheftauto.com/ind ... ils&id=347 ممكن توضيح ؟ ههههههه يعني صايدني الكل يدري ان مود الزومبي مو انا مسويه ولكن انا اقصد ان السكربت من تعديلي ولو بزرف الحقوق واكذب عليكم كان شفرة جميع الملفات SlothMan وحتي لو بشفر معروف ان مود الزومبي حق
  13. حيااكم الله منورين الموضوع
  14. .:[ السلام عليكم ورحمة الله وبركاتة ]:. اليوم حبيت انشر مود الزومبي ولكن مع تعديل بسيط الي هو مسوي مدينة معينه للزومبي يعني اذا رحت لذي المدينة بيجيك الزومبي ولو خرجت يختفون وهاذي بعض الصور مكان المدينة صوره من داخل المدينة وهذا رابط التحميل https://community.multitheftauto.com/ind ... s&id=12812 واتمني عجبكم المود
  15. addEvent("pass",true) function password (NewPassword) setAccountPassword(getPlayerAccount(source),tonumber(NewPassword)) end addEventHandler("pass",root,password)
  16. addEventHandler("onPlayerWasted", root, function (_, attacker) if ( attacker and attacker ~= source ) then setElementHealth(attacker, getElementHealth(attacker) + 35 ) triggerClientEvent(attacker,"dienoob",attacker) outputChatBox("[--", attacker, 0, 255, 0, true) end end) img = guiCreateStaticImage(93,439,44,35,"heart.png",false) guiSetVisible(img,false) addEvent("dienoob", true) addEventHandler('dienoob',root, function () if ( isElement(sound) ) then destroyElement(sound) end sound = playSound("Heartbeat.mp3", false) setSoundVolume(sound, 1.0) guiSetVisible(img,true) setTimer(closewin, 3000, 1) end) function closewin() guiSetVisible(img, false) end
  17. addEventHandler("onPlayerWasted", root, function(_, killer) if getPlayerTable(source, CrTable) or getPlayerTable(source, PoTable) then if killer and getElementType(killer) == "player" then setElementData(source,"Join",getElementData(source,"Join") ~= true and true) TopKill[killer] = (TopKill[killer] or 0) + 1 TopKill[source] = TopKill[source] or 0 output(root, "#C38EC7[Gta-Ax Champions] #FA8072"..getPlayerName(killer).." #808080(#FFFF00"..TopKill[killer].." Kills#808080) Killed #9ACD32"..getPlayerName(source).." #808080(#FFFF00"..TopKill[source].." Kills#808080) ", 0, 10, 255) end end if getPlayerTeam(source) == getTeamFromName("Mafia") then RemovePlayer(source, CrTable) elseif getPlayerTeam(source) == getTeamFromName("Rifa") then RemovePlayer(source, PoTable) end end ) addCommandHandler ("cjoin", function (plr) if ( getElementData(plr, "Join") == false ) then if getElementData( plr, "Group" ) and getElementData( plr, "Group" ) == "[A7rAr]" and getPlayerTeam( plr ) and getTeamName( getPlayerTeam( plr ) ) == "Mafia" then if getElementData(plr, "Stats") >= 2 then return end if getElementDimension(plr) >= 1 then return end setElementDimension(plr, 1723) setElementPosition(plr, 2.3752818107605,2501.5754394531,16.484375) resetHealthArmy (plr,200) setHealthAndArmor (plr,200) AddPlayer(plr, CrTable) setElementData(plr,"Join",true) end end end )
  18. --#Server bd = createObject ( 5856, 1470.599, -1794.8, 624.5, 0, 0, 0) setElementInterior(bd, 1) e2 = createObject ( 5856, 1470.555, -1729.189, 624.5, 0, 0, 0) setElementInterior(e2, 1) markerDoorbd = createMarker(1470.5661621094,-1795.1608886719,622.47814941406,'cylinder',5,0,255,255,0) setElementInterior(markerDoorbd, 1) markerDoore2 = createMarker(1470.8516845703,-1729.3052978516,622.47814941406,'cylinder',5,0,255,255,0) setElementInterior(markerDoore2, 1) addEvent("openDoor", true) addEventHandler("openDoor", root, function() if isElementWithinMarker(source, markerDoorbd) and getTeamName(getPlayerTeam(source)) == "Police" then local _,_,z = getElementPosition(bd) if ( z <= 625 ) then moveObject(bd, 500, 1470.599, -1794.8, 627.5) else moveObject(bd, 500, 1470.599, -1794.8, 624.5) end elseif isElementWithinMarker(source, markerDoore2) and getTeamName(getPlayerTeam(source)) == "Police" then local _,_,z = getElementPosition(e2) if ( z <= 625 ) then moveObject (e2, 500, 1470.555, -1729.189, 627.5) else moveObject(e2, 500, 1470.555, -1729.189, 624.5) end end end )
  19. addEventHandler ( "onPedWasted", root, function ( _, attacker ) if ( attacker ) then if getElementType ( attacker ) == "player" and getElementData ( source, "zombie" ) then setElementData ( attacker, "Zombie kills", ( getElementData ( attacker, "Zombie kills" ) or 0 ) +1 ) outputChatBox('* You Killed ( '..tonumber(getElementData ( attacker, "Zombie kills" ))..' ) of Zombies',attacker,0,0,0,true) end end end )
  20. عندك خطأ في سطر 10 + جرب addEventHandler ( "onClientGUIClick", root, function () if ( source == Give ) then local row,Column = guiGridListGetSelectedItem(StatsPlayers) if ( row ~= -1 ) and ( Column ~= -1 ) then local wc = getPlayerFromName(guiGridListGetItemText(StatsPlayers, row, Column)) and local name = getPlayerName(wc) local GiveJ = guiGetText(editbox) if ( GiveJ ~= '' and tonumber ( GiveJ ) ) then setElementData(wc, "Jewelers", getElementData(wc, "Jewelers") + tonumber(GiveJ)) exports["guimessages"]:outputClient("[ #00FF00"..name.."#EC1818 ] ", 0, 225, 225 ) end end end end )
×
×
  • Create New...