Jump to content

ALw7sH

Members
  • Posts

    1,165
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by ALw7sH

  1. لقيت بق في لوحة الدعوه اذا جاك من دعاك جرب اكتب ALw7sH يجي بق غريب
  2. if pic1 then destroyElement(pic1) end
  3. use onClientRender or onClientPreRender
  4. function isResource( resourceName ) if resourceName and type(resourceName) == 'string' then local resource = getResourceFromName( resourceName ) if resource then return true else return false end end end
  5. number one is the scale maybe 0.5 will be pefrect Sel3a = createMarker ( x, y, z, 'cylinder', 0.5,255,255,255,170)
  6. Sel3a = createMarker ( x, y, z, 'cylinder', 1,255,255,255,170)
  7. xmlLoadFile xmlFindChild xmlNodeGetAttribute xmlUnloadFile
  8. www.wiki.multitheftauto.com تعلم زي ما 90% من المبرمجين تعلمو واذا ماتعرف انجليزي لاتتعب نفسك
  9. وش قصدك بالضبط الي سويته وماضبط انه اذا اخذ رتبه يحذف الباقي؟
  10. function AddPed(_thePlayer) local x, y, z = getElementPosition(_thePlayer); x = x + math.sin(math.rad(getElementRotation(_thePlayer))) * 2 y = y - math.cos(math.rad(getElementRotation(_thePlayer))) * 2 --thePed = createPed (math.random(10, 270), x, y, z) ped = createPed (math.random(10, 270), x, y, z) local pedsCount = tonumber(getElementData(_thePlayer,'peds')) or 0 setElementData(_thePlayer,'peds',pedsCount+1) setElementData(ped,tostring(getPlayerAccount(_thePlayer)),tonumber(getElementData(_thePlayer,'peds'))) end addCommandHandler ("ped", AddPed) function RemovePed(_thePlayer,cmd,player,pedid) local player = getPlayerFromName(tostring(player)) pedsCount = tonumber(getElementData(player,'peds')) or 0 if pedsCount > 0 then for k,v in ipairs(getElementsByType( "ped" )) do if getElementData(v,tostring(getPlayerAccount(player))) and getElementData(v,tostring(getPlayerAccount(player))) == tonumber(pedid) then destroyElement(v) setElementData(player,'peds',pedsCount-1) end end end end addCommandHandler("pedRemoveFromPlayer", RemovePed) I'm not sure if it works
  11. لو خش اللاعب الديربي اتوقع بتجيه داتا ( لو ماتجيه عدل على سكربت الديربي وخل اذا خش تجيه ) وتتحقق في سكربت الاف 1 اذا يبي يفك الاف 1 انه مامعه الداتا ذي
  12. اها قصدك بالتاق؟ اذا قصدك كذا حط اكواد التاق حقك
  13. if getElementData(source,'DD') then return end عدل سكربت الاف 1 حقك
  14. first parameter in "onClientGUIClick" event the button not the player
  15. تأكد من اسم القروب الي بالقريد لست لازم حتى نفس كل الاحرف الكبيره والصغيره وتأكد انه القروب موجود من اساس والكود الثاني aclGroupList -- loob aclGroupGetName aclGetGroup aclGroupRemoveObject
  16. بس يضيف حساب كونسول الى قروب كونسول
  17. https://community.multitheftauto.com/index.php?p= ... ls&id=8308
  18. setTimer( function() for k,v in ipairs(getElementsByType ( "player" )) do local team = getPlayerTeam(v) if team and getTeamName(team) == teamName then if not isKeyBound(v, key, "down", nothing) then bindKey(v, key, "down", "chatbox", "TeamChat") bindKey(v, key, "down", nothing) end else if isKeyBound(v, key, "down", nothing) then unbindKey(v, key, "down", "chatbox", "TeamChat") unbindKey(v, key, "down", nothing) end end end end,100,0)
  19. setTimer( function() for k,v in ipairs(getElementsByType ( "player" )) do local team = getPlayerTeam(v) if team and getTeamName(team) == teamName then if not isKeyBound(v, key, "down", nothing) then bindKey(v, key, "down", "chatbox", "TeamChat") bindKey(v, key, "down", nothing) end else if isKeyBound(v, key, "down", nothing) then unbindKey(v, key, "down", "chatbox", "TeamChat") unbindKey(v, key, "down", nothing) end end end end,100,0)
  20. جرب تضيف القيم مود لقروب ادمن
  21. https://wiki.multitheftauto.com/wiki/IsVehicleOnGround
  22. اول سكربت لي dog-shop بس من اول مابديت برمجه للحين ماخلصته لانه لو تشوف اكواده تنتحر
  23. طيب انا الي محيرني ليه ينزل فيديو ويرد على نفسه بحسابين حقه شكله مرض خطير الله يشافيه ...
  24. السلام عليكم, ادور استضافه خوادم حلوه واسعارها ماهي مبالغ فيها وتقبل كاش يو الي معه استضافه حلوه يحط الرابط note : مابي استضافه عربيه
  25. مشكله الي له شهرين باللعبه ويجي يتهمك بأشياء
×
×
  • Create New...