Jump to content

MR:SADIQ

Members
  • Posts

    236
  • Joined

  • Last visited

Everything posted by MR:SADIQ

  1. برستيج قلت لك سابقا ماعرف اخد كود من الويكي ياريت لو تعلمني او تدلني على شرح
  2. مطلوب كود بوابة تفتح بي tap لقروب معين زي باب المقرات بس هدا يفتح بي Tap
  3. كدا marker = createMarker( 2173.8000488281, 1012.5999755859, 10.800000190735, 'cylinder', 0.5, 255, 0, 0, 150 ) function showVehicleName ( thePlayer ) local theVehicle = getPedOccupiedVehicle ( thePlayer ) if theVehicle then outputChatBox ( "Name of the Vehicle: " .. getVehicleName ( theVehicle ), thePlayer ) else outputChatBox ( "You do not have a Vehicle!", thePlayer, 255, 0, 0, true ) end end addCommandHandler ( "getcarname", showVehicleName) vehicleKey, vehicleValue in ipairs(vehicles) do -- fix the vehicle fixVehicle ( vehicleValue ) end
  4. مطلوب شباب كود ماركر ادا تدخل فيه بسيارة تصلح وسلام عليكم
  5. وضح ايي زر تبي تربطه ابغي اربط GUIEditor.button[2] = guiCreateButton(64, 85, 129, 62, "اسم الزر الاول", false, GUIEditor.memo[1])
  6. GUIEditor = { memo = {}, button = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(183, 147, 479, 261, "أختيار الفريق v1.0", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.memo[1] = guiCreateMemo(21, 33, 444, 217, "تم تصميم هذا المود بواسطة sadiq\nجميع الحقوق محفوظة للـسيرفر \nأختيار الفريق v1.0\n", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(64, 85, 129, 62, "اسم الزر الاول", false, GUIEditor.memo[1]) GUIEditor.button[3] = guiCreateButton(241, 87, 120, 67, "اسم الزر الثاني", false, GUIEditor.memo[1]) هذا كودي^^ شلون اربط الازرار؟ علمني عشان اتعلم واسوي كل مره بنفس الطريقة وشكرا برب
  7. طيب علمني شلون اسحب الكود من الويكي
  8. اذا انا سويت نافذه وفيها ازرار شلون اربط الزر بي الامر ؟؟
  9. انا قلت ممكن ماقلت حطه غصب ومحد جابرنك تحطه
  10. عطني ايميلك ماعرف للخاص توي جديد
  11. bool setElementPosition ( element theElement, float x, float y, float z [, bool warp = true ] ) وين احطها في الكود بضبط تراني مو خبره
  12. ابغي اخلي الزرين كلواحد ينقل لمكن ممكن تعدلوه GUIEditor = { memo = {}, button = {}, label = {}, window = {}, } local screenW, screenH = guiGetScreenSize() GUIEditor.window[1] = guiCreateWindow(122, 122, 433, 288, "TIME By sadiq v.1", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(51, 38, 79, 91, "", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(43, 39, 98, 104, "", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(43, 39, 98, 104, "", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(184, 40, 97, 99, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(33, 238, 144, 47, "", false, GUIEditor.window[1]) GUIEditor.label[3] = guiCreateLabel(0, -23, 168, 85, "", false, GUIEditor.label[2]) GUIEditor.memo[1] = guiCreateMemo(39, 220, 124, 59, "", false, GUIEditor.window[1]) هذي صورة للي سويته
  13. function gimmeATeam ( source, commandName, teamName ) local newTeam = createTeam ( teamName ) -- create a new team with the specified name if newTeam then -- if it was successfully created setPlayerTeam ( source, newTeam ) -- add the player to the new team end end addCommandHandler("giveteam", gimmeATeam) function assignNewTeam ( source, commandName, teamName ) local theTeam = createTeam ( teamName ) -- create a new team with the specified name if theTeam then -- if it was successfully created setPlayerTeam ( source, theTeam ) -- add the player to the new team end end addCommandHandler ( "gimmeateam", assignNewTeam ) function unassignTeam ( source, commandName ) local theTeam = getPlayerTeam ( source ) -- Check if the player is on a team if theTeam then -- this player is on a team, so we can remove them from it setPlayerTeam ( source, nil ) -- remove the player from the current team end end addCommandHandler ( "takeawaymyteam", unassignTeam ) -- Get a table of all the players players = getElementsByType ( "player" ) -- Go through every player for playerKey, playerValue in ipairs(players) do -- Spawn them at the desired coordinates spawnPlayer ( playerValue, 0.0, 0.0, 5.0, 90.0, 0 ) end
  14. مافهمت استخدم الترايقر لـ اكواد السيرفر
  15. ممكن تحط الكود جاهز هدا سيرفر ولا كلنت؟
  16. ابغي كود 3 صور تطلع على شاشة بعد ما الاعب يسجل دخول كل صوره تيم+سلاح+مكان محدد
  17. شكرا ماقصرتون جميعاً
  18. عندي مشكله انا الكتابة الي الي تسجيل دخول وكدا.. ماتصير عربي معا انا الملف lua
  19. جربت بس باقي حقول وازرار تسجيل الدخول+تسجيل مو في محلهم
×
×
  • Create New...