Jump to content

#J2mes

Members
  • Posts

    122
  • Joined

  • Last visited

Everything posted by #J2mes

  1. العفو @iBlack.Next هو حط اكواد اللوحة انها ماتشتغل وصلحتها له
  2. addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() wnd = guiCreateWindow((screenW - 341) / 2, (screenH - 469) / 2, 341, 469, "~# لوحة انتقآلات #~", false) guiWindowSetSizable(wnd, false) guiSetAlpha(wnd, 1.00) label = guiCreateLabel(11, 435, 158, 19, "#Created By : Royal - mIDO", false, wnd) guiLabelSetColor(label, 6, 148, 248) grid = guiCreateGridList ( 13, 25, 318, 342, false, wnd) column = guiGridListAddColumn(grid, "الآمآآكن", 0.9, wnd) for k,v in ipairs(grida) do s = guiGridListAddRow(grid) guiGridListSetItemText(grid,s,1,v[1],false,false) guiGridListSetItemData(grid,s,1,{v[2],v[3],v[4]}) end Warp = guiCreateButton(16, 376, 143, 40, "~# Warp #~", false, wnd) guiSetProperty(Warp, "NormalTextColour", "FFAAAAAA") Close = guiCreateButton(188, 376, 143, 40, "~# Close #~", false, wnd) guiSetProperty(Close, "NormalTextColour", "FFAAAAAA") guiSetVisible(wnd,false) end )
  3. #J2mes

    تعديل

    ^ انا مجرب كودة , فتحت اللوحة معي
  4. #J2mes

    تعديل

    "[L]e3bA" name="Test" version="1.0" type="script" />
  5. #J2mes

    تعديل

    مافيه ولا خطا وجربتها + أطرح الميتا
  6. الراديو بوتن ماتقدر تحدد غير واحد اتوقع مو اكيد , لاني م استخدمه كثير
  7. guiCheckBoxGetSelected : يرجع لك ان كان الشيك بوكس ترو او فولس guiCheckBoxSetSelected : تحط قيمة لـ الشيك بوكس اما فولس او ترو لو تروح للويكي تعرف
  8. addEventHandler("onClientResourceStart", resourceRoot, function() wnd = guiCreateWindow(228, 188, 372, 110, "Test", false) guiWindowSetSizable(wnd, false) guiSetAlpha(wnd, 1.00) guiSetVisible(wnd,false) c1 = guiCreateCheckBox(9, 31, 195, 15, "Test ", false, false, wnd) c2 = guiCreateCheckBox(9, 56, 195, 15, "Test ", false, false, wnd) end ) bindKey("x","down", function ( ) guiSetVisible ( wnd , not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) end) ----------- addEventHandler("onClientGUIClick",resourceRoot , function ( ) if ( source == c1 ) then if ( guiCheckBoxGetSelected ( c2 ) == true ) then guiCheckBoxSetSelected ( c2 , false ) end elseif ( source == c2 ) then if ( guiCheckBoxGetSelected ( c1 ) == true ) then guiCheckBoxSetSelected ( c1 , false ) end end end )
  9. مكتوب بالويكي ان ماتقدر تعطي البيد سلاح مباشرة لازم بعد وقت
  10. ^ Can't use giveWeapon() directly after createPed() ماتقدر تعطي البيد سلاح على طول
  11. @ MrSAUD1 كودك خطأ ناقصك الارقمنت حق ايدي الشخصية
  12. الطلب الاول "onClientGUIClick" getElementsByType setElementAlpha
×
×
  • Create New...