Jump to content

#BrosS

Members
  • Posts

    2,102
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by #BrosS

  1. مبروك نكست تستاهل
  2. من الفريروم؟
  3. America's got talent موهبتك تستاهل موهبة ولا هواية
  4. setElementData(button, "tooltip-text", "اخفاء الشات", false) button اسم الزر
  5. لو جربت تفهم تفهم احسن Edit : ماشفت رد عبد الكريم ض سوري
  6. toggleAllControls استعمله في الكلينت سايد
  7. #BrosS

    طلب.

    يب تخبيص كبير -- #Client GUIEditor = { gridlist = {}, window = {}, button = {} } GUIEditor.window[1] = guiCreateWindow(360, 173, 516, 391, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.gridlist[1] = guiCreateGridList(102, 57, 289, 247, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "Skin", 0.9) GUIEditor.button[1] = guiCreateButton(179, 320, 128, 44, "Select", false, GUIEditor.window[1]) local Skins = { { "#Skin1", 280 }, } -- for _,ami in ipairs(Skins) do local row = guiGridListAddRow(GUIEditor.gridlist[1] ) guiGridListSetItemText(GUIEditor.gridlist[1] ,row,1,ami[1],false,false) guiGridListSetItemData(GUIEditor.gridlist[1], row, 1, ami[2]) end -- function open( ) guiSetVisible ( GUIEditor.window[1], not guiGetVisible(GUIEditor.window[1]) ) showCursor ( guiGetVisible(GUIEditor.window[1]) ) end bindKey( 'F7', 'down', open ) -- addEventHandler("OnClientGUIClick",GUIEditor.button[1], function () if ( guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ) ~= -1 ) then local skinID = tonumber ( guiGridListGetItemData ( GUIEditor.gridlist[1], guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ), 1 ) ) triggerServerEvent ( "GetSkin", localPlayer, skinID ) else outputChatBox ("#cc0000* 彡 [ Server ]:#d6d6d4Please Choose Your Skin.",255,255,0,true) end end ); -- # Server addEvent("GetSkin",true) addEventHandler("GetSkin",root, function (id) local Money = getPlayerMoney(source) if ( Money >= 0 ) then takePlayerMoney( source , 0 ) setElementModel( source, id ) outputChatBox("#ffffff* #c1c1c1You got #0055ffSkin", source,0,255,0,true) end end ); انا قلت لك حاول مو تروح تجيب اكواد من مود ثاني وانت مو فاهمها جربه وقول ماني مركز
  8. #BrosS

    طلب.

    "onClientGUIClick" guiGridListGetSelectedItem triggerServerEvent setElementModel حاول ومارح نقصر معك
  9. #BrosS

    help

    button = guiCreateButton(65, 61, 244, 60, "فتح", false, window) button2 = guiCreateButton(65, 148, 244, 60, "اغلاق", false, window) -------------------------------------------------------- door = createObject(980,1893.0999755859,-15.5,36.599998474121,0,0,345) function brFunc(stat) if stat == "close" then moveObject (door,4000,1893.0999755859,-15.5,36.599998474121) else moveObject(door,4000,1893.1999511719,-15.300000190735,43.099998474121) end end addEventHandler( "onClientGUIClick", getRootElement(), function() if source == button then brFunc("open") elseif source == button2 then brFunc("close") end end );
  10. #BrosS

    help

    "onClientGUIClick" bindKey بدال
  11. https://ar.wikipedia.org/wiki/كرة
  12. مايقدر يستعمل "onColShapeHit" "onColShapeLeave" bindKey unbindKey ?
  13. Prison break <33333333 The Flash Legends of tomorrow هذا اللي تفرجتهم لول صراحة فلاش افضل مسلسل من نوع قوى خارقة
  14. رابع أرقمنت هو حق الدوران ped createPed ( int modelid, float x, float y, float z [, float rot = 0.0, bool synced = true ] ) rot
×
×
  • Create New...