-
Posts
499 -
Joined
-
Last visited
-
Days Won
1
Everything posted by MR.StoRm
-
شكراً لك بلشت أفهم لكن ب ال dbPoll ليش -1 ما فهمتها ..
-
يب اكيد رح اجرب زي ما فعلت ب مود حفظ الكتابات , لكن كيف تبغاني اجرب وانا لسا مبتدى شوي ماعرف كلشي بقواعد البيانات اذا عندك فكرة بسيطة اسويها واتطور شوي شوي ي ريت تقولها أشكرك لحسن تعاونك .
-
انا مش فاهم ب إيش أقدر أستخدمهم وإيش يختلفوا عن السكل .. ؟
-
يعمي انا لو رايح القسم الأجنبي قلت , انا بالقسم العربي .. لي خبرة بالإنجليزي , لكن بغيت توضيح باللغة العربية ._. @Default#^ @Abdul KariM @iMr.WiFi..! @#,+( _xiRoc[K]; >
-
مشكور والله ما قصرت .. فهمتها , لكن بغلبك بغيت أعرف وظائف dbFree,Poll,Exec,Query شفت كلام الأخ تنطيل لكن ما فهمت منه ي ريت توضح لي اكثر ومشكور .. #
-
!!! , يعني الحين علي أسوي اتصل بالملف وهو يسويه تلقائياً ؟ .. كذا تقصد ؟
-
انتم مب فاهميني إفرض انا بغيت اسوي مود يتعلق بهذي الفنشكنات تمام لما اجي استعمل dbConnect وش هو الملف الي رح اتصل بيه يعني من وين احصله ي ريت فهمتوني
-
عارف أتصل ب ملف , بس من وين أحصله ؟ , ولا انا لازم أسويه ولا وش الوضع . . معلش لأني مبتدى بقواعد البيانات
-
طيب أتصل ب إيش ؟, وأي قاعدة ..
-
إستفسار هذي الفنشكنات الي تحت dbConnect ضروري أستخدم معها dbConnect ? , @#Soking @Default#^ @iMr.WiFi..! @Abdul KariM @#,+( _xiRoc[K]; >
-
Nice System Keep Going ..
- 11 replies
-
- gcss
- global chat
-
(and 3 more)
Tagged with:
-
دامها ب منتصف الشاشة وش بغيت تسوي اجل ؟..
-
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 )
-
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 .
-
x[Infernus v2 | لوحة اختيار الانفرنس الاصدار الثاني]x
MR.StoRm replied to xX_Ma[D]arA_xX's topic in المساهمات
إبداع , واصل موداتك جميلة , وشكراً على الإهداء -
وظيفة جميلة أخ روك .. واصل
-
'onPlayerDamage' getElementType -- ped cancelEvent
-
جربت الي عطيتك ياه ؟ ..
-
حاول وبساعدك
-
انصحك تسويها بالجدوال الي فوق بالنسبة للكود التاني يصير كذا : 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)
-
مبدع يا ماستر , واصل .
-
اتوقع eventname مش معرفة
-
طريقتك مختصرة اكثر , لكن حقتي تظبط كمان