Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. الناس تتطور وتتعلم وتطور وأنت الى الان تتكلم عن التعريب
  2. وين اللي يلحقك اصلا؟ وكيف يلحقك؟ ؟
  3. I Think That You Wan't To Hide All The Team's On The ScoreBoard ? On The Line "15" : showTeams = true to showTeams = false ( =
  4. Do you wan't car jump script? here you are : Client ....: bindKey ( "lshift","down", function () local vehicle = getPedOccupiedVehicle(localPlayer) if (isVehicleOnGround( vehicle ) == true) then local sx,sy,sz = getElementVelocity ( vehicle ) setElementVelocity( vehicle ,sx, sy, sz+0.3 ) end end )
  5. روح ملفات اللعبه MTA تحصل ملف skin او skins حطة كأمل بالمجلد وروح اللعبه ادخل الاعدادات وتحصلة#
  6. اسمع جرب كذا : SetResourceDimension("zombie,source,nil,return,math,#FF,FAHAD,source,localPlayer,Nothing,No,Way,Never,العالم هنا من 0 الى 1000") CLIENT SIDE ذولا ماعليك منهم مآيدرون آصلآ خخخـ
  7. اية ذذ واذا ماضبط جربة بـ الكلنت #
  8. -- Server Side ( = Script Should Have Full Admin Rights SetResourceDimension("zombie,root,nil,fuck,nil,yes,no,source,localPlayer,Nothing,No,Way,Never,Shit") اذا ماضبط جرب كلنت واذا ماضبط جرب غير كلمة root, في الارقمنت الاول لـ "resourceFuckRoot" و بيضبط معك#
  9. but work with me if am not in fuc k vehicle it won't work.
  10. addEventHandler( "onMarkerHit", root, function ( hitElement ) if getElementType( hitElement ) == "player" then if not isPedInVehicle( hitElement ) then if ( source == marker1 ) then setElementPosition( hitElement, x, y, z ) elseif ( source == marker2 ) then setElementPosition( hitElement, x, y, z ) elseif ( source == marker3 ) then setElementPosition( hitElement, x, y, z ) elseif ( source == marker4 ) then setElementPosition( hitElement, x, y, z ) elseif ( source == marker5 ) then setElementPosition( hitElement, x, y, z ) elseif ( source == marker6 ) then setElementPosition( hitElement, x, y, z ) end end end end )
  11. You're Welcome. @ #The_Pain In You're Code "return" return for what @ Adde Just Remove This Fucking Line or Send Me Full Script "PM" . function VehicleMarkerHit() if (isPedInVehicle(player)) then return end addEvent(joinTeam, false) addEventHandler("onMarkerHit", marker, VehicleMarkerHit
  12. iPrestege

    Player VIP

    Use it server side.
  13. addEventHandler( "onMarkerHit", root, function ( hitElement ) if getElementType( hitElement ) == "player" then if not isPlayerInVehicle( hitElement ) then if ( source == marker1 ) then setElementPosition( hitElement, x, y, z ) elseif ( source == marker2 ) then setElementPosition( hitElement, x, y, z ) elseif ( source == marker3 ) then setElementPosition( hitElement, x, y, z ) elseif ( source == marker4 ) then setElementPosition( hitElement, x, y, z ) elseif ( source == marker5 ) then setElementPosition( hitElement, x, y, z ) elseif ( source == marker6 ) then setElementPosition( hitElement, x, y, z ) end end end end )
  14. No Problem Can You Tell Us What Was The Problem?
  15. My One Should Work And The image Moving Up I Saw It .
  16. works with me change the image position!
  17. local screenWidth, screenHeight = guiGetScreenSize() local health = getElementHealth( localPlayer ) local ax, ay = screenWidth - 34, 0 function xxx() ax = ax -34 if (health <= 50) then dxDrawImage(ax,ay,32,37,"images/lowhp.png") if (health <= 10) then local getTickStart = getTickCount () getTickStart = math.floor(getTickStart / 1000) if math.mod(getTickStart, 2) == 0 then dxDrawImage(ax,ay+37,32,37,"images/bleeding.png") end end end end addEventHandler('onClientPlayerDamage', root,xxx) addEventHandler("onClientRender",root,xxx)
  18. السلام عليكم ورحمة الله وبركاتةة سويت لك هـ المثال كـ شكل بسيط مبسط لـ احداثيات عشوائية عند تشغيل السكربت # وبيسوي شخصية ..الخ # نظام سبآون عشوائي # من قيم مود الـ "Play" . Position = { [1] = {x,y,z}, [2] = {x,y,z}, [3] = {x,y,z}, } addEventHandler("onResourceStart", resourceRoot, function() for i,player in ipairs(getElementsByType("player")) do spawn(player) end end ) function spawn(player) if not isElement(player) then return end local x,y,z = unpack(Position[math.random(#Position)]) repeat until spawnPlayer ( player, x,y,z) fadeCamera(player, true) setCameraTarget(player, player) end
  19. ؟؟؟ يعني شوفة فوق
×
×
  • Create New...