Jump to content

MR.StoRm

Members
  • Posts

    499
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by MR.StoRm

  1. شكراً لك بلشت أفهم لكن ب ال dbPoll ليش -1 ما فهمتها ..
  2. يب اكيد رح اجرب زي ما فعلت ب مود حفظ الكتابات , لكن كيف تبغاني اجرب وانا لسا مبتدى شوي ماعرف كلشي بقواعد البيانات اذا عندك فكرة بسيطة اسويها واتطور شوي شوي ي ريت تقولها أشكرك لحسن تعاونك .
  3. انا مش فاهم ب إيش أقدر أستخدمهم وإيش يختلفوا عن السكل .. ؟
  4. يعمي انا لو رايح القسم الأجنبي قلت , انا بالقسم العربي .. لي خبرة بالإنجليزي , لكن بغيت توضيح باللغة العربية ._. @Default#^ @Abdul KariM @iMr.WiFi..! @#,+( _xiRoc[K]; >
  5. مشكور والله ما قصرت .. فهمتها , لكن بغلبك بغيت أعرف وظائف dbFree,Poll,Exec,Query شفت كلام الأخ تنطيل لكن ما فهمت منه ي ريت توضح لي اكثر ومشكور .. #
  6. !!! , يعني الحين علي أسوي اتصل بالملف وهو يسويه تلقائياً ؟ .. كذا تقصد ؟
  7. انتم مب فاهميني إفرض انا بغيت اسوي مود يتعلق بهذي الفنشكنات تمام لما اجي استعمل dbConnect وش هو الملف الي رح اتصل بيه يعني من وين احصله ي ريت فهمتوني
  8. عارف أتصل ب ملف , بس من وين أحصله ؟ , ولا انا لازم أسويه ولا وش الوضع . . معلش لأني مبتدى بقواعد البيانات
  9. إستفسار هذي الفنشكنات الي تحت dbConnect ضروري أستخدم معها dbConnect ? , @#Soking @Default#^ @iMr.WiFi..! @Abdul KariM @#,+( _xiRoc[K]; >
  10. getVehicleIDFromName isPlayerInVehicle
  11. دامها ب منتصف الشاشة وش بغيت تسوي اجل ؟..
  12. 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_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Checkbox = {} GUIEditor_Scrollbar = {} wnd = guiCreateWindow(136,91,534,452,"Panel Car",false) guiWindowSetSizable(wnd,false) GUIEditor_Label[1] = guiCreateLabel(11,28,505,30,"Information/",false,wnd) guiLabelSetColor(GUIEditor_Label[1],255,0,0) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(29,50,505,30,"Name: ",false,wnd) guiLabelSetColor(GUIEditor_Label[2],255,255,0) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[4] = guiCreateLabel(29,89,505,30,"Ping:",false,wnd) guiLabelSetColor(GUIEditor_Label[4],255,255,0) guiSetFont(GUIEditor_Label[4],"default-bold-small") GUIEditor_Label[61] = guiCreateLabel(60,89,505,30,"",false,wnd) guiLabelSetColor(GUIEditor_Label[61],255,0,0) guiSetFont(GUIEditor_Label[61],"default-bold-small") GUIEditor_Label[5] = guiCreateLabel(29,110,505,30,"Serial:",false,wnd) guiLabelSetColor(GUIEditor_Label[5],255,0,255) guiSetFont(GUIEditor_Label[5],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(240,200,110,36,"Report",false,wnd) Image = guiCreateStaticImage( 0, 0, 1920, 1200, "Photo.png", false ,wnd) guiSetVisible(wnd,false) bindKey ( 'F2' , 'Down' , function () guiSetVisible ( wnd , not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) centerWindow ( ) end ) addEventHandler("onClientGUIClick",root, function () if source == GUIEditor_Button[7] then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) executeCommandHandler("report") end end )
  13. 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_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Checkbox = {} GUIEditor_Scrollbar = {} wnd = guiCreateWindow(136,91,534,452,"Panel Car",false) guiWindowSetSizable(wnd,false) centerWindow(wnd) GUIEditor_Label[1] = guiCreateLabel(11,28,505,30,"Information/",false,wnd) guiLabelSetColor(GUIEditor_Label[1],255,0,0) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(29,50,505,30,"Name: ",false,wnd) guiLabelSetColor(GUIEditor_Label[2],255,255,0) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[4] = guiCreateLabel(29,89,505,30,"Ping:",false,wnd) guiLabelSetColor(GUIEditor_Label[4],255,255,0) guiSetFont(GUIEditor_Label[4],"default-bold-small") GUIEditor_Label[61] = guiCreateLabel(60,89,505,30,"",false,wnd) guiLabelSetColor(GUIEditor_Label[61],255,0,0) guiSetFont(GUIEditor_Label[61],"default-bold-small") GUIEditor_Label[5] = guiCreateLabel(29,110,505,30,"Serial:",false,wnd) guiLabelSetColor(GUIEditor_Label[5],255,0,255) guiSetFont(GUIEditor_Label[5],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(240,200,110,36,"Report",false,wnd) Image = guiCreateStaticImage( 0, 0, 1920, 1200, "Photo.png", false ,wnd) guiSetVisible(wnd,false) bindKey ( 'F2' , 'Down' , function () guiSetVisible ( wnd , not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) centerWindow ( ) end ) addEventHandler("onClientGUIClick",root, function () if source == GUIEditor_Button[7] then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) executeCommandHandler("report") end end ) try this .
  14. 'onPlayerDamage' getElementType -- ped cancelEvent
  15. انصحك تسويها بالجدوال الي فوق بالنسبة للكود التاني يصير كذا : local tx = guiGridListGetItemText ( gi , guiGridListGetSelectedItem ( gi ) , 1 ) if tx == "Blue-White Infernus" then guiSetVisible(im6,false) guiSetVisible(im2,true) guiSetVisible(im3,false) guiSetVisible(im4,false) guiSetVisible(im5,false) elseif tx == "2 Colors Infernus" then guiSetVisible(im6,true) guiSetVisible(im2,false) guiSetVisible(im3,false) guiSetVisible(im4,false) guiSetVisible(im5,false)
  16. مبدع يا ماستر , واصل .
  17. طريقتك مختصرة اكثر , لكن حقتي تظبط كمان
×
×
  • Create New...