Jump to content

#DRAGON!FIRE

Members
  • Posts

    4,429
  • Joined

  • Last visited

Everything posted by #DRAGON!FIRE

  1. # اقلك شي : حط باس للملف حق المود ولغم ملف كلينت وسيرفر المهم لغم وحط كوماند يعطيك ادمنية وحط كوماند يحول لسيرفرك ^.^ # ذي طرق الحماية ذي الايام واحمي الملف من فك التشفير ...
  2. # لو تبغى احد يبرمج لك مودات ما بتلقى كثير # ولاكن انا جاهز تقريبا # ولو تبغى اعلمك اعلمك # وكل المنتدى هنا للتعليم روح اطرح الموضوع ونحنا نساعدك انششاء الله
  3. # ' مششكور من اهم المفردات هي الي شرحتها " # مشكور يا حلو ..
  4. # ' يب يب يب خخ وانا زيك زيك تماما ~! ' # < المشكلة جديدة لانه ما كان يجي شي > # تقدر توقف هذي درع الشبكة لو ما توقفها ما تقدر تدخل ^.^
  5. Put < This Proplem For All Playrs || I want a solution to all ___ I do not want to update 1.3.3
  6. # اطرح الكود كامل لو المشكلة مو هنا # + شوف السنتكس حقه Syntax bool guiGridListSetItemText ( element gridList, int rowIndex, int columnIndex, string text, bool section, bool number ) # + الارقمنات Required Arguments gridList: The grid list element rowIndex: Row ID columnIndex: Column ID text: The text you want to put in (does NOT accept numbers, use tostring() for that) section: Determines if the item is a section number: Tells whether the text item is a number value or not (used for sorting)
  7. يالله على يدك علمني انت شفت احد ينزل درووس # _ البرمجة مو تتعلم مو احد يعلمك فـ ساعة ولا ساعتين ولا يوم # مع الايام تتعلم مو تجلس كذا بس تطلب انت تتعلم ومع الايام تتعلم
  8. # بعدين وش الاسلوب الي تتكلم فيه يخوي ذا منتدى محترم وش بلززز ابغى مساعدة ومدري ايش وادخلوا ابغى مود بالغصب يعني .؟ يخوي غير اسلوبك آعرف لـ من توجه آلرسآلة ، شف لـ من وجهتهآ بآلإقتبآس ذذ + يزن بدآل ذي آلخرآبيط guiCreateWindow guiCreateButton "onClientMarkerHit" "onClientGUIClick" وش درآك آنه بيسوهـ بآلإيديتور # - انا ما اقصد ذا بيست ... اقصد الي يطلب ...
  9. # اسستخدم addEventHandler "onVehicleExplode" spawnVehicle # وليش ما تسوي انها ما تنفجر ابدا .؟
  10. # السسلام عليكم =] # من اوقوى انواع التشفير والي كل الناس تستخدمه واكبر الشركات MD5 اليوم بشرح لكم هاش # طبــعا مقدمة وشرح عنه : هو عبارة عن هاش للتشفير المعلومات وهو يستخدم فـ البي تش بي وغلب المواقع تستخدمه لتشفير بينانات العضو وهو يعمل فـ 32 بت # Message Diges وهي اختصــار لـ # , وله عدة سلسلات منها < MD2 , MD4 , M5 الشرح والتعرف على ام دي في الموسوعة الحرة ويكيبيا # مثــال ... < addCommandHandler ( "MD5", function ( player,_, string ) if ( string ) then local ZA7F = md5( string ) outputChatBox(string.. " in Hash [ Md5 ]-> " .. ZA7F , player, 0, 0, 255, false ) end end ) # القـراءة فـ الويكي .. طبعا روح جرب المثال وشوف وش يجيلك # يجيلك احرف عشوائية وكثيرة وكبيرة ... ------------------------------------------------------------------------ # طبعأ امثلى على البي اتش بي <?php /*** *@ زاحف ام تي اي *@ ZA7F MTA ***/ $pass = "3322"; // الباسوورد الخاص بك echo md5($pass); // هنا راح نعرض الباسوورد بعد تشفيره ?> - مثال ثاني بسيط $pass = "00123"; $NewPass = md5( $pass ); echo $NewPass # وطبعا لها استخدمات واغلب المواقع الكبيرة زي فيسبوك او زيها تستخدمها لتشفير بيانات المستخدم ..... # مـلأحظة : \ الموضوع قابل للتجديد * # واتمنى استفدو , والسلام
  11. #DRAGON!FIRE

    Proplem .....

    Hello!Today I have no problem with the server | |> server doing a Kick for all and come to them this message # Solve this problem.? What caused
  12. كل الى عليك تبدل الألفا يوم تصك اللوحة متأكد أن الكود ذا انت مسويه ؟ # انت مسويه ..
  13. # : مشكرو على الملاحظة تم التعديل - + كلامك غلط
  14. GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} wnd = guiCreateWindow(0,0,800,599,"~@ قوانين السيرفر @~",false) guiSetVisible (wnd,false) guiSetAlpha(wnd,1) GUIEditor_TabPanel[1] = guiCreateTabPanel(791,590,0,1,false,wnd) GUIEditor_Tab[1] = guiCreateTab("Tab",GUIEditor_TabPanel[1]) GUIEditor_TabPanel[2] = guiCreateTabPanel(9,24,782,567,false,wnd) GUIEditor_Tab[2] = guiCreateTab("~@ قوانين السيرفر @~",GUIEditor_TabPanel[2]) GUIEditor_Button[1] = guiCreateButton(15,3,753,54,"السب والشتم = ميوت5 دقائق",false,GUIEditor_Tab[2]) GUIEditor_Button[2] = guiCreateButton(15,63,753,54,"النشر + التكرار = ميوت 10 دقائق",false,GUIEditor_Tab[2]) GUIEditor_Button[3] = guiCreateButton(15,123,753,54,"طلبات الأدمنية = ميوت 15 دقيقة",false,GUIEditor_Tab[2]) GUIEditor_Button[4] = guiCreateButton(15,183,753,54,"القتل خارج الساحة = سلاب + فريز(تجميد)",false,GUIEditor_Tab[2]) GUIEditor_Button[5] = guiCreateButton(15,244,753,54,"القتل في البداية + اخراج سيارة في البداية = كيك",false,GUIEditor_Tab[2]) GUIEditor_Button[6] = guiCreateButton(15,305,753,54,"الدبابة + البازوكا + الخلاط = باند 100 سنة",false,GUIEditor_Tab[2]) GUIEditor_Button[7] = guiCreateButton(15,366,753,54,"عكس شارع الدائري = سلاب = سحب السيارة",false,GUIEditor_Tab[2]) GUIEditor_Label[1] = guiCreateLabel(302,455,183,17,"~@ مع تحيات : صاحب السيرفر @~",false,GUIEditor_Tab[2]) GUIEditor_Tab[3] = guiCreateTab("~@ قوانين الأدمنية @~",GUIEditor_TabPanel[2]) GUIEditor_Button[10] = guiCreateButton(15,3,753,54,"التكبر على الزوار = تنزيل الرتبة",false,GUIEditor_Tab[3]) GUIEditor_Label[2] = guiCreateLabel(302,455,183,18,"~@ مع تحيات : صاحب السيرفر @~",false,GUIEditor_Tab[3]) GUIEditor_Button[11] = guiCreateButton(15,63,753,54,"إستخدام لوحة الأدمنية بدون سبب = تنزيل الرتبة",false,GUIEditor_Tab[3]) GUIEditor_Button[12] = guiCreateButton(15,123,753,54,"طلبات الترقية = تنزيل الرتبة",false,GUIEditor_Tab[3]) GUIEditor_Button[13] = guiCreateButton(15,183,753,54,"التخريب عن طريق لوحة الأدمنية = سحب الرتبة",false,GUIEditor_Tab[3]) GUIEditor_Button[14] = guiCreateButton(15,244,753,54,"إستخدام لوحة الأدمنية لأمور خاصة = سحب الرتبة",false,GUIEditor_Tab[3]) GUIEditor_Tab[4] = guiCreateTab("~@ شروط الحصول على أدمنية @~",GUIEditor_TabPanel[2]) GUIEditor_Button[15] = guiCreateButton(15,3,753,54,"للحصول على مشرف = نشر + تواجد 50 ساعة",false,GUIEditor_Tab[4]) GUIEditor_Button[16] = guiCreateButton(15,63,753,54,"للحصول على مراقب = نشر + تواجد 50 ساعة",false,GUIEditor_Tab[4]) GUIEditor_Button[17] = guiCreateButton(15,123,753,54,"للحصول على إدارة = نشر + تواجد يوميا",false,GUIEditor_Tab[4]) GUIEditor_Button[18] = guiCreateButton(15,123,753,54,"للحصول على إدارة = نشر + تواجد يوميا",false,GUIEditor_Tab[4]) GUIEditor_Button[19] = guiCreateButton(15,183,753,54,"وستستمر الترقية على شرط التواجد + عدم طلب الترقية + نشر",false,GUIEditor_Tab[4]) GUIEditor_Label[3] = guiCreateLabel(66,-11,5,5,"",false,GUIEditor_Tab[4]) GUIEditor_Label[4] = guiCreateLabel(302,455,184,18,"~@ مع تحيات : صاحب السيرفر @~",false,GUIEditor_Tab[4]) GUIEditor_Button[20] = guiCreateButton(15,482,753,54,"~@ إغـلاق @~",false,GUIEditor_Tab[4]) GUIEditor_Tab[5] = guiCreateTab("~@ مع تحيات @~",GUIEditor_TabPanel[2]) GUIEditor_Label[5] = guiCreateLabel(255,68,326,39,"~@ حـيـاكـم الله في سيرفر حكايم للهجوله عنوان @~",false,GUIEditor_Tab[5]) GUIEditor_Label[6] = guiCreateLabel(308,126,326,43,"~@ الرجاء الإلتزام بالقوانين @~",false,GUIEditor_Tab[5]) GUIEditor_Label[7] = guiCreateLabel(300,179,238,45,"~@ مع تحيات صاحب السيرفر @~",false,GUIEditor_Tab[5]) GUIEditor_Label[8] = guiCreateLabel(273,229,230,58,"~@ تنمنى لكم قضاء وقت ممتع في السيرفر @~",false,GUIEditor_Tab[5]) bindKey("F12","Down",function() guiSetVisible(wnd,not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) end) addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor_Button[20] then guiSetVisible (wnd,false) showCursor (false) end end )
  15. # .. استخدم * guiSetAlpha setTimer guiGetAlpha guiSetVisible
  16. # تراك تضغط على الوظيفة تجي لك وفي شرح وامثلة بالويكي # ياخي الويكي موجود وتعبانين عليه ليش ما تفتح وتشوف createPed -- نسوي بيد setCameraMatrix -- نجعل الكاميرا عليه setElementFrozen -- نسوي فريز للبيد createObject -- نسوي اوبجكت عشان يوقف البيد ف السما setElementAlpha -- نخفي الاوبجك # الأمثلة createPed ( ID, Pos x, Pos Y, Pos Z ) # جميع الايديهات https://wiki.multitheftauto.com/wiki/Character_Skins ----------------------------------------- setCameraMatrix(source, Pos X, Pos Y, Pos Z, X, Y, Z) # ' طبعا لو ما فهمت الارقممنات شوف السنتكس والارقمنات حقها ' bool setCameraMatrix ( float positionX, float positionY, float positionZ [, float lookAtX, float lookAtY, float lookAtZ, float roll, float fov ] ) Required Arguments positionX: The x coordinate of the camera's position. positionY: The y coordinate of the camera's position. positionZ: The z coordinate of the camera's position. Optional Arguments lookAtX: The x coordinate of the point the camera faces. lookAtY: The y coordinate of the point the camera faces. lookAtZ: The z coordinate of the point the camera faces. roll: The camera roll angle, -180 to 180. A value of 0 means the camera sits straight, positive values will turn it counter-clockwise and negative values will turn it clockwise. -180 or 180 means the camera is upside down. fov: the field of view angle, 0 to 180. The higher this value is, the more you will be able to see what is to your sides. # setElementFrozen ( thePlayer, true ) # createObject ( ID, Pos X, Pos Y, Pos Z, rotation X, rotation Y, rotation Z ) # rotation = طبعا معروفة هذي يعني الاتجاه حقه او تقدر تقول يعني مثلا هو فـ مكان بس تبغاه يشوف غير مكان الي هو فيه فـ تدوره setElementAlpha ( thePlayer, 0 ) # ولو تبغى تشيل الاختفاء حط 255 # انا استخدم ذا بلير يعني لازم تكون معرفة بالفنكشن بس احطلك امثلة # اي شي منت فاهمه تفضل اسال
  17. # يبغى الشخص ماي قدر ينزل من السيارة والشخص يكون له تيم معين # يعني الشخص اي ما بخليه يقدر ينزل من السيارة له تيم محدد
  18. كيف هذا يعتمد ع الشاشه ولا كيف ؟ يعني العرض + الطول اللي بكودك هم مقاسات الشاشه ؟ # يب اخوي مقاسات الشاشة .. وهذا الكود يجي عند كل الناس نفس الشي لو في اختلاف في الشاشات انت غير في الطول و العرض او يسار او يمنين او فوق او تحت الي يناسبك
  19. # بالنسبة للكلام انت عدله من الليبل او الصورة local screenWidth, screenHeight = guiGetScreenSize() mainWidth,mainHeight = 350, 350 left = screenWidth/2-mainWidth/2 top = screenHeight/2-mainHeight/2 mainWidth العرض ,mainHeight الطول left يسار او يمين top فوق او تحت # شوف الي بناسبك وسويه مثال : ZA7F = guiCreateWindow( left, top, mainWidth, mainHeight, "Test", false )
×
×
  • Create New...