xRaMx Posted February 26, 2014 Share Posted February 26, 2014 في عندي طلب كيف اسوي صوره على ماركر مثل سيرفر بسول وهل هي صعبه ؟؟ Link to comment
xRaMx Posted February 26, 2014 Author Share Posted February 26, 2014 طيب وش ؟ لاني ابي اسوي Link to comment
فاّرس Posted February 26, 2014 Share Posted February 26, 2014 https://community.multitheftauto.com/in ... ls&id=7613 https://wiki.multitheftauto.com/wiki/Res ... Draw3DText Link to comment
GtaSa-Dz Posted February 26, 2014 Share Posted February 26, 2014 https://community.multitheftauto.com/index.php?p=resources&s=details&id=7613https://wiki.multitheftauto.com/wiki/Res ... Draw3DText هو يقصد ماركر Link to comment
#DRAGON!FIRE Posted February 26, 2014 Share Posted February 26, 2014 الكود صعب شوية . Event : "onClientRender" getScreenFromWorldPosition getCameraMatrix isLineOfSightClear getDistanceBetweenPoints3D dxDrawImage Link to comment
xRaMx Posted February 26, 2014 Author Share Posted February 26, 2014 هذي ليشط "onClientRender" وهذي كمان ليش getCameraMatrix getDistanceBetweenPoints3D Link to comment
#DRAGON!FIRE Posted February 26, 2014 Share Posted February 26, 2014 الكود صعب .. لو شرحتها لك اعتقد م بتقدر تسويها > فـ حاول بنفسك Link to comment
xRaMx Posted February 26, 2014 Author Share Posted February 26, 2014 بس ابي اعرف فنكشات وش فايتدهم عشان اعرف اسوي مود Link to comment
فاّرس Posted February 26, 2014 Share Posted February 26, 2014 -- Client Side # local marker = createMarker(x,y,z,'cylinder',3,255,255,255,0) addEventHandler('onClientRender',root,function() local px,py,pz = getElementPosition(localPlayer) local x,y,z = getElementPosition(marker) if getDistanceBetweenPoints3D(px,py,pz,x,y,z) <= 15 then local x,y = getScreenFromWorldPosition(x,y,z) if x and y then dxDrawImage(x,y,x,y,'filePath') end end end ) Link to comment
GtaSa-Dz Posted February 26, 2014 Share Posted February 26, 2014 ذا بيست جاب العيد لحين ذا كود كامل خلاص ؟ Link to comment
فاّرس Posted February 26, 2014 Share Posted February 26, 2014 حلوه جاب العيد؟ بس الريبورت يقولون احلى مدري عاد Link to comment
' ρяofзśŝoя 亗 Posted February 26, 2014 Share Posted February 26, 2014 حلوه جاب العيد؟ بس الريبورت يقولون احلى مدري عاد ققققويهه ض1 ،# Link to comment
al-Kobra Posted February 26, 2014 Share Posted February 26, 2014 حلوه جاب العيد؟ بس الريبورت يقولون احلى مدري عاد Link to comment
xRaMx Posted February 26, 2014 Author Share Posted February 26, 2014 حلوه جاب العيد؟ بس الريبورت يقولون احلى مدري عاد ما عليك منه خخ بس يوزود مشاركته اسوي 100 حساب وابلغ عليه امزح , انت بلغ علي او وش رايك نتفق نعمل كذا جلسسه ونقول الشعب يريد اسقاط باند جامر خخ لانه يعني مافي منه فايده باند مدري لي اخش استفيد اكثر من الي ما عنده الباند Link to comment
Gomez10 Posted February 26, 2014 Share Posted February 26, 2014 (edited) 1 Edited February 26, 2014 by Guest Link to comment
Gomez10 Posted February 26, 2014 Share Posted February 26, 2014 (edited) 2 Edited February 26, 2014 by Guest Link to comment
Recommended Posts