اولا
guiCreateGridList
guiGridListAddColumn
بعدين
changeGridListItemToPlayersName ( grid, col );
مثال
wnd = guiCreateWindow ( 100, 100, 400, 400, "Test", false ); -- اضافة نافذه
grid = guiCreateGridList ( 25, 30, 350, 350, false, wnd ); -- اضافه قريد
col = guiGridListAddColumn ( grid, "Players", 0.9 ); -- اضافه عمود
changeGridListItemToPlayersName ( grid, col ); -- ربط القريد ب العمود