Leaderboard
Popular Content
Showing content with the highest reputation on 02/03/17 in all areas
-
Section Rules 1. Any fulfilled requests or discarded offers shall be reported via the report system in order to be locked and/or archived. This is mandatory, as the goal is to keep this section as clean and accurate as possible. 2.Topics must have a sufficient description of what are you offering or looking for. Eg. if you're looking for a scripter for your gamemode, you must detail what would you need the scripter for. This doesn't exactly involve giving away the whole concepts or whatever you don't want to disclose to the public, but it would be appreciated if you could include more details than just straight single line offers, such as "I need a scripter for a zombie gamemode". Whether or not the amount of detail is sufficient for the nature of your request is a subject to moderator judgement, and failing to meet criteria may result in your post being discarded. Formatting your topic In order to keep the section clean, accurate and easily viewable, it would be appreciated if you could use the following guidelines for your topic: 1. Topic titles should have the form [LF/OFFERING] Brief description [Paid/Non-Paid]. Please make the description as brief as possible here. Eg: [OFFERING] Skilled scripter [Paid] [OFFERING] Rookie modeller looking for some practice [Non-paid] [LF] Any-level scripter for a small server [Non-Paid] 2. The first post should be written in at least 2 parts: first part should contain a brief description of yourself (and/or the server or community you are from) second part should elaborate on what are you requesting/offering, once again, as detailed as you possibly can/want3 points
-
السلأم عليكم ورحمه الله وبركاته .. بمأ اني فاضي اليوم قلت ان اسوي شرح للمبتدئين اولأ نبدا بسم الله .. "addEventHandler" هوأ حدث يقوم بتفعيل الحدث الجنبه مثل .. addEventHandler ( "onClientGUIClick",root, سوينا الحدث .. function ( ) = وظيفه .. -- بـمعني وظيفه معينه . -- بعدين نحط الكواد الذي نبيها مع الحدث -- نسوي امثله "لما الاعب يضعط علي زر ومعه 2000 فلوس يعطيه شخصيه واذا م معه م يعطيه شخصيه" اولأ بنروح للويكي بنخش الصفحه : https://wiki.multitheftauto.com/wiki/Main_Page بنروح للفكشنات المطلوبه اولأ حدث عند الضعط علي الزر "onClientGUIClick" -- عند الضعط علي زر "button" معين triggerServerEvent -- تريقر يعني بنسوي تريقر من كلنت لسرفر ونستقبله بسرفر التريقر :- عبارة عن وظيفة معرفة تقوم باستقبال الأشياء المادية لارسالها لملف مختلف النوع للأداء بالوظائف المختلفة كيف نسوي تريقر ؟ نروح لملف كلنت ونحط تريقر بنشوف الكود تبع التريقر الهوا : Syntax : bool triggerServerEvent ( string event, element theElement, [arguments...] ) bool = true or false string event سترينج يعني "" تسوي اسم الحدث علي اسم انت تبيه اي شي element the element = تسوي تريقر علي الاعب مثلأ localPlayer or Le3bA = getLocalPlayer ( ) triggerServerEvent ( "adham", Le3bA ) وإلخ بعدين سوينا تريقر الناس تقول لي الإن - ليش سويت تريقر واقدر اسوي فكشنات تسحب الفلوس من الاعب وتعطيه شخصيه - عن طريق كلنت ؟ - عشان الفلوس وهميه من جهه الكلنت . - سوينا تريقر - نروح لملف سرفر نستقبل التريقر عن طريق احداث " addEvent addEventHandler bool addEvent ( string eventName [, bool allowRemoteTrigger = false ] ) bool = true or false string eventName = اسم الحدث السويته بالتريقر bool allow = true addEventHandler ( " اسم الحدث", root, -- نروح لفكشن getPlayerMoney -- int/bool getPlayerMoney ( player thePlayer ) player thePlayer = الاعب مثلأ local Le3bA = getPlayerMoney ( source ) -- تجيب فلوس الاعب if ( Le3bA > 2000 ) then -- تحقق لو كان فلوس الاعب ازيد من 2000 takePlayerMoney ( source, 2000 ) -- لو معه اكتر من 2000 يسحب منه 2000 بالعبه setElementModel = تعطي الاعب شخصيه bool setElementModel ( element theElement, int model element theElement = الليمنت التبي تسوي عليه int model = الاي دي الموديل outputChatBox = تحط نص اخراج بالشات else -- لو كان خطأ outputChatBox -- تسوي نص اخراج بالشات انك م معك فلوس الكود في الأخر بيطلع : -- Client addEventHandler ( 'onClientGUIClick', root, function ( ) if ( source == button ) then triggerServerEvent ( "Le3bA", localPlayer ) end end ) -- Server addEvent ( "Le3bA", true ) addEventHandler ( "Le3bA", root, function ( ) local Le3bA = getPlayerMoney ( source ) if Le3bA > 2000 then takePlayerMoney ( source, 2000 ) setElementModel ( source, 0 ) outputChatBox ( "[SkinSystem]: تم إعطائك شخصيه وتم سحب فلوسك "..Le3bA.." ",source,255,255,255,true ) else outputChatBox ( "[SkinSystem]: لا تملك مال",source,255,255,255,true ) end end ) والسلأم عليكم ورحمه الله وبركاته1 point
-
لا اخوي , انت بكذا تكرر تشغيل الصوت علي عدد اللاعبين الموجودين بالسيرفر ومع ذلك محد بيسمع الصوت غيرك1 point
-
1 point
-
1 point
-
غير اسمع كودك الاول مخدمش راه قاعده خلاص طلعت هكي addEvent("play2",true) addEventHandler("play2",root, function (m) if isElement(sound) then stopSound(sound) end sound = playSound(""..m..".mp3") end )1 point
-
1 point
-
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| تحديث Micro Panel V 3.7 تاريخ تحديث : 2/3/2017 ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| أضافة قاعدة بيانات مع كل سيرفر1 point
-
1 point
-
1 point
-
والله يا خوفي يكون بعد سنتين هههههههه + @~#[N]exT انت شو تتوقع بالنسبه للعناوين راح تكون مهمله من قبل المشرفين مثل قسم برمجة اللعبة؟1 point
-
كلام الاخ وايفاي صحيح اهم شي يكون باي بارتمر حسب الرقم اللي سوا فيه تراقر وبكيفك تغير الاسم مافي مشاكل1 point
-
1 point
-
1 point
-
1 point
-
السلام عليكم شباب اريد ان اسوي مود لما شخص بيكتب شي في ميمو او اديت بوكس ويضغط موافق الكتبية ال كتبها تصير عليه يعني كانها على جسمه ويعدين لما يتحرك تتحرك معه الكتبيه طبعا وكدالك لكا يركب سياره تضل الكتبية اما القزاز الامامي للسيارة اتمنى تكونو فهمتون طلبي1 point
-
1 point
-
I can convert it and run it off my light streamer, just give me until I get home.1 point
-
Or maybe he is just talking about the freeroam resource ? Check your facts before going into steal accusations Also, as I doubt you are part of the owlgaming dev group, how do you know there is that file in their gamemode ?1 point
-
1 point
-
بما ان تيتي هو الي بيتواصل مع ادارة المنتدي , انا عطيت رأيي لـ تيتي ماله داعي احط رأيي هنا1 point
-
1 point
-
أظن الجميع موافق على ذلك لكن بشرط ان يكون هناك قوانين صارمة وهي يجب ان يكون العنوان واضح وقبله نوع اللغه مثال PHP | طريقة ارسال المعلومات لقاعدة البيانات مو يجي واحد نوب يسوي كذا PHP | مشكلة الحقوااا وقتها اغسل يدي اي شخص يكتب عنوان غير مفهوم يتم تعديله من قبل المشرف بعنوان مفهوم وايضا سيأتي زوار ويطرحون مشاكلهم من الخارج ويتعرفون عليه عن طريق البحث لذلك العناوين تكون مفهومه اهم شي مو شهر وشهرين وتبطلوا تهتموا بالقسم تتركوا العنوان عشوائيه مثل قسم البرمجة حق اللعبه هل من أحد يوافقني الرأي؟ + ليه داخل القسم العام سوي قسم يكون فوق البرمجة اسمه مثلن البرمجة باللغات الأخرى1 point
-
Take time to carefully look through what you wrote, you messed up all the syntax. Here's how it should be: if (getElementData (getLocalPlayer (), "zombie") ~= true) and ( isPedDead ( getLocalPlayer () ) == false ) and (getElementModel(getLocalPlayer()) ~= 293) and (getElementModel(getLocalPlayer()) ~= 294 ) then Also don't use 'or', use 'and' When you want to add a new skin, add this onto the end of the 'if' statement: and (getElementModel(getLocalPlayer()) ~= 294 ) change '294' for the skin id1 point
-
Pobre, está desesperado porque le quitaron lo único de vida que tenía, un juego de internet xddd. Eso te pasa por andar tumbando servidores, ahora te jodes.1 point
-
1 point