GUIEditor_Grid[1] = guiCreateGridList(0,21,169,427,false,GUIEditor_Tab[2])
guiGridListSetSelectionMode(GUIEditor_Grid[1],2)
changeGridListItemToPlayersName = function ( GridList, Column )
if GridList and Column then
if getElementType ( GridList ) == "gui-gridlist" then
if guiGridListClear ( GridList ) then
for i, v in next, getElementsByType ( "player" ) do
guiGridListSetItemText ( GridList, guiGridListAddRow ( GridList ), Column, getPlayerName ( v ), false, false );
end;
end;
end;
end;
end;
guiGridListAddColumn(GUIEditor_Grid[1],"Player ",0.9)
سويت كذا بس القريد ليست ماتغير فيه شي وين الخطا ؟