Jump to content

Berko

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by Berko

  1. ما محل المخدرات من اعراب ذذ ومبروك عيدك عليك وعلى الامة الاسلامية بصحة وعافية يارب
  2. addCommandHandler("mark", function ( player ) local x,y,z = getElementPosition(player) local testMarker = createMarker ( x,y,z -1, "cylinder", 1.5, 255, 255, 0, 170 ) outputChatBox("done create marker",player,0,255,0,true) end ) addEventHandler( "onMarkerHit", root, function ( hit ) outputChatBox(""..getPlayerName(hit).." joined to marker",player,0,255,0,true) end ) تفضل
  3. خادم بايوس قيمنق: من أفضل الخوادم العربية ' لتقمص الأدوار '، لأمتلاكه أرقى المبرمجين واحذث الاضافات، التي لم توضع في أي خادم من قبل، بناءْ على ما تم فعله من طرف المبرمج (@H25) مجتمع بايوس و ما قد تم انجازه من انطلاق مشروع خادم الى يومنا هذا، في هذه الفترة التي استطع خادم بايوس فيها تحقيق انجاز عظيم وفريد من نوعه كأول خادم عربي لتقمص الادوار تتم برمجته من الصفر، نود ان نعلمكم ان بفضل الطاقم البرمجي والادارة العليا لبايوس قيمنق اقتربوا من افتتاح اول نسخة من خادم "بايوس قيمنق"، لذلك قدموا افضل ما لديكم من اقتراحات تفاعلوا كونوا نشيطين فالموعد قد حان، و بأذن الله ينال رضاكم..? المكان الرسمي لمشروع "بايوس قيمنق" الا وهو مشروع بداخل "جراند تيفت اوتو: سان اندرياس" وهي لعبة من من تطوير شركة "روك ستار" المعروفة عالمياً والتي صنع من خلالها مود آون لاين بما يسمى "ملتي تيفت اوتو: سان اندرياس" او "ام تي اي" في سنة 2006 وتم بدأ مشروع "بايوس قيمنق" خلال منتصف 2018 * وصلات خارجية متعلقة فالمشروع : الموقع الرسمي - http://biosgaming.net المنتدى الرسمي - http://forum.biosgaming.net صفحة الفيس بوك - https://www.facebook.com/biosroleplay إعلان تشويقي - https://youtu.be/hwONukgeylU سيرفر الدسكورد - https://discord.gg/Qv5X95r
  4. Berko

    HEEEEELP

    You have installed cheat programs that cause you to block from servers. Uninstalling all cheating games will fix a problem
  5. https://wiki.multitheftauto.com/wiki/EngineLoadTXD
  6. What is the error that prints you in a list debugscript?
  7. example: -- client function onResourceStart() engineImportTXD(engineLoadTXD ( "myTxd.txd" ), --[[ ID Object -> --]] 3976) end addEventHandler("onClientResourceStart",resourceRoot,onResourceStart) -- meta <meta> <script src="berko.lua" type="client" /> <file src="myTxd.txd" download="false" /> </meta>
  8. Berko

    HELP AUDIO PROBLEM

    Download latest version of site the game. [ https://mtasa.com ] If that does not work, contact management of the game.
  9. It would be difficult to learn.
  10. -- تفضل function died(player) local name = getPlayerName(player) killPed(player) outputChatBox( getPlayerName ( getElementData ( player, "LastAttacker" ) ).." من سيآرة آلآعب "..name.." لقد مآت آلآعب" ,root,255,0,0,true) end
  11. addEventHandler("onClientVehicleDamage", root, function(attacker) if attacker and getElementType(attacker) == "vehicle" then -- يتحقق ان العنصر المهاجم هوا سيارة if getPedOccupiedVehicle(localPlayer) == source then -- على ما اتذكر هذا يتحقق اذا لاعب معه سيارة local sourcePlayer, attackerPlayer = getVehicleController(source), getVehicleController(attacker) if sourcePlayer and attackerPlayer then -- يتحقق من لاعب الذي بيهجم و لاعب مهجوم عليه setElementData(sourcePlayer, "LastAttacker", attackerPlayer) -- هنا داتا للاعب الدي هجم ب سيارته end end end end )
  12. Bro, it is difficult to play with them because it will be hard work you play and go to the browser search and translate words .. There is no way to copy a word that runs out in a chat except in case there is a script from the server side and there is a normal way to control 'F8'
  13. mysql غير متصلة ب Local host يقول لك ان .وحمله من جديد وتأكد ان محمل نسخة الاخيرة appserver قم بحدف برنامج
  14. اشوف ان طاقم الاداري للعبة ما اعتقد انه بيفيدك بشي .. ولكن تأكد من لعبة سان اندرياس وحملها من جديد واذا إستمرت مشكلة انصحك بعمل فورمات للجهازك
×
×
  • Create New...