Jump to content

Tete omar

Members
  • Posts

    3,267
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Tete omar

  1. أعتقد اني شفت السارق بس مو متآكد
  2. فيه شي اسمه غسل اموال , هذا من النوع الذي يسمى غسيل كودات
  3. حتى ولو كان الكود ملك شخص آخر غيرك ؟ ردي واضح جداً أنا اقصد اذا الكود يخص واحد غيرك , راح يكون لك تصرف ثاني معه اذا اشتكى صاحب الكود ولا بس راح يكون لك تصرف آخر مع الي ياخذون اكوادك ؟
  4. يخصصكك ؟ ؟؟؟؟؟؟ من متى والكود منتشر بالسيرفرات واذا على العضضوية آصفقني بآند آو آشتكي علي عآدي هذا من حقك اكيد والاخ تابل دايم في كل موضوع لي ورد لي بس فهد اللي يدقق بمواضيعه زي ماتلاحظون ولآ يوم اجي آجيب كود من موضوع ثاني يجي تابل ويقولك يمنع هذا الكود لآنة مسروق من موضوع ثاني + قبل كم يوم شآيف واحد جايب كود من موضوع ثآني وتآبل صلح لة الكود عادي بس انا شيء مكروة عند اخونا تابل تقريبا الكود ذا مأخوذ من المودات المسربه بـ الباك اب عاد منتشر و إلا مو منتشر طالما الكود يخصني مالك أي حق تطرحه أو تساعد في نشره حتى ولو كان الكود ملك شخص آخر غيرك ؟
  5. Tete omar

    ACL HELP

    You can simply use this code local account=getAccountName(getPlayerAccount(player)) if(isObjectInACLGroup("user."..account,aclGetGroup("Admin")))then -- the rest P.S. aware that the event defines the player , so you should replace ' player ' with where the event defines.
  6. setTimer isTimer givePlayerMoney onPlayerWasted
  7. You can use setPlayerTeam with setAccountData or if you wanna get that player from serial , then you make a table of the team serials and use onPlayerJoin event , and getPlayerSerial and setPlayerTeam functions if you've a good knowledge in lua.
  8. استخدم هالكود سيرفر addEventHandler("onPlayerDamage",root, function(att) local attack = getAccountName(getPlayerAccount(att)) local damaged = getAccountName(getPlayerAccount(source)) if(isObjectInACLGroup("user."..damaged,aclGetGroup("Admin"))) and (isObjectInACLGroup("user."..attack,aclGetGroup("Admin")) then setElementData(source,"Admin",true) else setElementData(source,"Admin",false) end end ) كلنت addEventHandler("onClientPlayerDamage", root, function(attacker, weapon, bodypart, loss) if getElementData(source,"Admin") then cancelEvent() end end )
  9. "STRING" تم إضافة الـ https://wiki.multitheftauto.com/wiki/AR/ ... 9.84.D9.80
  10. يا طلال اقرا هالكلام https://wiki.multitheftauto.com/wiki/AR/ ... 8.AF.D8.AB
  11. وش الي الكود صحيح وهو مسوي الايدت ومسويها Edit-p
  12. I didn't understand , you meant you wanna spawn the vehicle at a specified position after exploding ?
  13. But i tested it , and it works with me , try copy the code again.
  14. بس السورس هنا يعتمد على الايفنت ,, انت واثق انه راح يستخدم الايفنت المناسب ؟
  15. أكواد الدم getElementHealth setElementHealth كود الدرع setPedArmor كود النيترو addVehicleUpgrade 1010 : الاي دي حق النيترو كود سوبر ام 4 وظايف getElementHealth setElementHealth giveWeapon getElementType 31 : الاي دي حق ام 4 أحداث onClientPlayerWeaponFire انتهينا
  16. And that's what exactly tim260 is talking about here i guess viewtopic.php?f=91&t=49298&hilit
  17. If you wanna get the idiot's serial , then you should go to server log and press ' Ctrl+f ' then search for his nick , you may try removing his account by the admin panel , then go to Resources > Manage acl > then check each group if his account name were found , then delete it , if you have his serial then you can ban him by going to the admin panel then go to , Bans , and find 'Ban serial' button then 'Ctrl+v' his serial.
  18. Try this one function respawnExplodedVehicle() setTimer(destroyElement,5000,1,source) local model=getElementModel(source) local x, y, z = getElementPosition(source) setTimer(createVehicle,20000,1,model,x,y,z) end addEventHandler("onVehicleExplode",root,respawnExplodedVehicle)
  19. Did you know that no one here helps for a 'ready-made' codes.
  20. الأفضل انك تسوي الكود بنفسك وقد عطيناك الوظايف الي تساعدك على عمل المكود وانت تبيه جاهز ,, ما احد أبداً هنا رح يتعبلك ويقعد ساعتين يسويلك في الكود وبدون مقابل , استخدم ---- وظايف ---- createPed -- يصنع البيد setPedRotation -- الاتجاه setTimer -- وقت setPedControlState -- يسوي اشياء بدون تحكم giveWeapon -- اعطاء سلاح createMarker -- يصنع ماركر ---- أحداث ---- onMarkerHit - عند لمس الماركر الي بتسويها على هالبيد اذا تبي الكود جاهز وما تبي تسويه بنفسك أنا اطالب بحذف هالموضوع
×
×
  • Create New...