Master_MTA Posted April 5, 2017 Share Posted April 5, 2017 (edited) السلام عليكم ورحمة الله وبركاته اخواني الحين استفسار وش الخطا هنا mymarker={} local v={ {1108.4, -1720.36, 13.55-1}, {1146.03, -1749.56, 13.57-1}, {1150.04, -1732.18, 13.77-1}, {1134.05, -1724.94, 13.9-1} } fristtime=true value1=false value2=false value3=false function getnerpos() local aTable={} local x,y,z=getElementPosition(localPlayer) for k,m in ipairs(v)do local newmin=getDistanceBetweenPoints3D (x,y,z,m[1],m[2],m[3]) if value1~=m[1] and value2~=m[2] and value3~=m[3] then table.insert(aTable,{newmin,m[1],m[2],m[3]}) table [ 'sort' ] ( aTable , function ( aVar1 , aVar2 ) return ( aVar1 [ 1 ] < aVar2[1] ) end ) end end for g,k in ipairs(v)do if aTable[1][2]==k[1] and aTable[1][3]==k[2] and aTable[1][4]==k[3] then mymarker[localPlayer]= createMarker ( k[1], k[2], k[3], "cylinder", 5, 255, 255, 0, 170 ) value1=k[1] value2=k[2] value3=k[3] blip=createBlipAttachedTo(mymarker[localPlayer],0) table.remove(v,k[1],k[2],k[3]) end end end وشو الخطا الكود شغال لكن ما يسوي ريموف للاحداثيات ؟ @3NAD @N3xT @Sha67 @Abdul KariM Edited April 5, 2017 by Master_MTA Link to comment
iPrestege Posted April 5, 2017 Share Posted April 5, 2017 اذا تبغى تفرغ بيانات الجدول كاملة تقدر تجرب كذا : for _,aV in ipairs ( aMyTable ) do for aI = -1,#aMyTable do table.remove ( aMyTable,aV [ aI ] ); end; end; @Master_MTA Link to comment
#Soking Posted April 5, 2017 Share Posted April 5, 2017 42 minutes ago, iPrestege said: اذا تبغى تفرغ بيانات الجدول كاملة تقدر تجرب كذا : for _,aV in ipairs ( aMyTable ) do for aI = -1,#aMyTable do table.remove ( aMyTable,aV [ aI ] ); end; end; @Master_MTA انا معه , بمحأدثه و قصده عدم تفريغه من القيم بل أزالته بالكامل بمعني aTable = { { } , { } } بده يشيله بالكامل aTable = { { } } بدي الصوره المهم انا حليتها له بالخاص ض3 1 Link to comment
Master_MTA Posted April 5, 2017 Author Share Posted April 5, 2017 1 hour ago, iPrestege said: اذا تبغى تفرغ بيانات الجدول كاملة تقدر تجرب كذا : for _,aV in ipairs ( aMyTable ) do for aI = -1,#aMyTable do table.remove ( aMyTable,aV [ aI ] ); end; end; @Master_MTA لا يا غالي قصدي احذف التيبل تماما من داخل التيبل 55 minutes ago, #Soking said: انا معه , بمحأدثه و قصده عدم تفريغه من القيم بل أزالته بالكامل بمعني aTable = { { } , { } } بده يشيله بالكامل aTable = { { } } بدي الصوره المهم انا حليتها له بالخاص ض3 ما زبطت يا عسل Link to comment
Master_MTA Posted April 5, 2017 Author Share Posted April 5, 2017 يغلق شكرا للجميع حللت المشكلة 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