Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Days Won

    27

Everything posted by iPrestege

  1. تبديل الملفات بالاسلحة بسيط ابحث بالمنتدى عن طريقة تبديل الملف txd,dff وبدل شكل السلاح وعدل على خواص السلاح
  2. شكراً لك على مشاركة المقطع اللعبه هذي على الكمبيوتر؟ ولا ؟ وشريتها من وين ولا حملتها؟ والاونلاين فيها كيف
  3. iPrestege

    death sound

    addEventHandler ( "onClientPlayerWasted", localPlayer, function ( ) local sound = playSound("song.mp3",false) setSoundVolume(sound, 0.5) end ) ClientSide script.
  4. iPrestege

    death sound

    addEventHandler ( 'onPlayerWasted' ) triggerClientEvent playSound
  5. صحيح حطة وجرب واذا ماضبط نزل مود الشوتر هنا نشوف الداتا او طريقة جلب الوينز كيف
  6. السلام عليكم بالنسبة لطلبك اضافة او انشاء سلاح جديد يستحيل حالياً ان يكون متكامل مثل الاسلحة الثانية والكمال لله لكن تقدر تبدل الاسلحة باشكال ملفات وتعدل على خصائص باستخدام : setWeaponProperty مثلاً تقدر بهذي الوظيفة تدبل مسافة الاطلاق لسلاح معين يعني اذا ماكان يوصل تقدر تعدل وتخلية يوصل بالوظيفة هذي موفق
  7. Then nothing i can do for you in the moment i checked the script and it was working perfectly.
  8. Yes can you please post your meta.xml file so i can check if there's something wrong.
  9. I just test it and works fine just put your 'spawnX,spawnY,spawnZ' Position and it will work and make sure it's server side in meta.xml file!
  10. Are you sure that you define this function : dxDrawImageOnElement ? If you didn't put this useful function in your script add it : function dxDrawImageOnElement(TheElement,Image,distance,height,width,R,G,B,alpha) local x, y, z = getElementPosition(TheElement) local x2, y2, z2 = getElementPosition(localPlayer) local distance = distance or 20 local height = height or 1 local width = width or 1 local checkBuildings = checkBuildings or true local checkVehicles = checkVehicles or false local checkPeds = checkPeds or false local checkObjects = checkObjects or true local checkDummies = checkDummies or true local seeThroughStuff = seeThroughStuff or false local ignoreSomeObjectsForCamera = ignoreSomeObjectsForCamera or false local ignoredElement = ignoredElement or nil if (isLineOfSightClear(x, y, z, x2, y2, z2, checkBuildings, checkVehicles, checkPeds , checkObjects,checkDummies,seeThroughStuff,ignoreSomeObjectsForCamera,ignoredElement)) then local sx, sy = getScreenFromWorldPosition(x, y, z+height) if(sx) and (sy) then local distanceBetweenPoints = getDistanceBetweenPoints3D(x, y, z, x2, y2, z2) if(distanceBetweenPoints < distance) then dxDrawMaterialLine3D(x, y, z+1+height-(distanceBetweenPoints/distance), x, y, z+height, Image, width-(distanceBetweenPoints/distance), tocolor(R or 255, G or 255, B or 255, alpha or 255)) end end end end
  11. Yeah just saw that replace this : addEvent("motor") To addEvent("motor",true)
  12. Check the sound file path maybe it's wrong or something?
  13. So the sound isn't playing? Any errors?
  14. replace this : addEventHandler("motor",thePlayer,motorhang) With this : addEventHandler("motor",root,motorhang)
  15. I didn't know that you want to use this event to start the sound i thought it's another thing to do any way : triggerClientEvent(source,"motor",source)
  16. معالجك مايساعدك يشغلها وحسب كرت الفديو اللي عندك لكن بشكل عام معالجك ضعيف بالنسبة للعبه والرام تحتاج رامات اعلى
  17. function motorhang() local motor = playSound("sounds/start.mp3") setSoundVolume(motor, 1) end addEvent("motor") addEventHandler("motor",thePlayer,motorhang) triggerClientEvent(source,"start",source)
  18. يب ان شاء الله تقدر تشغلها لو على اقل اعدادات ان تطلب الامر : Grand Theft Auto V Minimum Requirements CPU: Intel Core 2 Quad CPU Q6600 @ 2.40GHz (4 CPUs) / AMD Phenom 9850 Quad-Core Processor (4 CPUs) @ 2.5GHz CPU Speed: Info RAM: 4 GB OS: Windows 8.1 64 Bit, Windows 8 64 Bit, Windows 7 64 Bit Service Pack 1, Windows Vista 64 Bit Service Pack 2* (*NVIDIA video card recommended if running Vista OS) Video Card: NVIDIA GeForce 9800 GT 1GB / AMD Radeon HD 4870 1GB (DX 10, 10.1, 11) Click here for the latest video card drivers Sound Card: Yes Free Disk Space: 65 GB Grand Theft Auto V Recommended Requirements CPU: Intel Core i5 3470 @ 3.2GHZ (4 CPUs) / AMD X8 FX-8350 @ 4GHZ (8 CPUs) CPU Speed: Info RAM: 8 GB OS: Windows 8.1 64 Bit, Windows 8 64 Bit, Windows 7 64 Bit Service Pack 1 Video Card: NVIDIA GeForce GTX 660 2GB / AMD Radeon HD 7870 2GB Click here for the latest video card drivers Sound Card: Yes Free Disk Space: 65 GB
  19. If you can upload the script in here so i can check it.
  20. Hi i have a problem with mta somehow it just came i don't know how the problem is when i enter to a server on first double click connect and then return false to this message 'MTA Client Verification Failed' and when i click again enter the server normally i don't know why can someone help me with this Greetings!
  21. Can you please tell me what the debug say
×
×
  • Create New...