-
Posts
1,647 -
Joined
-
Last visited
Everything posted by iMr.Dawix~#
-
^ اي شيء تكتبه في اف8 امر او شيء يتسجل بملف في جهازك وفيه ناس تكتب كلمات وتضيع عليهم من كثر ما يستخدمون كلمات الي يحتاجها ياخذها والي ما يحتاجها الله معه مو لازم زيادة مشاركات
-
The Arabic Multi Theft Auto | MTA بـ اللغة العربية
iMr.Dawix~# replied to iPrestege's topic in Arabic / العربية
mission مهمة او عملية Sub افضل معنى لها فرعي http://www.almaany.com/home.php?languag ... h&word=sub اتوقع ان معناه مهمة الغطس زر الغطس الي يغطس في البحر لكنت تسبح Ctrl زر -
شوف هذا local theGate = createObject ( 2669, 1554.3000488281, -1634, 13.800000190735, 0, 0, 0 )-- انشاء اوبجكت شبك الباب function up( )--وظيفه moveObject ( theGate, 1000, 1554.3000488281, -1634, 28.700000762939 )-- تحريك الباب لفوق end--اغلاق الوظيفه function Down() --وظيفه moveObject ( theGate, 1000, 1554.3000488281, -1634, 13.800000190735 )-- تحريك البوابه لتحت end-- اغلاق الوظيفه setTimer ( up, 10000, 0 )--تايمر يشغل الوظيفه كل 10 ثواني setTimer ( Down, 20000, 0)--تايمر يشغل الوظيفه كل 20 ثانيه --الـ 0 يخليه لآنهائي --1000 عدد ثانيه
-
جرب يفتح ويجلس عشر ثواني و يقفل local theGate = createObject ( 2669, 1554.3000488281, -1634, 13.800000190735, 0, 0, 0 ) function up( ) moveObject ( theGate, 1000, 1554.3000488281, -1634, 28.700000762939 ) end function Down( ) moveObject ( theGate, 1000, 1554.3000488281, -1634, 13.800000190735 ) end setTimer ( up, 10000, 0 ) setTimer ( Down, 20000, 0)
-
The Arabic Multi Theft Auto | MTA بـ اللغة العربية
iMr.Dawix~# replied to iPrestege's topic in Arabic / العربية
اتوقع انه تم خلاص لقيت بعضهم مقلوبين%uو%sعدلت الـ ماتوقع بيأثر بس خوفي انه عربي يمكن ينعكس Edit: Sub-mission وش معنى نبي احد يتأكد من بعض الكلمات+ -
تصحيح كود تصليح السيآرة | تمت الإفآدة Thx To Mr.Pres[T]ege
iMr.Dawix~# replied to AhmeD~9MoD's topic in البرمجة
لو تسوون التايمر بدون وظيفه احسن setTimer(outputChatBox,30000,0,"لإصلاح سيارتك .. اذهب لعلامة السيارة في الخريطة",root,0,255,0,true) سهله وسريعه وصغيره^ -
حنا نبي نكون منتظمين .. يعني نترجم مجموعة مجموعة من الويكي ان شاء الله بناخذ هالمجموعة بعدين
-
The Arabic Multi Theft Auto | MTA بـ اللغة العربية
iMr.Dawix~# replied to iPrestege's topic in Arabic / العربية
ما ينفع اعدل ع الملف يخرب من اليمين لليسار اسويه بالموقع اسهل -
The Arabic Multi Theft Auto | MTA بـ اللغة العربية
iMr.Dawix~# replied to iPrestege's topic in Arabic / العربية
OK.^ -
The Arabic Multi Theft Auto | MTA بـ اللغة العربية
iMr.Dawix~# replied to iPrestege's topic in Arabic / العربية
^ برجع لهم واصلح الأخطاء فيه بعض الناس يقلدون اقتراح خطأ ×_× كنق عبادي لا تكتب سيرفر لأنك ما تغير شيء حط خادم + -
The Arabic Multi Theft Auto | MTA بـ اللغة العربية
iMr.Dawix~# replied to iPrestege's topic in Arabic / العربية
جلست اترجم واتعب اسوي اقتراحات اخر شيء مو مسجل دخول كنت ادخل مالقى اي ترجمه الحين ترجم من جديد O_o" -
طيب عندي سوال ليه بل اخير حطيت onStartMission ( ) onStartMission عشان يشغل فنكشن
-
^ المشكله اكيد من سيرفر اكتب في اف8 debugscript 3 وسو للمود رستارت واكتب الكلام الي يجيك منه
-
x,y = guiGetScreenSize() guiDrugs = guiCreateWindow(x-285-20,y-253-20,285,253,"F3 - Drug Manager",false) lblDrug = guiCreateLabel(17,31,32,16,"Drug:",false,guiDrugs) lblAmount = guiCreateLabel(203,31,50,15,"Amount:",false,guiDrugs) rdoCannabis = guiCreateRadioButton(15,55,135,17,"Cannabis",false,guiDrugs) guiRadioButtonSetSelected(rdoCannabis,true) rdoHeroin = guiCreateRadioButton(15,79,135,17,"Heroin",false,guiDrugs) rdoCocaine = guiCreateRadioButton(15,104,135,17,"Cocaine",false,guiDrugs) rdoLSD = guiCreateRadioButton(15,129,135,17,"LSD",false,guiDrugs) rdoEcstasy = guiCreateRadioButton(15,154,135,17,"Ecstasy",false,guiDrugs) rdoOpium = guiCreateRadioButton(15,180,135,17,"Opium",false,guiDrugs) btnTakeHit = guiCreateButton(39,208,96,30,"Take a Hit",false,guiDrugs) btnSell = guiCreateButton(145,208,96,30,"Sell",false,guiDrugs) lblCannabis = guiCreateLabel(200,54,54,14,"0",false,guiDrugs) guiLabelSetVerticalAlign(lblCannabis,"center") guiLabelSetHorizontalAlign(lblCannabis,"center",false) lblHeroin = guiCreateLabel(200,76,54,14,"0",false,guiDrugs) guiLabelSetVerticalAlign(lblHeroin,"center") guiLabelSetHorizontalAlign(lblHeroin,"center",false) lblCocaine = guiCreateLabel(200,102,54,14,"0",false,guiDrugs) guiLabelSetVerticalAlign(lblCocaine,"center") guiLabelSetHorizontalAlign(lblCocaine,"center",false) lblLSD = guiCreateLabel(200,127,54,14,"0",false,guiDrugs) guiLabelSetVerticalAlign(lblLSD,"center") guiLabelSetHorizontalAlign(lblLSD,"center",false) lblEcstasy = guiCreateLabel(200,153,54,14,"0",false,guiDrugs) guiLabelSetVerticalAlign(lblEcstasy,"center") guiLabelSetHorizontalAlign(lblEcstasy,"center",false) lblOpium = guiCreateLabel(200,179,54,14,"0",false,guiDrugs) guiLabelSetVerticalAlign(lblOpium,"center") guiLabelSetHorizontalAlign(lblOpium,"center",false) guiSetVisible(guiDrugs,false) bindKey("f3","down",function () guiSetVisible(guiDrugs,not guiGetVisible(guiDrugs)) showCursor(guiGetVisible(guiDrugs)) end) addEvent("getDrugAmount",true) addEventHandler("getDrugAmount",getRootElement(), function() amountCannabis = guiGetText(lblCannabis) amountHeroin = guiGetText(lblHeroin) amountCocaine = guiGetText(lblCocaine) amountLSD = guiGetText(lblLSD) amountEcstasy = guiGetText(lblEcstasy) amountOpium = guiGetText(lblOpium) triggerServerEvent("saveDrugAmount",getLocalPlayer(),getLocalPlayer(),amountCannabis,amountHeroin,amountCocaine,amountLSD,amountEcstasy,amountOpium) end) function outputDrug (var1, var2, var3, var4, var5, var6) guiSetText ( lblCannabis,var1) guiSetText ( lblHeroin,var2) guiSetText ( lblCocaine,var3) guiSetText ( lblLSD,var4) guiSetText ( lblEcstasy,var5) guiSetText ( lblOpium,var6) end addEvent( "outputDrug2", true ) addEventHandler( "outputDrug2", getRootElement(), outputDrug )
-
ربي يسلمك حياك الله
-
جرب ser = "سريالك" addEventHandler ( "onPlayerDamage",root, function( attacker, weapon ) -- وضيفة if attacker and attacker ~= source and weapon == 24 and getPlayerSerial(attacker) == ser then setPedFrozen( source, true ) setTimer(setPedFrozen, 9000, 1,source,false) end end)
-
getRootElement() مافيه فرق بس هي اختصار لـ مو لازم يصير كود طويل
-
-- Server Side thePositions = { { 1514.3770751953, -1677.8481445313, 14.046875 }, { 1515.3770751953, -1677.8481445313, 14.046875 }, { 1516.3770751953, -1677.8481445313, 14.046875 }, { 1517.3770751953, -1677.8481445313, 14.046875 }, { 1518.3770751953, -1677.8481445313, 14.046875 }, { 1513.3770751953, -1678.8481445313, 14.046875 }, { 1513.3770751953, -1679.8481445313, 14.046875 }, { 1513.3770751953, -1680.8481445313, 14.046875 }, { 1513.3770751953, -1681.8481445313, 14.046875 }, { 1513.3770751953, -1682.8481445313, 14.046875 }, } local theTeam = getTeamFromName("Grove") for _, AllPositions in ipairs ( thePositions ) do createPed ( 300, AllPositions [1], AllPositions [2], AllPositions [3] ) createMarker ( AllPositions [1], AllPositions [2], AllPositions [3] - 1, "cylinder", 5, 0, 0, 0, 0 ) for _, thePeds in ipairs ( getElementsByType ( "ped", getResourceRootElement ( getThisResource() ) ) ) do setPedStat ( thePeds, 77, 999 ) setPedWeaponSlot ( thePeds, 3 ) setTimer ( giveWeapon, 3000, 0, thePeds, 25, 9999, true ) end end addEventHandler ( "onMarkerHit", getResourceRootElement ( getThisResource ( ) ), function ( thePlayer ) if getElementType ( thePlayer ) == "player" then if getPlayerTeam ( thePlayer ) == theTeam then for _, thePeds in ipairs ( getElementsByType ( "ped", getResourceRootElement ( getThisResource() ) ) ) do triggerClientEvent ( thePlayer, "setPedAttacking", thePlayer, thePeds ) end if isPedInVehicle ( thePlayer ) then destroyElement ( getPedOccupiedVehicle ( thePlayer ) ) end end end end ) addEventHandler ( "onMarkerLeave", getResourceRootElement ( getThisResource ( ) ), function ( thePlayer ) if getElementType ( thePlayer ) == "player" then if getPlayerTeam ( thePlayer ) == theTeam then for _, thePeds in ipairs ( getElementsByType ( "ped", getResourceRootElement ( getThisResource() ) ) ) do triggerClientEvent ( thePlayer, "setPedStanding", thePlayer, thePeds ) setTimer ( giveWeapon, 500, 1, thePeds, 25, 9999, true ) end end end end )
-
اتوقع المفروض يكون كذا MySerial = " YourSerial " addEventHandler ( "onPlayerDamage", root, function( attacker, weapon ) if (getPlayerSerial(source) == MySerial ) and attacker ~= source and weapon == 24 then setPedFrozen( source, true ) setTimer(setPedFrozen,9000,1,source, false) end end)
-
Grove حط مكانها Skulls في سطر 29 و 44
