Jump to content

x[ طلب ]x فنكشنات اضهار جميع الماباات


Recommended Posts

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
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
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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...