Jump to content

EH10

Members
  • Posts

    1,429
  • Joined

  • Last visited

Everything posted by EH10

  1. بدلتها بس انا رجعتها اكس واي زد وحطيتها
  2. الوحة شغلت بس المود ضغطت على الزر مااجت السياره للمكان الي حطيتة فيه وكتبت ماصار شي كلنت wnd = guiCreateWindow(183,176,446,264,".....",false) SsSs = guiCreateButton(10,24,427,231,".....",false,wnd) guiSetVisible (wnd, false) bindKey ( "F2" , "down" , function() guiSetVisible(wnd,not guiGetVisible(wnd)) showCursor(not isCursorShowing()) end ) addEventHandler("onClientGUIClick", getRootElement(), function () if source == SsSs then triggerServerEvent("createTheVehicle", getLocalPlayer()) end end ) addCommandHandler( "Hast", function () if getElementData(getLocalPlayer(), "Hunt") then outputChatBox("لايمكنك اصطياد سمكة الا اذا بعته", 255, 0, 255, true ) else if isPedInVehicle(getLocalPlayer()) then outputChatBox("تم اصطياد سمكة", 0, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", true) end end end ) addCommandHandler( "givt", function () if getElementData(getLocalPlayer(), "Hunt") == true then triggerServerEvent("giveMoney", getLocalPlayer()) outputChatBox("بعت السمك وحصلت على 40", 255, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", false) else outputChatBox("انت ليس لديك سمك ابدا لبيعة", 255, 0, 255, true ) end end ) سيرفر addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function () vehicle = createVehicle(411, x,y,z) end) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function (player) givePlayerMoney(client, 40) end ) meta.xml
  3. ماشتغل ض1 اسفين اني رفعت الموضوع بس كنت ادوره
  4. الان اذا ركبت هالكود لما اكتب بالايديت الاول وضغطت الزر بيجي بالايديت الثاني ؟
  5. ممكن تعديل للكود Say = guiCreateEdit( 0, 0, 0, 0, "", true ) Chat = guiCreateEdit( 0, 0, 0, 0, "Say ...", true ) Sends = guiCreateButton( 0.7, 0.1, 0.2, 0.1, ".....", true ) addEventHandler("onClientGUIClick",getRootElement(), function () if ( source == Sends ) then Shats = guiSetText( Say, "" ) local Shat = guiGetText(Chat) end end ) #!
  6. ابي تعدلون على هاذا اذا ممكن تخلونة يقدر يسجل واذا مكرر التسجيل يقول هاذا الحساب موجود واذا سوا حساب لقد عملت حساب جديد واذا سجل دخول لقد سجلت دخول واذا مافي مثل كذا حساب يقول هاذا الحساب ليس موجود واذا سجل يقول حياك لقد سجلت كلينت wind = guiCreateWindow(0, 0, 0, 0, "", false) reg = guiCreateEdit(0, 0, 0, 0, "", false, winds) pass2 = guiCreateEdit(0, 0, 0, 0, "", false, winds) register = guiCreateButton(0, 0, 0, 0, "register", false, winds) name = guiCreateEdit(0, 0, 0, 0, "", false, winds) pass = guiCreateEdit(0, 0, 0, 0, "", false, winds) login = guiCreateButton(0, 0, 0, 0, "lgoin", false, winds) addEventHandler("onClientGUIClick",getRootElement(), function () local user = guiGetText(name) local pass = guiGetText(pass) if ( source == login ) then triggerServerEvent("onlogin",getLocalPlayer(),user,pass) elseif ( source == register ) then triggerServerEvent("onre",getLocalPlayer(),user,pass) end end ) سيرفر addEvent("onlogin",true) addEventHandler("onlogin",getRootElement(), function (user,pass) local account = getAccount(user,pass) if ( account ) then logIn(source,account,pass) triggerClientEvent(source,"setcol",source) else outputChatBox("* Worng Username Or Password",source,255,0,0) end end ) addEvent("onre",true) addEventHandler("onre",getRootElement(), function (user,pass) local account = getAccount(user,pass) if ( account ) then outputChatBox("* This Account is Already Used",source,255,0,0) else addAccount(user,pass) outputChatBox("UserName: " .. user .. " PassWord : " .. pass,source,0,150,255) end end )
  7. كول تقدر تساعدني كود على محد يساعدك وضح
  8. انا كثرت طلبات كتير اسفين اني اتعبكم ابي فنكشات كذا لوحة فيها ايديت تكتب فية الكلام يعني مثلا السلام وتضغط الزر يجي في الايديت الي فوقة يعني مثل الي بسيرفر بسول وتجي الرسالة بالايديت الي فوقة send = button يعني لوحة دعم فني تكتب الكلام بالايديت تضغط زر
  9. addCommandHandler isGuestAccount getPlayerAccount getAccountData setElementData getElementData setTimer setAccountData --- شكرا لك وشكرا لكلير
  10. اذا ممكن تعدلي على كود والكونسل يقدر يسوي ثنين يعني يقدر يكتب اسم الشخص والوقت ويتحول له وقت ويقدر يكتب الجميع ويكتب الوقت ويتحول للجميع
  11. مشكور بس ذول اضيفهم مع كودك ؟
  12. يابعد قلبي انا ابي فنكشات اذا كذا اذا اي واحد من الاعضاء كتب وقت يعطية هو بس لحالة واذا كتب ثاني مره يقول لقد تم توزيع اليك وقت وبعد يومين يقدر ياخذ كذا
  13. السلام عليكم ممكن فنكشات اذا كتب باف8 توزيع وقت ياخي وقت 15 ساعة بعدين لما يكتب ثاني مره يقول تم اخذ ساعات من قبل وبعد يومين تكتب يعطيك
  14. setElementFrozen ( source, true ) - Freeze setTimer(setElementFrozen, 5000, 1, source, false) - unFreeze بعد 5 ثواني . #
  15. السلام عليكم ورحمة الله ابي فنكشات كاملات مع الشرح من تشغل المود يجي بعد 2 دقيقة تبدا مهمة المتاهه وبعد ماتبدا يكتب للاشتراك في مهمة المتاهه اكتب متاهه ولما تكتب يقول انت الان مشترك في المهمة واذا كتب ثاني مره يقول انت مشترك فعلا لايمكنك الاشتراك مره اخرا ولما تبدا بينقلهم والي يكتب وهي بادية مايقدر يدخل يقول انتظر حينما يخلص المهمة واذا لاقا حد الماركر ودخل فية ياخذ 1000 وينقل كل الي بالماب وبعدين تسوي للمود رستارت مشان تبدا المهمة ثاني مره شباب ابي الاكواد مع الشرح
  16. guiSetVisible setTimer guiSetVisible guiGetPosition guiSetPosition guiSetSize guiGetSize صراحة ما فهمت كثير .. الواحد ما يفهم الا وقت يشوف . اشرح مو على السيرفر يمكن الواحد ما يعرفه مو داخله من قبل ... طلبي صورهـ من تشغل المود او تخش السيرفر تطلع لك 3 4 صور كذا تجي الصوره الاولى وتتحرك يعني فوق على كيفي وتختفي وتجي الثانية نفسها ولما يخلصن كذا لو سمحت ابيك تشرح الاكواد اذا ماعليك تعب لان في بعضهم مافهمت لية جبتهن
  17. السلاة عليكم ابي فنكشاااااات تجي 3 صور تجي اول صورهـ وتتحرك وتطير فوق على الزاوية وتختفي وتجي الثانية وكذا متل وزارة الهجلولة
  18. يعني صار ماركر 1 واذا طلعت سياره تركب السياره وتنتقل لم مقره ؟
  19. جرب ورد خبر ضض1 & Server addEvent("spawningVehicle", true) local groupName = '[s.S]' local activeVehicles = {} local playersVehicles = {} local occupiedVehicles = {} local activeTimers = {} local Intruders = {} local function addVehicleToDestroyList(vehicleNumber) activeTimers[vehicleNumber] = setTimer( function(vehicleNumber) destroyElement(activeVehicles[vehicleNumber]) activeVehicles[vehicleNumber] = nil activeTimers[vehicleNumber] = nil for i,v in pairs(playersVehicles) do if v == vehicleNumber then playersVehicles[i] = nil break end end end, 30000, 1, vehicleNumber ) end local function removeVehicleFromDestroyList(vehicleNumber) if isTimer(activeTimers[vehicleNumber]) then killTimer(activeTimers[vehicleNumber]) activeTimers[vehicleNumber] = nil end end addEventHandler("spawningVehicle", root, function(model, planes) local poo = { {779.74615,1402.28125,66.32813}, {736.00775,1401.18469,66.32813} } local x, y, z = 0, 0, 0 local rx, ry, rz = 0, 0, 0 if planes then x, y, z = unpack(poo[math.random(#poo)]) rx, ry, rz = 0.3275146484375, 359.78839111328, 271.46984863281 else x, y, z = 751.25323,1260.12549,36.08281 rx, ry, rz = 359.54382324219, 359.99975585938, 3.48193359375 end if playersVehicles[client] then destroyElement(activeVehicles[playersVehicles[client]]) removeVehicleFromDestroyList(playersVehicles[client]) playersVehicles[client] = nil end local vehicle = #activeVehicles + 1 activeVehicles[vehicle] = createVehicle(model, x, y, z, rx, ry, rz) setVehicleColor(activeVehicles[vehicle], 255, 255, 255) warpPedIntoVehicle(client, activeVehicles[vehicle]) addVehicleUpgrade(activeVehicles[vehicle], 1010) playersVehicles[client] = vehicle occupiedVehicles[vehicle] = nil end ) addEventHandler("onVehicleExit", root, function(player, seat) if seat == 0 then if playersVehicles[player] then addVehicleToDestroyList(playersVehicles[player]) occupiedVehicles[playersVehicles[player]] = nil else for i,v in pairs(activeVehicles) do if v == source then addVehicleToDestroyList(i) occupiedVehicles[i] = nil end end end end end ) addEventHandler("onVehicleEnter", root, function(player, seat) if seat == 0 then if playersVehicles[player] then removeVehicleFromDestroyList(playersVehicles[player]) occupiedVehicles[playersVehicles[player]] = true else for i,v in pairs(activeVehicles) do if v == source then removeVehicleFromDestroyList(i) occupiedVehicles[i] = true break end end end end end ) addEventHandler("onVehicleStartEnter", root, function(player, seat) for i,v in pairs(activeVehicles) do if v == source then if getElementData(player, "Group") ~= groupName then outputChatBox("This vehicle is only for "..groupName.." group!", player, 255, 0, 0) cancelEvent() else if seat == 0 and occupiedVehicles[i] then outputChatBox("You cannot take this vehicle as someone in it already!", player, 255, 0, 0) cancelEvent() end end break end end end ) addEventHandler("onVehicleExplode", root, function() for i,v in pairs(activeVehicles) do if v == source then removeVehicleFromDestroyList(i) activeVehicles[i] = nil occupiedVehicles[i] = nil setTimer(destroyElement, 2000, 1, source) for k,s in pairs(playersVehicles) do if i == s then playersVehicles[k] = nil break end end break end end end ) Client local groupName = '[s.S]' local sx, sy = guiGetScreenSize() mainWindow = guiCreateWindow((sx-438)/2, (sy-487)/2, 438, 487, "[s.S] Vehicles{تمت البرمجة من قبل شراف}", false) guiWindowSetSizable(mainWindow, false) guiSetAlpha(mainWindow, 1.00) guiSetVisible(mainWindow, false) mainTab = guiCreateTabPanel(0.02, 0.04, 0.96, 0.90, true, mainWindow) local vehicles = { cars = { tab = guiCreateTab("Cars", mainTab), list = { {"Cheetah", 415}, {"Bullet", 541}, {"Infernus", 411}, {"Sultan", 560}, {"Turismo", 451}, {"Comet", 480}, {"Huntley", 579}, {"Bandito", 568}, {"Coach", 437}, {"Hotring Racer", 494}, {"Monster3", 557}, } }, bikes = { tab = guiCreateTab("Bikes", mainTab), list = { {"NRG-511", 522}, {"PCJ-600", 461}, {"Sanchez", 468} } }, planes = { tab = guiCreateTab("Planes", mainTab), list = { {"Sparrow", 469}, {"Maverick", 487} } } } vehicles.cars.gridlist = guiCreateGridList(0.05, 0.02, 0.89, 0.95, true, vehicles.cars.tab) table.insert(vehicles.cars, guiGridListAddColumn(vehicles.cars.gridlist, "Cars", 0.9)) vehicles.bikes.gridlist = guiCreateGridList(0.05, 0.02, 0.89, 0.95, true, vehicles.bikes.tab) table.insert(vehicles.bikes, guiGridListAddColumn(vehicles.bikes.gridlist, "Bikes", 0.9)) vehicles.planes.gridlist = guiCreateGridList(0.05, 0.02, 0.89, 0.95, true, vehicles.planes.tab) table.insert(vehicles.planes, guiGridListAddColumn(vehicles.planes.gridlist, "Planes", 0.9)) notice = guiCreateLabel(0.02, 0.94, 0.96, 0.03, " اختر سيارة ثم اضغط على الزر (Entrée) ", true, mainWindow) guiLabelSetColor(notice, 255, 255, 0) guiLabelSetHorizontalAlign(notice, "center", false) guiLabelSetVerticalAlign(notice, "center") for i,v in pairs(vehicles) do for _,k in ipairs(v.list) do local row = guiGridListAddRow(v.gridlist) guiGridListSetItemText(v.gridlist, row, v[1], k[1], false, false) end end local vehiclesMarker = createColSphere(733.99054,1264.04980,36.08281, 1) createMarker(733.99054,1264.04980,36.08281,"cylinder",2,0,255,0,255) addEventHandler("onClientColShapeHit", vehiclesMarker, function(hitElement) if hitElement == localPlayer and getElementData(hitElement, "Group") == groupName and not isPedInVehicle(hitElement) then guiSetVisible(mainWindow, true) showCursor(true) bindKey("enter", "down", selectVehicle) end end,false ) addEventHandler("onClientColShapeLeave", vehiclesMarker, function(leaveElement) if leaveElement == localPlayer and getElementData(leaveElement, "Group") == groupName and not isPedInVehicle(leaveElement) then guiSetVisible(mainWindow, false) showCursor(false) unbindKey("enter", "down", selectVehicle) end end, false ) function selectVehicle() for i,v in pairs(vehicles) do local tab = v.tab if guiGetSelectedTab(mainTab) == tab then local gridlist = v.gridlist if guiGridListGetSelectedItem(gridlist) ~= -1 then local row = guiGridListGetSelectedItem(gridlist) local vehName = guiGridListGetItemText(gridlist, row, v[1]) for _,k in ipairs(v.list) do if k[1] == vehName then if i == "planes" then triggerServerEvent("spawningVehicle", localPlayer, k[2], true) else triggerServerEvent("spawningVehicle", localPlayer, k[2], false) end unbindKey("enter", "down", selectVehicle) break end end guiSetVisible(mainWindow, false) showCursor(false) break end end end end . .
  20. قصدك لما تاخذ سيارهه يعطيك عادي ولما تشغل مقر اخوك يعطيك 2 سياره ؟
  21. أنت ناسي قوس باخر الكود ولا انا غلطان تأكد
  22. مادخل مخي اذا ممكن وماعليك تعب ابي يكون لما تشغل المود يجي ماركر 4 بـ مناطق احددها سو جدول مشان يخش مخي اكثر
×
×
  • Create New...