Jump to content

Kara

Members
  • Posts

    245
  • Joined

  • Last visited

Everything posted by Kara

  1. https://forum.multitheftauto.com/viewtopic.php?f=161&t=96951
  2. انت الجميل ,,منور الموضوع
  3. addEventHandler( "onPlayerWasted", getRootElement( ), function() local TotalArms = getElementData(source, "ArmsDealer") if isElement(DealerMarker[source]) and TotalArms then destroyElement(DealerMarker[source]) DealerMarker[source] = nil setElementFrozen(source, true) end end )
  4. علي ما اضن تمت الافادة مافي داعي لي زيادة المشاركات
  5. مثلا نبيه للتاقات لو ندير تاق بيطلع الكلام مرتين
  6. تسلم واضح انهم اطفال يتهاوشون ع الحقوق
  7. addEventHandler ( "onPlayerJoin",root,function() outputChatBox("تم بددآ المهم اذهب الى المآركه لـدخول الى المهمه",source, 50, 30, 255) outputChatBox("تم تغشيل المهمه",source, 0, 150, 255) end) --------create Marker local WarMission = createMarker(2727.24390,-1826.40039,11.84375, "cylinder", 2, 255, 150, 250, 150) --------Taple local war = { {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375}, {2485.00000,-1667.00000,13.34375},} -------- Event Marker addEventHandler( "onMarkerHit", WarMission,function (player) if getElementType(player) == "player" and not isPedInVehicle(player) then if player == 32 then return outputChatBox ( 'العدد مكتمل لايمكنك دخول المهمه', player ) end local x, y, z = unpack(war[math.random(#war)]) setElementPosition(player, x, y, z) setElementModel (player, 2) setElementDimension ( player, 6 ) giveWeapon ( player, 4, 1, true ) giveWeapon ( player, 27, 999999, true ) giveWeapon ( player, 31, 999999, true ) giveWeapon ( player, 30, 999999, true ) giveWeapon ( player, 16, 2, true ) giveWeapon ( player, 25, 999999, true ) toggleControl ( player, "fire", false ) setElementFrozen(player, true) setTimer (function (player) toggleControl ( player, "fire", true ) setElementFrozen(player, false) end,1*60000, 0 ) end end)
  8. Kara

    تعديل

    نسيت شي انا جرب هذا addEventHandler("onClientGUIClick", resourceRoot, function() if (source == GUIEditor.gridlist[4]) then local sel = guiGridListGetSelectedItem(GUIEditor.gridlist[4]) local text = guiGridListGetItemData(GUIEditor.gridlist[4],sel,1) local player = getPlayerFromName(text) local email = guiGetText ( editmail ) local edit = guiGetText ( editname ) local item = guiComboBoxGetSelected(com) local textTwo = guiComboBoxGetItemText(com, item) local Get = guiGetText ( editcard ) if (player) then triggerServerEvent("getSerial", localPlayer, player,email,edit,item,textTwo,Get ) guiSetAlpha(GUIEditor.memo[2], 0.77) else guiSetText ( GUIEditor.memo[2] , "" ) guiSetAlpha(GUIEditor.memo[2], 0.17) end end end) addEvent("setSerial",true) addEventHandler("setSerial", root, function(playerName, playerSerial,email,edit,textTwo,Get,Chek) if guiCheckBoxGetSelected ( GUIEditor.checkbox[1] ) then guiSetText(GUIEditor.memo[2],'Name: '..playerName..'('..edit..')\nSerial: '..playerSerial..'\nEmail: '..email..'\nCard Type: '..textTwo..'\nCard Code: '..Get..'\nSubscription Type: classic ') elseif guiCheckBoxGetSelected ( GUIEditor.checkbox[2] ) then guiSetText(GUIEditor.memo[2],'Name: '..playerName..'('..edit..')\nSerial: '..playerSerial..'\nEmail: '..email..'\nCard Type: '..textTwo..'\nCard Code: '..Get..'\nSubscription Type: special ') end end)
  9. تسلم,شكرا علي المرور تسلم, منور الموضوع منور ع المرور يادريا
  10. يب نفس الفكره بس ممكن مودي فيه تطوير احسن
  11. Kara

    تعديل

    ارسل الكلام الي كتبته لي السيرفر الاول وبعدين رجعه كلينت جررب هكي addEventHandler("onClientGUIClick", resourceRoot, function() if (source == GUIEditor.gridlist[4]) then local sel = guiGridListGetSelectedItem(GUIEditor.gridlist[4]) local text = guiGridListGetItemData(GUIEditor.gridlist[4],sel,1) local player = getPlayerFromName(text) local email = guiGetText ( editmail ) local edit = guiGetText ( editname ) local item = guiComboBoxGetSelected(com) local textTwo = guiComboBoxGetItemText(com, item) local Get = guiGetText ( editcard ) if (player) then triggerServerEvent("getSerial", localPlayer, player,email,edit,item,textTwo,Get ) guiSetAlpha(GUIEditor.memo[2], 0.77) else guiSetText ( GUIEditor.memo[2] , "" ) guiSetAlpha(GUIEditor.memo[2], 0.17) end end end) addEvent("setSerial",true) addEventHandler("setSerial", root, function(playerName, playerSerial,email,edit,textTwo,Get,Chek) if guiCheckBoxGetSelected ( GUIEditor.checkbox[1] ) then guiSetText(GUIEditor.memo[2],'Name: '..Name..'('..edit..')\nSerial: '..Serial..'\nEmail: '..email..'\nCard Type: '..textTwo..'\nCard Code: '..Get..'\nSubscription Type: classic ') elseif guiCheckBoxGetSelected ( GUIEditor.checkbox[2] ) then guiSetText(GUIEditor.memo[2],'Name: '..Name..'('..edit..')\nSerial: '..Serial..'\nEmail: '..email..'\nCard Type: '..textTwo..'\nCard Code: '..Get..'\nSubscription Type: special ') end end) سيرفر addEvent("getSerial",true) addEventHandler("getSerial", root, function(player,email,edit,item,textTwo,Get) local playerName = getPlayerName(player) local playerSerial = getPlayerSerial(player) triggerClientEvent(source,"setSerial", source, playerName, playerSerial,email,edit,textTwo,Get,Chek) end)
  12. السلام عليكم ورحمة الله وبركاته اقدم لكم مود مسابقة الاسئله من صنعي المود عباره عن لوحه تفتح بي امر في اف8 الامر هوا "ask" وتضع فيها سؤال واجابه والمبلغ الذي سيحصل عليه الاعب اذا جاوب علي السؤال والمود فيه ملف اسمه "u-can" هذا تقدر تغير فيه الكلام الي يطلع في الشات وقروب الوحه لمن تفتح وتقدر تغير الامر الي يفتح الوحه صوره للمود انشالله يعجبكم #~ التحميل https://community.multitheftauto.com/in ... s&id=13503
  13. addEventHandler("onClientGUIClick",root, function () if source == start then music = playSound("music.mp3") setSoundVolume(music,1) elseif source == stop then destroyElement(music) end end )
  14. addCommandHandler getPlayerName textCreateTextItem getPlayerName addCommandHandler setElementPosition setElementInterior giveWeapon
  15. لو تبيها ع الاربيجي غير تصويبة الاربيجي وبس وحط تصويبه مثل ذي الي تبيها
  16. وضح طلبك عشان نعرف نساعدوك
  17. شئ من التأثيرات وكذا (شي زايد)
×
×
  • Create New...