Jump to content

SiN!X ~

Members
  • Posts

    5
  • Joined

  • Last visited

Details

  • Gang
    [No-GanG]

SiN!X ~'s Achievements

Vic

Vic (3/54)

0

Reputation

  1. yea i noticed that ^^ Thaanks it Works Perfectly, You are the Best lua programmer Castillo ^^
  2. bad Argument#1 table expected got nil table.insert(mapsTable, {tostring(name)}) i can see the map list in the Gird .. but when i search nothing appear
  3. kk cc addEvent("sendMaps", true ) function sendmaps(name) row = guiGridListAddRow ( mapGridList ) guiGridListSetItemText ( mapGridList, row, mapsColumn, name, false, false ) end addEventHandler( "sendMaps", getLocalPlayer(), sendmaps ) function set1( ) selectedRow, selectedCol = guiGridListGetSelectedItem( mapGridList ) gridMapName = guiGridListGetItemText( mapGridList, selectedRow, selectedCol ) guiSetText( mapNameEdit, gridMapName ) end addEventHandler( "onClientGUIClick", mapGridList, set1 ) addEvent( "clearGridList", true ) function clearGridList() guiGridListClear( mapGridList ) end --[[ ]]-- addEventHandler("onClientGUIChanged", SearchMaps, function(mapNameEdit) local mapsearch = guiGetText(mapNameEdit) guiGridListClear(mapGridList) for i = 0, row do if string.find(tostring(name[i]), mapsearch, 1, false) then local row = guiGridListAddRow(mapGridList) guiGridListSetItemText(mapGridList, row, 1, tostring(name[i]), false, false) end end end ) do you want ServerMap.lua ?
  4. i found this .. but id didn't work .. guiGridListSetItemText(MapViewr, row, 1, tostring(name), false, false) name is Boolean value
  5. Hello i made simple map list viewer, but the problem now ,, How i can make Map Searcher .. or Grid searcher i tried many ways and search inside this forum but i couldn't find anything useful
×
×
  • Create New...