+Source|> Posted April 6, 2019 Share Posted April 6, 2019 وش المشكله في هذا الكود function dxDrawImgOnElement(TheElement,img,height,distance,R,G,B,alpha,size,font,checkBuildings,checkVehicles,checkPeds,checkDummies,seeThroughStuff,ignoreSomeObjectsForCamera,ignoredElement) local x, y, z = getElementPosition(TheElement) local x2, y2, z2 = getElementPosition(localPlayer) local distance = distance or 20 local height = height 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 dxDrawImage( sx+1, sy+1, sx, sy, img ) end end end end Link to comment
+Source|> Posted April 6, 2019 Author Share Posted April 6, 2019 الخطأ هنا يقول الديبق dxDrawImage( sx+1, sy+1, sx, sy, img ) Link to comment
+Source|> Posted April 6, 2019 Author Share Posted April 6, 2019 يا هو احد يرد وش المشكله هنا function dxDrawImageOnElement(TheElement,img,height,distance,R,G,B,alpha,size,font,checkBuildings,checkVehicles,checkPeds,checkDummies,seeThroughStuff,ignoreSomeObjectsForCamera,ignoredElement) local x, y, z = getElementPosition(TheElement) local x2, y2, z2 = getElementPosition(localPlayer) local distance = distance or 20 local height = height 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 dxDrawImage( sx+1, sy+1, sx, sy, img, (size or 1.4)-(distanceBetweenPoints / distance), false ) end end end end Link to comment
[T]|O|[P]George Posted April 11, 2019 Share Posted April 11, 2019 ارسل الي مكتوب بالدي بق. Link to comment
KillerX Posted April 12, 2019 Share Posted April 12, 2019 اظن انتا عدلت علي الكود الاصلي استخدم دا https://wiki.multitheftauto.com/wiki/DxDrawImageOnElement وتاكد من الارقيومنتات اللي انتا قاعد تدخلها 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now