Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 21/04/22 in all areas

  1. OVERVIEW: Our team comes from a huge and well established Roleplay Community from San Andreas Multiplayer, which has been languishing in the past months/years and is on its way to end soon. As Roleplay lovers and with a vast community of fans, we decided to invest in a platform more prone to putting our dreams and plans into operation, something that was impossible to do in the previous one due to several limitations and because it stopped developing years ago. We started the development of a Game Mode from scratch months ago with our team of developers, mappers, modelers and engineers. In a new universe, we will put the impossible and the never idealized into practice, ideas never thought before to enrich Roleplay. POSITION SUMMARY: We are looking for people with or without experience as developers in Multi Theft Auto, so prior knowledge or willingness to learn LUA is more than necessary. Internship opportunities for those interested in learning or starting as a programmer are also offered by us. As mentioned before, we have a large and united team working on the project for months, so, like any serious company, we are looking for people willing to work as a team, respecting the harmonious environment we live in, in addition to contributing to further unity. LANGUAGES WE SPEAK: • English (writing/reading required) • Portuguese • French • Spanish SKILLS & EXPERIENCE: • Knowledge in programming logic • Knowledge/interest to learn software engineering • Knowledge/interest to learn software design patterns • Familiarity with Roleplay servers • Knowledge/interest to learn SQL structure • Must produce clean and easy to understand code that follows our convention • Excellent verbal and written communication skills • Ability to effectively present information to management and/or public groups • Optional: Experience with any modern JS frameworks (Angular, React, Vue) • Optional: Experience with any modern PHP frameworks RESPONSABILITIES: • Be able to receive mentorship from senior developers on best practices, design patterns, etc • Collaborate with management and others engineers to get the job done efficiently • Participate in the full development lifecycle • Be able to listen and contribute to a harmonic environment • Prepares reference/comments in code for future developers • Contributes to team effort by accomplishing related results as needed • Supports system upgrades as necessary INTERNSHIP OPPORTUNITIES: Reiterating the summary of the positions we offer, we offer the opportunity for beginners, or even those who want to learn to program, the opportunity to learn with us and, consequently, contribute to the project. Don't be shy about it, the will to learn is what is necessary to achieve our goals and objectives. Contact us at my private discord if possible: Klis#0001 Feel free to reach out through PM, but be aware there will be a significant delay in response compared to my discord contact.
    1 point
  2. ماتحتاج تستخدمه نهائيًا، فيه فنكشن جاهز مثل ما ذكرت فوق تستعمله هو وراح ينقل لك العنصر المحدد DGS إذا تقصد بمكتبة هنا قائمة وظائف الانميشن CSS إذا تقصد المتصفح لها وظائف خاصة بالجافا سكريبت والـ
    1 point
  3. بتتعلمهم في حال شفت شروحات لتصميم واجهات HTML,CSS لا ما يمدي فوتوشوب اصلًا، تحتاج تتعلم لغة البرمجة الجافا سكريبت وكيف تتعامل مع تصميم واجهات المواقع بحر وفيه اشياء كثير جدًا بالنسبة للدي اكس أي ممكن يكون معقد لأنه مجرد رسم جاهزة مثل النوافذ وغيرها CEGUI لكن هل سمعت عن مكاتب الدي اكس؟ سكربتات جاهزة تقدر تتصل فيها وتستعملها مثل الـ DGS @#BrosS على سبيل المثال ما ذكر لك الأخ وما اقول ذا الكلام لأني احد المطورين فيها لكن تقدر تجرب وتقارن الأداء بنفسك تحتاج تتقن لغة لوا عشان تقدر تستعملها، الباقي تقدر تكتشفه من صفحة يلي موجود رابطها فوق وفيه وظائف جاهزة للانميشن مثل يلي فوق فنكشن واحد فقط راح يحرك يلي تبغاه من نقطة أ إلى ب dgsMoveTo محدود لـ 30 فريم بالثانية حسب علمي MTA لأن المتصفح بـ CEF والانميشن بالدي اكس حتى سلس أكثر من
    1 point
  4. مافي داعي لإستعمال أي لغة برمجية خارجية dxفي نظري اللوحة مصممة بالكامل ب فيه حتى خصائص التأثيرات Dgs اذا ماعندك خبرة بالدي إكس يمكنك إستعمال مكتبة
    1 point
  5. Hi Banned for 6 days for running cheats on an MTA server unrelated to Province
    1 point
  6. Actually, code_descriptions is neither a string nor a number, it is an array type. Meaning if you want to print its string, you need to add [1] to the variable that holds the array, to get the first (and only) value in that array, or use a for each loop to iterate over all strings in that array if there can conceivably be more than one in the actual data. tonumber on a string that does not contain a correctly formed number returns nil, which is the case in your original code; also I'm pretty sure fromJSON takes care of returning numbers correctly from a JSON where they're written as number literals rather than strings, so you shouldn't need to use tonumber unless your input data sometimes returns the number within a string.
    1 point
×
×
  • Create New...