Jump to content

^#Dream

Members
  • Posts

    236
  • Joined

  • Last visited

Everything posted by ^#Dream

  1. السسلام عليكم انا ودي اسوي معرض السيارات وابي الاكواد مثل اذا ضغطت على السيارة من القريد ليست تطلع لي السيارة والكود اذا ضغط Buy يسحب من فلوسه وتجي السيارة في لوحة التحكم حقت السيارة وابي كود Lock Hide Show Sell Warp to car Light On Light Off
  2. زبط الكوماند بس باقي اذا كتبت الكوماند تطلع النافذة لانها الحين اذا شغلت المود على تطلع النافذة
  3. لا مابيها تجي بس ابيها تطلع اذا كتب الكوماند
  4. طيب انا ابي واحد يصصلح لي CommandHandler + اذا شغلته تطلع لي النافذهه على طول
  5. GUIEditor.label[1] = guiCreateLabel(477, 458, 140, 31, "Created By : mnGr7", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[1], 91, 214, -- s8) --> -- اللون حق الـ Label GUIEditor.label[2] = guiCreateLabel(19, 460, 148, 31, "Server Name Here", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 10, 95, 211)
  6. GUIEditor = { staticimage = {}, label = {}, button = {}, window = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(113, 52, 604, 491, "UPDATES", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.staticimage[1] = guiCreateStaticImage(9, 23, 585, 120, ":guieditor/images/Updates.png", false, GUIEditor.window[1]) GUIEditor.memo[1] = guiCreateMemo(9, 156, 585, 289, " = Server Updates =\n- Write Any Update here (Admin Name)\n- Fixed Bug's (mnGr7)\n- New Script (mnGr7)\n-\n-\n-\n-\n-\n-\n-\n-", false, GUIEditor.window[1]) guiMemoSetReadOnly(GUIEditor.memo[1], true) GUIEditor.button[1] = guiCreateButton(164, 448, 293, 33, "Close", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "sa-header") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(477, 458, 140, 31, "Created By : mnGr7", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[1], 91, 214, -- s8) --> GUIEditor.label[2] = guiCreateLabel(19, 460, 148, 31, "Server Name Here", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 10, 95, 211) end ) addEventHandler ("onClientGUIClick", root, function () if ( source == GUIEditor.button[1] ) then guiSetVisible (GUIEditor.window[1], false) showCursor (false) guiSetInputEnabled(false) end end ) function( ) guiSetVisible(window, not guiGetVisible(window)) showCursor(not isCursorShowing()) end addCommandHandler ( "updates", updatesList ) function() outputChatBox ( "#FF0000(NOTE) #FFA900New updates has been uploaded, use /updates", 255, 255, 255, true ) end addCommandHandler("updt", updates) ابي تصحيح لـ CommandHandler + اذا شغلت الريسورس النافذه تفتح بدون ماسسوي شي
  7. انا اذا جيت سويت قروب جديد بنفس الي كاتبه getElementData( hitPlayer, 'Group' ) == 'Extreme' then اذا جيت سويت قروب اسمه Extreme في السكربت حق احمد فيف مايفتح لي الـ Gui معي اني داخل التيم ومسوي القروب بس اذا سويته بالسكربت حق العقرب يفتح لي الـ GUI
  8. الله يعطيك الععافيةة ي عناد بس عندي مششكلة انه مايقبل القروب سيستم حق احمد فيف بس يقبل حق العقرب انا ابيه يقبل القروب سيستم حق احمد فيف
  9. addEvent("carx",true) addEventHandler("carx",root, function (carxx) if getElementData ( source, "destroy" ) then destroyElement ( getElementData ( source, "destroy")) end local carname = getVehicleIDFromName(carxx) local x, y, z = getElementPosition ( source ) Vehicle = createVehicle (carname, x+2, y, z ) warpPedIntoVehicle ( source, Vehicle) setElementData ( source, "destroy", Vehicle ) end )
  10. انا ابيها Infernus : Nos (Nitro) Turismo : Nos Bullet : Nos والباقي عليها كل الابقريد Sultan + Egley + Flash All Upgrade's
  11. local window = guiCreateWindow(353, 146, 323, 358, "Cars GUI", false) guiWindowSetSizable(window, false) guiSetVisible (window,false) guiSetAlpha(window, 1.00) local gridlist = guiCreateGridList(33, 46, 256, 253, false, window) guiGridListAddColumn(gridlist, "Cars", 0.9) local button2 = guiCreateButton(29, 311, 68, 35, "Select", false, window) guiSetProperty(button2, "NormalTextColour", "ffff0000") local button = guiCreateButton(288, 25, 26, 22, "X", false, window) guiSetProperty(button, "NormalTextColour", "FFFF0000") local car = { 411, 451, 541, 560, 562, 565 } for _,vehicle in ipairs (car) do local row = guiGridListAddRow ( gridlist ) guiGridListSetItemText ( gridlist, row, 1,getVehicleNameFromModel (tonumber( vehicle )), false, false ) end addEventHandler("onClientGUIClick",button2, function () local carxx = guiGridListGetItemText ( gridlist, guiGridListGetSelectedItem ( gridlist ), 1 ) if carxx == "" then return outputChatBox("Please Select a Car",255, 255, 255,false) end triggerServerEvent("carx",localPlayer,carxx) guiSetVisible(window,false) showCursor(false) end,false ) ------------ local car = createMarker ( -2408.63232,-598.40387,132.64844, "cylinder", 2.5, 255, 255, 255, 255 ) addEventHandler('onClientMarkerHit', car, function ( hitPlayer ) if ( hitPlayer == localPlayer ) and getPlayerTeam( hitPlayer ) and getTeamName( getPlayerTeam( hitPlayer ) ) == 'No Team' and getElementData( hitPlayer, 'Group' ) == 'Extreme' then guiSetVisible ( window ,true ) showCursor( true ) guiSetInputEnabled(false) end end ) addEventHandler( "onClientGUIClick", button , function () guiSetVisible(window,false) showCursor(false,false) end ) الاضافة الي ابيها هي AddVehicleUpgrade
  12. مشششكور TheKiller زبطط
  13. ععدلت الـ ميمو خليتها ماحد يقدر يعدلها بس باقي اذا شغلته يجيني الـ GUI بدون ماخش الماركر
  14. الله يعطيك الععافية اخخوي بس اذا شغلت المود على طول يجي الـ Gui بدون ماروح للماركر + الـ Memo مابي اي واحد يعدل عليها الحين اقدر اعدلها على احذف كل شوي حتى لو اسوي logout من حسابي
  15. local Marker = createMarker (846.49518,-2064.81494,12.86719,"cylinder", 2, 255, 255, 0, 150) GUIEditor = { button = {}, window = {}, label = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(220, 150, 438, 320, "=[ Group Info ]= | =[ Base Info ]=", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.memo[1] = guiCreateMemo(9, 23, 419, 250, "Group Info Or Base Info Here\n\n\n\n\nBy : mnGr7", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(317, 283, 115, 20, "Created By : mnGr7", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[1], 151, 0, 0) GUIEditor.button[1] = guiCreateButton(13, 277, 294, 33, "Close", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "sa-header") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") end ) addEventHandler('onClientMarkerHit', Marker, function ( hitPlayer ) if ( hitPlayer == localPlayer ) then guiSetVisible ( GUIEditor.window[1] ,true ) showCursor( true ) guiSetInputEnabled(false) end end function closeGUI () guiSetVisible(GUIEditor.window[1], false ) showCursor(false) end addEventHandler("onClientGUIClick", GUIEditor.button[1], closeGUI, false)
×
×
  • Create New...