-
Posts
7,337 -
Joined
-
Days Won
11
Everything posted by TAPL
-
onClientGUIClick و حط مكانه الحدث bindKey بسيطه بس غير الـ
-
؟bindKey قصدك زر مثال bindKey("F4", "down", function() addEventHandler("onClientPlayerWasted", localPlayer, onWaste) end) function onWaste() setElementPosition(localPlayer, x, y, z) removeEventHandler("onClientPlayerWasted", localPlayer, onWaste) end مثال آخر bindKey("F4", "down", function() waste = true end) function onWaste() if waste then setElementPosition(localPlayer, x, y, z) waste = false end end addEventHandler("onClientPlayerWasted", localPlayer, onWaste) و ممكن تسويه بطرق آخرى بعد
-
ياليت تنتبه و تحط الموضوع في القسم الصحيح *ينقل
-
مدري وش الي عاجبكم في سيرفر تابل هو كله سيرفر بمود البيس مود الي منشور و كل شخص موجود عنده + شوب الي تقدر تلقاه بسهوله و موجود شوبات كثير منشوره و إذا كنت تقصد الهجولة، الهجولة كله على الشارع و تصميم الماب و السيارات و تعديل الفريروم الي أتوقع السيرفرات الي الحين موجوده موجود فيها كل ذي الأشياء و أفضل منها بعد يعني حتى لو فتحت السيرفر محد بيدخل
-
There no event for the weather when it change, so you will have to play around it, you can use timer for this task.
-
The event is server-side only, and the function are client-side. Use the event: onClientResourceStart
-
._. كيف تعطي اللاعب سلاح وهو توه داخل السيرفر و ما صار له سباون
-
addEventHandler("onPlayerUnmute", root, function() local acc = getPlayerAccount(source) if acc and not isGuestAccount(acc) then if isObjectInACLGroup("user."..getAccountName(acc), aclGetGroup("Admin")) then outputChatBox("هش", source, 255, 0, 0) cancelEvent() end end end)
-
للنوافذ CEGUI أم تي اي يستخدم نظام http://www.cegui.org.uk/wiki/index.php/Main_Page
-
As far as i know it not possible.
-
Sorting is very good feature, but sometime it become annoying. The one thing i hate about sorting is that when you use it the data will be sorted from bigger to smaller or from smaller to bigger and there no way to reset the sort to normal, unless you restart MTA.
-
ما اشوف فيها خطأ إذا في خطأ ياليت توضحه لنا عشان نستفيد
-
لازم تسوي تحقق للألمنت الي دخل الماركر بالفنكشن getElementType لان لو كان الي دخل الماركر سيارة، بيصير دم السيارة 100 و بتنفجر setPedArmor الكود الجديد setPlayerArmor الكود قديم
-
MTA يعني بدون single player شغل اللعبه و شوف تشتغل او لا؟
-
الأكواد الي فوق مالها داعي أفتح ملف الكلينت و حطه فيه ذا الكود لحاله وبس playSound("1.mp3") إذا ما اشتغل يعني ملف الصوت حقك خربان أو اسمه غير او صيغته غير او في خطأ بملف الميتا
-
Use visibleTo argument for the marker. https://wiki.multitheftauto.com/wiki/CreateMarker
-
@IIYAMA visibleDistance: The maximum distance from the camera at which the blip is still visible (0 - 65535). if you set the visible distance to more than 65535, you will have some trouble with the blip visible.
-
شوف بما أن الفكشن سيرفر isObjectInACLGroup -- Server Side Only ! تسوي تحقق ثم تسوي ترايقر للكلنت لأن guiSetVisible -- Client Side Only ! + "onPlayerLogin" وش يسوي بالأفنت ذا؟ يعني ما يحتاج للأفنت bindKey هو مسوي زر
-
بس لازم خادم قوي ............ الخ خخ ماله علاقه التحميل بيصير أسرع إذا كان من موقع أضافة إلى انه التحميل العادي فيه مشكلة لو كان عدد اللاعبين فوق 50 تقريباً و ركبت تحميل سيارة مثلاً بتلاحظ ان التحميل يعلق لكن لو كان التحميل من موقع ما بيعلق التحميل
-
إذا عندك خادم ما يحتاج ترفع في الجهتين نفس الشيء أنت مخلي المودات في ملف السيرفر في ملفات الخادم يعني الخادم الي يخلي الاعب يحملون منه لو غيرت المجلد ماأتوقع تزيد السرعه ما فهمت انت أنا قصدي تخلي التحميل من نفس الخادم يعني تفتح موقع على الخادم نفسه و تخلي التحميل من الموقع الي على الخادم
-
إذا عندك خادم ما يحتاج ترفع في الجهتين
-
Is sha256 default for password encryption in future versions of MTA? Yes, it's used from ver 1.3.1 r4828
-
Handler function parameters أفتح الويكي و شوف تحت كلمة https://wiki.multitheftauto.com/wiki/AddCommandHandler
-
تصحيح كود تصليح السيآرة | تمت الإفآدة Thx To Mr.Pres[T]ege
TAPL replied to AhmeD~9MoD's topic in البرمجة
؟Vehicle وين معرف + ناقص end -
MTA now already use sha256. https://wiki.multitheftauto.com/wiki/Sha256 https://bugs.multitheftauto.com/view.php?id=6321
