0 Üye ve 1 Ziyaretçi konuyu incelemekte.
local x, y = guiGetScreenSize()local x, y = (x / 2) * 0.2, (y / 2) * 1.9setTimer(function() dxDrawText('Aktif oyuncular: '..#getElementsByType('player'), x, y) end, 8, 0)