local cl = guiGridListAddColumn(playerList, "Players List ...", 0.85)
if ( cl and guiGetVisible(shopWindow) == true ) then
for _,name in ipairs(getElementsByType("player")) do
local rw = guiGridListAddRow(playerList)
guiGridListSetItemText(playerList, rw, cl, getPlayerName(name), false, false)
end
addEventHandler("onClientGUIClick", playerList, onClickPlayerName)
end
end
,4000,0)
هذا حق بشر مدري وش المشكله