Emgawe.117 Posted July 11, 2016 Share Posted July 11, 2016 السـلام عليكم ورحمة الله وبركاتــه أخـباركم ي عـيال عسـاكم طيبين انا مسوي لوحة المابات أبـي فنـكشـنات يظهر لي المابات الموجودة بالسيرفر Link to comment
N3xT Posted July 11, 2016 Share Posted July 11, 2016 #table getResources getResourceInfo table.insert Link to comment
' A F . Posted July 11, 2016 Share Posted July 11, 2016 ^ + getResourceState لو تبي تجيب المابات الشغالة تستخدم ذا ^ Link to comment
Emgawe.117 Posted July 11, 2016 Author Share Posted July 11, 2016 منورـين تم الافادةة Link to comment
' A F . Posted July 11, 2016 Share Posted July 11, 2016 منورـين تم الافادةة النور نورك , AnyTime Link to comment
POWER_LY Posted July 16, 2016 Share Posted July 16, 2016 function GetAllMaps () local MapList = {} local resourceTable = getResources() for i, v in ipairs(resourceTable) do local R_name = getResourceName(v) local R_type = getResourceInfo(v,"type") local R_realName = getResourceInfo(v,"name") or "Unknown" local R_AuthorName = getResourceInfo(v,"author") or "Unknown" if R_type == "map" then table.insert(MapList,{R_name,R_realName,R_AuthorName}) end end return MapList end Link to comment
Dr.Marco Posted July 16, 2016 Share Posted July 16, 2016 function GetAllMaps () local MapList = {} local resourceTable = getResources() for i, v in ipairs(resourceTable) do local R_name = getResourceName(v) local R_type = getResourceInfo(v,"type") local R_realName = getResourceInfo(v,"name") or "Unknown" local R_AuthorName = getResourceInfo(v,"author") or "Unknown" if R_type == "map" then table.insert(MapList,{R_name,R_realName,R_AuthorName}) end end return MapList end لقد قال تم االافادة لا تزود مشاركات Link to comment
^iiEcoo'x_) Posted July 16, 2016 Share Posted July 16, 2016 function GetAllMaps () local MapList = {} local resourceTable = getResources() for i, v in ipairs(resourceTable) do local R_name = getResourceName(v) local R_type = getResourceInfo(v,"type") local R_realName = getResourceInfo(v,"name") or "Unknown" local R_AuthorName = getResourceInfo(v,"author") or "Unknown" if R_type == "map" then table.insert(MapList,{R_name,R_realName,R_AuthorName}) end end return MapList end لقد قال تم االافادة لا تزود مشاركات وانت ل تزود مشاركات Link to comment
Vunili Posted July 16, 2016 Share Posted July 16, 2016 function GetAllMaps () local MapList = {} local resourceTable = getResources() for i, v in ipairs(resourceTable) do local R_name = getResourceName(v) local R_type = getResourceInfo(v,"type") local R_realName = getResourceInfo(v,"name") or "Unknown" local R_AuthorName = getResourceInfo(v,"author") or "Unknown" if R_type == "map" then table.insert(MapList,{R_name,R_realName,R_AuthorName}) end end return MapList end لقد قال تم االافادة لا تزود مشاركات وانت ل تزود مشاركات وانت لا تزود مشاركات 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