Jump to content

Tete omar

Members
  • Posts

    3,267
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Tete omar

  1. local accName = getAccountName(getPlayerAccount(source)) if isObjectInACLGroup("user."..accName, aclGetGroup("Admin")) then -- your code
  2. I think you want to attach the players use attachElements or getPedAnimation and setPedAnimation afaik
  3. you mean like that ? addEventHandler("onPlayerVehicleExit", getRootElement(), function(veh,sea) if (getElementModel(veh) == 420 or getElementModel(veh) == 428) then if (sea == 1 or sea == 2 or sea == 3) then randomMoney = math.random( 50,200 ) if ( getPlayerMoney( source ) >= randomMoney ) then takePlayerMoney( source, randomMoney ) end end end end) No i also think it's the same meaning than the other one, and thanks for the attention.
  4. yeah thx , i think tonumber is not needed becuase randomMoney is already a number right ?
  5. if he want that trigger happens only on the player when he hit the marker and not all players, you have to try this function mrkMakeDrug(hitElement,matchingDimension) if ( source == mrkMakeDrug1 ) then if ( hitElement and getElementType(hitElement)=="player" and matchingDimension ) then triggerClientEvent(hitElement,"mrkMakeDrugC",hitElement) end end end addEventHandler("onMarkerHit", root, mrkMakeDrug)
  6. Hello , i made this script taking money from the passengers who entered and exited the specific vehicle models. addEventHandler("onPlayerVehicleExit", getRootElement(), function(veh,sea) randomMoney = math.random( 50,200 ) if ( getElementModel( veh ) == 420 or 428 ) then if ( sea == 1 or 2 or 3 ) then if ( getPlayerMoney( source ) >= tonumber( randomMoney ) ) then takePlayerMoney( source, tonumber( randomMoney ) ) end end end end) but unfortunately it takes the money from every vehicle model and every seat i enter and exit .. what's wrong ?.
  7. القرار كله يرجع لــ جي ار 10 او تابل والحين نشوف النتيجة الأخيرة مع التصويت وكل عام وانتم بخير
  8. وانت بخير وكل عام وكل مسلمين العالم خصيصاً في ( بورما ) بخير
  9. ذا مو توقيت السعودية بـ كامل مناطقهآ عندنا تطلع 5:10 http://newgames-2012.blogspot.com/2012/ ... 12_16.html صلاة العيد 5:35 بعد طلوع الشمس بعد طلوع الشمس مو عند طلوع الشمس
  10. ذا مو توقيت السعودية بـ كامل مناطقهآ عندنا تطلع 5:10 http://newgames-2012.blogspot.com/2012/ ... 12_16.html صلاة العيد 5:35 بعد طلوع الشمس بعد طلوع الشمس
  11. أنت محبط , فـ لا تحبطنا معاك ياخي حنا عندنا طموح
  12. شباب حبيت أنبهكم ان معاد صلاة العيد ( بتوقيت السعودية ) الساعة 5:35 صلاة العيد 5:35 بعد طلوع الشمس
  13. هنا https://wiki.multitheftauto.com/wiki/Scr ... troduction
  14. عيد سعيد عليكم وعلى كل المسلمين ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ قولولي وش بتسوون في العيد ؟ (¯`·._) ( كل عام وانتم بخير) (¯`·._) ووداعاً يا شهر الخير
  15. This forum isn't made to requesting a maps or resources , if you have a problem with something post it here and we fix it. if you want scripts or something else apply your request here viewforum.php?f=108 and wait for the replies.
  16. Listen TAPL the ' i ' letter is a loop and i know it so ' i ' is not defined anywhere as i see , but that code is fine though , can you please tell me why is ' i ' for ?
  17. هذا على أساس انك تخش الموقع كثير يعني ؟
  18. أنــــــقــــــــلــــــع
  19. عالعموم ما فرق شي عن حق تابل جربت الاثنين وشغالين مشكورين جميعاً ^ ^
  20. تتعب اجل وانت ما تعرف شي احم احم ... الحين من المتكبر !
  21. Markers = { {-1499.6569824219, -10.275520324707, 13.1484375},{-1482.0515136719, 10.204844474792, 13.1484375} } local x, y, z = unpack(Markers[1]) local MaaRkkeer = createMarker(x, y, z, "cylinder", 2) function datanana() removeEventHandler("onMarkerHit", MaaRkkeer, datanana) destroyElement(MaaRkkeer) if not i then i = 2 else i = i + 1 end if i > #Markers then i = 1 end local x, y, z = unpack(Markers[i]) MaaRkkeer = createMarker(x, y, z, "cylinder", 2) addEventHandler("onMarkerHit", MaaRkkeer, datanana) end addEventHandler("onMarkerHit", MaaRkkeer, datanana) وش غيرت يعني ؟
  22. يقولك اسآل مجرب ( ولا تسآل دكتور ) >>>>>
×
×
  • Create New...