Jump to content

N3xT

Retired Staff
  • Posts

    2,490
  • Joined

  • Days Won

    18

Everything posted by N3xT

  1. There is no argument for rotation, so I think you can't maybe you can change the rotation using 'Photoshop'.
  2. Do you want start all the resource?
  3. ' " كلها زي بعض ما تفرق
  4. getElementPosition ( marker1 ) or getElementPosition ( marker2 ) or : أو , يعني يجيب مكان واحد من الماركرات ذي and : يجيب مكان الماركرين
  5. جرب كذا addEventHandler ("onClientMarkerHit", root, function ( hit ) if ( source == marker or source == marker2 ) then if ( hit == localPlayer ) and ( getElementType ( hit ) == "player" ) then local Pz = getElementPosition(hit) local Mz = getElementPosition(mechMarker) if (Mz + 3 >= Pz) and (Pz + 3 >= Mz) then guiSetVisible (GUIEditor.window[1], true) showCursor (true) end end end end )
  6. ggmm عشان تسبدل السيارات, ماله شغل بالشخصيات
  7. #Client : marker = createMarker(1543.01550,-1719.50916,12.55456,"cylinder",3,255,255,255) GUIEditor = { button = {}, window = {} } GUIEditor.window[1] = guiCreateWindow(238, 130, 492, 333, "INRU Spawner", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[2] = guiCreateButton(386, 24, 96, 55, "Close", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(9, 22, 103, 50, "Sanchez", false, GUIEditor.window[1]) showCursor ( true ) addEventHandler("onClientMarkerHit", root, function () if ( source == marker ) then guiSetVisible(GUIEditor.window[1], true) showCursor(true) guiSetInputEnabled(true) end end ) addEventHandler("onClientGUIClick", root, function () if ( source == GUIEditor.button[2] ) then guiSetVisible(GUIEditor.window[1], false) showCursor(false) guiSetInputEnabled(false) end end ) addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor.button[1]) then local x,y,z = getElementPosition ( localPlayer ) guiSetVisible(GUIEditor.window[1],false) showCursor(false) guiSetInputEnabled(false) triggerServerEvent("spawn:car", localPlayer, x,y,z) veh = createVehicle ( 468, x, y, z + 10 ) warpPedIntoVehicle(thePlayer, veh) end end ) #Server : addEvent("spawn:car", true) addEventHandler("spawn:car", root, function (x , y , z) local veh = createVehicle ( 468, x, y, z + 10 ) if ( veh ) then warpPedIntoVehicle(source, veh) end end )
  8. أيضاً مب مستاهل أني أرد عليك بموضوع مب لك مب كل الناس تشوف الردود, سو موضوع خاص فيك عشان يشوفون اسم موضوعك ومشكلتك
  9. اللوحة وش فكرتها اديت وقريد ليست ولا كم ي ليت توضح عشان أقدر اصحح اكوادك
  10. مدري وش فايدة المتغيرات الكثيرة حقتك دام إنك بتسوي قريد ليست يجيب سريالات أغلب مواضيعك فيها المتغيرات ذي, ليه مسويها ؟
  11. أفتح موضوع خاص بك وأترك مواضيع الناس
  12. فيه طريقة أفضل, بس لازم تكون مشفر موداتك طبعاً سوي تحقق من المود إذا إشتغل أنه فيه شعار سيرفرك مثلا Q.5 إذا كان السيرفر فيه الشعار ما يصير شيء, وإذا ما كان فيه الشعار يطفي المود نفسه أو أي طريقة تخريبية ثانية, مثل أكواد التخريب أكواد تقفل السيرفر وكذا بكل بساطة موداتك ما تشتغل إلا على سيرفرك
  13. الدي إكس لازم تحطه ف ريندر ولا ما راح يطلع جرب كود ميزو
  14. N3xT

    [HELP] dxEdit

    ^ Thanks, now it's working
  15. N3xT

    [HELP] dxEdit

    Yes, I got "Test"
  16. N3xT

    [HELP] dxEdit

    same, can't delete anything
  17. N3xT

    [HELP] dxEdit

    Ok, now it's writing but can't delete the text
  18. N3xT

    [HELP] dxEdit

    Now I can't write
  19. N3xT

    [HELP] dxEdit

    It's only writing, nothing in debug
  20. N3xT

    [HELP] dxEdit

    line 19 : bad argument #1 to'pairs' (table expected got string)
  21. N3xT

    [HELP] dxEdit

    It's working, but how I can delete the last value? bindKey("backspace", "down", function () text = "" end) or I just can delete all the values ?
×
×
  • Create New...