Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. In any group you?
  2. Maybe you do not have full rights.
  3. مشكور حياكـ اي وقت , ما اعتقد تقدر تسويها ظاهر لـ الاعب فقط .
  4. https://community.multitheftauto.com/index.php?p=resources&s=details&id=6466 Stolen . DONE
  5. -_-" اللعنة "BaseMode" O_o . البيس مود مالي فـية صراحة / = بس مادري كيف طريقتة اعتقد تبدأ اللعب اذا كنت بـ التيم ؟ يعني لو نسوي getPlayerTeam and getTeamName and setPlayerTeam | يمكن يصير ويبدأ اللعب ؟ مع ايفنت : onPlayerChat ?
  6. add = ???
  7. جرب هذا كلنت / -- Client Side Not Tested marker = createMarker(-1533.5, 766.3, 7.2, "cylinder", 50, 255, 255, 255, 255) addEventHandler("onClientMarkerHit", marker, function (player) if ( player == localPlayer ) then showPlayerHudComponent("ammo", false) showPlayerHudComponent("weapon", false) toggleControl("fire",false) end end ) addEventHandler("onClientMarkerLeave", marker, function (player) if ( player == localPlayer ) then showPlayerHudComponent("ammo", true) showPlayerHudComponent("weapon", true) toggleControl("fire",true) end end )
  8. المطلوب يعني مايقدر يطلق في الماركر صحيح ؟
  9. Pouvez-vous parler français?
  10. اعتقد اللي يبية مايقدر يطلق مثل الاخ طلال ما قال / = فـ يكون السكربت كذا : -- Client Side Not Tested marker = createMarker(-1533.5, 766.3, 7.2, "cylinder", 50, 255, 255, 255, 255) addEventHandler("onClientMarkerHit", marker, function (player) if ( player == localPlayer ) then showPlayerHudComponent("ammo", false) showPlayerHudComponent("weapon", false) toggleControl("fire",false) end end ) addEventHandler("onClientMarkerLeave", marker, function (player) if ( player == localPlayer ) then showPlayerHudComponent("ammo", true) showPlayerHudComponent("weapon", true) toggleControl("fire",true) end end )
  11. Avis de ne pas prendre en .
  12. Merci Oui, mais le problème a été résolu à tous .
  13. You,re Welcome .
  14. Parlez-vous français? Bienvenue, mais j'ai une question vous avez utilisé mon script? Ou quoi?
  15. حياك يمكن ناقصك مشكلة بـ الحساب او او ..الخ
  16. Np. Just Do What Hunterix Say On This Topic : viewtopic.php?f=108&t=50029 .
  17. attachElements createBlipAttachedTo
  18. function disablepickups(repair) if (getElementsByType(repair) == "pickup") then for _,v in ipairs(repair) do destroyElement(v) end end end addCommandHandler("testing", disablepickups)
  19. if isObjectInACLGroup("user."..accName, aclGetGroup("Console")) or isObjectInACLGroup("user."..accName, aclGetGroup("Admin")) or isObjectInACLGroup("user."..accName, aclGetGroup("Moderator")) or isObjectInACLGroup("user."..accName, aclGetGroup("supermod")) then
  20. Good luck .
  21. لا بس ردي جا وقت ردك والافضل تـختصر الكود
  22. myGate1 = createObject ( 2990, 213.69999694824, 1875.9000244141, 13, 0, 0, 180 ) theMarker = createMarker ( 213.69999694824, 1875.9000244141, 13, "cylinder", 8, 0, 0, 0, 0 ) function openMyGate (player) local accName = getAccountName(getPlayerAccount(player)) if isObjectInACLGroup("user."..accName, aclGetGroup("Console")) or isObjectInACLGroup("user."..accName, aclGetGroup("Admin")) then moveObject ( myGate1, 700, 213.69999694824, 1875.9000244141, 8 ) end end addEventHandler ( "onMarkerHit", theMarker, openMyGate, false ) function closeMyGate ( player ) local accName = getAccountName(getPlayerAccount(player)) if isObjectInACLGroup("user."..accName, aclGetGroup("Console")) or isObjectInACLGroup("user."..accName, aclGetGroup("Admin")) then moveObject ( myGate1, 700, 213.69999694824, 1875.9000244141, 13 ) end end addEventHandler ( "onMarkerLeave", theMarker, closeMyGate, false )
  23. What is the problem in using it?
  24. جربتة بـ لوحة عادية واشتغل ( = !!؟ المشكلة من عندكك ! واذا احد شايف ان الكود فية خطأ يـتفضل يطرحة ويعدلة [=
  25. Thanks Next Time Will Do It .
×
×
  • Create New...