Jump to content

Ahmed.MoataZ

Members
  • Posts

    111
  • Joined

  • Last visited

Everything posted by Ahmed.MoataZ

  1. ايه الاختلاف يعنى
  2. createColCuboid isElementWithinColShape onColShapeHit onClientColShapeLeave createObject createPed playSound stopSound اتمنى اكون افتدك
  3. صح بس لما تعمل نص دى اكس استخدم dxDrawFramedText و ال torColor الى انت عايزه
  4. triggerEvent غلط ده مش هتعرف تعملو لو الملف مع نفس المود triggerClientEvent لو فى مود مختلف او export
  5. triggerClientEvent او تعمل export للفنكشن
  6. Usefull Function function centerWindow (center_window) local screenW, screenH = guiGetScreenSize() local windowW, windowH = guiGetSize(center_window, false) local x, y = (screenW - windowW) /2,(screenH - windowH) /2 guiSetPosition(center_window, x, y, false) end انت ممكن تصمم اللوحه ب guieditor و تعملها توسيط وكده هتظهر عند كل الشاشات ف النص centerWindow(اسم اللوحه) انسخ الفنكشن و حطو ف الكلنت
  7. شوف الكود الى انا كاتبه فوق وركز فى color = color or tocolor(255, 255, 255, 255) غير اللون الى انت عايزه مثلا color = color or tocolor(0, 22, 0, 255)-- 255 ده الالفا
  8. حط الكود و نعدلك عليه
  9. حط فى ملف الكلنت function dxDrawFramedText(message, left, top, width, height, color, scale, font, alignX, alignY, clip, wordBreak, postGUI, frameColor) color = color or tocolor(255, 255, 255, 255) frameColor = frameColor or tocolor(0, 0, 0, 255) scale = scale or 1.1 font = font or "default" alignX = alignX or "left" alignY = alignY or "top" clip = clip or false wordBreak = wordBreak or false postGUI = postGUI or false dxDrawText(message, left + 1, top + 1, width + 1, height + 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left + 1, top - 1, width + 1, height - 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left - 1, top + 1, width - 1, height + 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left - 1, top - 1, width - 1, height - 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left, top, width, height, color, scale, font, alignX, alignY, clip, wordBreak, postGUI) end وبدل ما تستخدم dxDrawText حط dxDrawFramedText
  10. ابقى كلمنى ى نور يوم الجمعه هظبطهولك عشان مش بفتح غيره الجمعه الساعه 10 انا دلوقتي موبايل
  11. شوف createBlip تصنعلك علامه تحط الإحداثيات و ايدى الايقونات عشان تجيب الاحداثيات شغل مود فرى روم واكتب gp و هيديك الاحداثيات اما createCustomBlip تعملها export وتكون العلامات صوره
  12. اه احذف منو حاجات ويقولك برمجته
  13. اه احذف منو حاجات ويقولك برمجته
  14. شوف من الاخر #ده ايفون ترانس العرب من غير جدال
  15. شوب جراند العرب ماتريكس الى برمجه -- الصعب ف محل الأسلحة للانشرات tear
  16. اتوقع حل أحسن #=قفل الموضوع عشان انت اخرك تصميم جيت طلبت منى شوب القديم بتاعة عشان تاخد برمجه combobox
  17. والله تصميم بس او أعتقد أن صورها من جراند العرب عشان انت مصور بس الايفون هات صورها الشاشه كامل
×
×
  • Create New...