Hi. I don't know how to add players to grid and how I can get selected item, how can I remove blip.
Please help me.
This is my gui:
playerBlipWindow = guiCreateWindow(384,150,199,294,"Player blip panel",false)
guiWindowSetSizable(playerBlipWindow,false)
gridListOfPlayers = guiCreateGridList(9,23,181,201,false,playerBlipWindow)
guiGridListSetSelectionMode(gridListOfPlayers,2)
guiGridListAddColumn(gridListOfPlayers,"Players",0.2)
blipUnblipBut = guiCreateButton(9,232,85,52,"Blip/ \n Unblip",false,playerBlipWindow)
closeBut = guiCreateButton(97,233,85,52,"Close",false,playerBlipWindow)