Jump to content

Tete omar

Members
  • Posts

    3,267
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Tete omar

  1. Have you added this line <module src="mta_mysql.so" /> to your mtaserver.conf file?
  2. Have you added this file 'mta_mysql.so' to the following path: mods/deathmatch/modules ? if the problem persists or if you have already added it to the path above, then you have to download it again from here http://code.google.com/p/multitheftauto ... o&can=2&q=
  3. addEventHandler("onPlayerChat", getRootElement(), function(msg) if msg:find("!money ") or msg:find("!cash ") then for i,v in ipairs(getElementsByType("player")) do if msg:find(getPlayerName(v)) and getPlayerName(v) ~= false then local player = getPlayerFromName(v) local cash = getPlayerMoney(player) outputChatBox("#0188ff"..getPlayerName(player).." Has #ff8801$"..cash, root, 255,255,255,true) else outputChatBox("Wrong player-name/syntax", source) end end end end ) I'm not sure of this, but it should work.
  4. خلي الفلسفة على جمب, ثانياً ماراح يكون واقعي انك تضرب بالسلاح, وآخر بوزشن يتسوى فيه القنبلة, ثالثاً في اكثر سيرفرات البيس مود القنبلة تطلع كمامة من السلاح وتروح الى المكان الي مصوب عليه, مثل سيرفر تابل بيسمود قديماً.
  5. هذا راح يسوي القنبلة بالمكان الي اطلقت عليه وما راح يكون مضبوط استخدم وظيفة جت جن مزل بوزشن مع ارقيومنت "فورس" اذا تعرف. + يكون واقعي وافضل تقدر تقولي كيف ما رح يكون مضبوط ؟؟؟ + لو بستخدم جت جن مزل بوزشن ، رح تطلع القنبلة من كمامة السلاح ، مهو بالمكان الي طلقت عليه , يعني القنبلة رح تنفجر بالجو ، مارح تلحق تصل للمكان الي طلقت عليه ذذ ============================‎ اجل ووش فايدة ارقيومنت فورس بعد؟
  6. هذا راح يسوي القنبلة بالمكان الي اطلقت عليه وما راح يكون مضبوط استخدم وظيفة جت جن مزل بوزشن مع ارقيومنت "فورس" اذا تعرف. + يكون واقعي وافضل
  7. Events : onClientPlayerWeaponFire Functions : getPedWeaponMuzzlePosition createProjectile
  8. يمديك تسويها بس يبيلها شغلة طويييييييلة, استخدم هالوظيفة createWeapon لسة باقيلك تسوي التصاق وتظهر دائرة التصويب وتستخدم setElementAlpha وتستخدم Bullet-sync عشان يروح للسيرفر وتحسب حسابات التصويب والرصاص شغلة طوييييييييييييلة
  9. ان شاء الله تتواصل معنا بالموقع، وبالتوفيق.
  10. Line 19'd always return false, so you have an infinite loop, because there is no 'skin ID' defined.
  11. عندك شكل افضل وابسط؟ ذذذذذ DayZ مسويين سكربت قروبات افضل ذذ
  12. Give me more information, i don't really understand what do you want.
  13. Do you mean random skin when spawning like in freeroam?
  14. Tete omar

    طلب

    كل شخص وله طريقته بالبرمجة
  15. I don't understand, explain better.
  16. They wants the rectangle to follow them anywhere they go, and my answer is, you get your position on every frame while rendering, and set the rectangle's position as yours.
  17. مدري ليش كل الي يسوي سكربت القروبات لازم يسويه مثل واجهة سي اي تي
  18. ابي اسألك شي، وش استخدمت لحفظ الاشياء بالسكربت؟ مثل لما يدخل العضو حسابه يدخله بالقروب وحفظ القروبات وإلخ...؟ استخدمت:‎ sql ‎أو mysql‏ أو اكاونت داتا أو اكس ام ال؟
  19. in server side you shouldn't define all variables as global, also you're triggering a client side function 'CameraStarts'??, also what is 'ped' argument for? sorry i couldn't help enough because i'm using mobile internet.
  20. If you were right, then he can make a custom fist damage script.
  21. You can report this bug here, https://bugs.multitheftauto.com/main_page.php
×
×
  • Create New...