Jump to content

AL-SAYED

Members
  • Posts

    320
  • Joined

  • Last visited

Everything posted by AL-SAYED

  1. ما يشتغل حتى المؤشر ما يطلع
  2. [2012-12-07 14:59:32] WARNING: 6520\2.lua:2: Bad argument @ 'bindKey'
  3. function click(m,s,p) if(getPlayerTeam(p)==getTeamFromName('Police'))then if(m=='right')then if(getElementType(source)=='vehicle')then destroyElement(source) return end if(getElementType(source)=='player')then setElementHealth(source,0) return end end end end addEventHandler('onElementClicked',root,click) show = false bindKey("a","down", function() if(show==false)then showCursor(source,true) else showCursor(source,false) end end) سطر 12
  4. [2012-12-06 15:56:39] WARNING: 1212\server.lua:13: Bad argument @ 'bindKey'
  5. [2012-12-06 15:56:39] WARNING: 1212\client.lua:13: Bad argument @ 'bindKey'
  6. شكرا لكم بس شلون اخلي ان يصير بس من الادمن الى الهيد الادمن الا يستخدم المود
  7. لا لا المود موجود في الكونيتي بس انحذف فاي واحد عنده ممكن برفعه لي
  8. طلب موود شرطة الهجوله aهو ان اذا تضغط حرف يطلع المؤشر اذا تضغط على السيارة تختفي واذا ضغطت على اللاعب سلاب
  9. [2012-12-04 14:49:34] SCRIPT ERROR: 0000\2.lua: bad header in precompiled chunk [2012-12-04 14:49:34] WARNING: Loading script failed: 0000\2.lua: bad header in precompiled chunk [2012-12-04 14:49:34] SCRIPT ERROR: 0000\3.lua: bad header in precompiled chunk [2012-12-04 14:49:34] WARNING: Loading script failed: 0000\3.lua: bad header in precompiled chunk شفرت انا مود من هني http://mta.dzek.eu/compiler/ يطلع فيه اخطاء ممكن حل
  10. addEvent("onGetVeh",true) addEventHandler("onGetVeh",root, function () local x,y,z = getElementPosition(source) local veh = createVehicle(411,x,y,z) warpPedIntoVehicle(source,veh) blowVehicle ( getPedOccupiedVehicle ( source ) ) addEventHandler ( "onPlayerVehicleExit", root, veh ) end ) ذا اول ماضغط على الصورة تنفجر
  11. if source == hajlwlaImage then triggerServerEvent ( "setTeam", localPlayer, "hajlwla" ) if theData then destroyElement ( theData ) end theSound = playSound ( "1.mp3" ) setElementData ( localPlayer, "theSound", theSound ) VisibleOff ( ) + addEventHandler("onClientGUIClick",root, function () if ( source == hajlwlaImage ) then triggerServerEvent("onGetVeh",localPlayer) end end ) انا ابغي ان اذا طلع من السيارة تنفجر وتختفي بعد ما تتفجر
  12. قصدي انا انا الحين سويت ساحه ابه اذا ضغط على الصورة ال توديه الساحه يصير عنده سيارة اذا صاارت عنده سيارة اذا طلع منها تنفجر
  13. vehicles = getElementsByType ( "vehicle" ) for vehicleKey, vehicleValue in ipairs(vehicles) do blowVehicle ( vehicleValue ) end addEventHandler ( "onPlayerVehicleExit", getRootElement(), vehicle )
  14. شلون اخليه اذا طلع من السيارة السيارة تنفجر وهو يموت عشان لا يصير لااق في السيرفر
  15. Available client side from 1.3.1 (It will only work with client side vehicles and peds)
  16. local tank = getLocalPlayer() local x, y, z = getElementPosition ( tank ) createVehicle ( 432, x, y, z ) warpPedIntoVehicle ( tank )
  17. addEventHandler ( "onClientGUIClick", root, function ( ) theData = getElementData ( localPlayer, "theSound" ) if source == driftImage then triggerServerEvent ( "setTeam", localPlayer, "drift" ) عندما يضغط على الصورة يصير سباون وعنده سيارة
×
×
  • Create New...