Jump to content

help whit map names


bandi94

Recommended Posts

Posted

i am stuck whit send map names from server to client :(

server

function maps() 
gamemodes = call(getResourceFromName("mapmanager"), "getRunningGamemode") 
local maps = call(getResourceFromName("mapmanager"), "getMapsCompatibleWithGamemode",gamemodes ) 
  
local name={} 
for i,v in pairs(maps) do  
neve= getResourceInfo(v, "name") or getResourceName(v) 
name[i]=neve 
  
end 
triggerClientEvent(source,"mapok",source,name) 
end 

client

local mapok 
function list(maps) 
mapok = maps 
guiGridListClear(List) 
for i,m in pairs (mapok) do 
local row= guiGridListAddRow ( List ) 
local neve=m[i] 
guiGridListSetItemText ( List, row, column,neve,  false, false) 
end 
end 

i get argument 4 get nil on guiGridListSetItemText

on the server side the tabel is ok i tryed whit outputChatBox the problem is whit sendig it to client

thx for helping

Ingame Name : |DGT|Puma

DGT Clan Server 24/7 Owner/Scripter

MultiGameMode in progress :

n-560x95_FFFFFF_FFFFFF_0283C4_000000.png

Posted

You should tell us what the error says, don't you think?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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