سلام عليكم يا شباب
اليوم كنت اجرب فنكشنات يعني العب فيها
وطحت ف مشكل ما عرفت أحله
الترايقر ما يوصل الكلينت سايد
mapsTable = {}
function GetAllMaps()
local Resources = getResources()
for i, v in ipairs(Resources) do
local ResInfoType, ResInfoGameMode = getResourceInfo(v, "type"), getResourceInfo(v, "gamemodes")
if ResInfoType == "map" and ResInfoGameMode == "race" then
table.insert(mapsTable, v)
triggerClientEvent ( "onClientGetMaps", getRootElement(), v )
end
end
end
GetAllMaps()
addEvent("onClientGetMaps", true)
addEventHandler("onClientGetMaps", root, function(v)
outputChatBox("done")
GirdList = guiCreateGridList(500, 295, 293, 213, false)
guiGridListAddColumn(GirdList, "MapColumn", 0.9)
guiGridListAddRow(GirdList)
guiGridListSetItemText(GirdList, 0, 1, "-", false, false)
end
)
showCursor(true)
أتمنى الحل ي شباب