Siemka, mam problem. A dok?adnie, to ekipa z mojego serwera ma rangi. Nie wy?wietlaj? si? osoby wgl pod /admins. Nawet ja, na w?a?cicielu.
Kod: s_utility - pystories-admins
[lua]local sw,sh = guiGetScreenSize()
local screenW, screenH = guiGetScreenSize()
function hidePlayerWarning()
playerWarning=false
end
addEventHandler("onClientRender", root, function()
if (playerWarning) then
dxDrawRectangle(screenW * 0.2767, screenH * 0.2669, screenW * 0.4473, screenH * 0.4674, tocolor(0, 0, 0, 155), false)
dxDrawRectangle(screenW * 0.2767, screenH * 0.6914, screenW * 0.4473, screenH * 0.0430, tocolor(254, 15, 15, 255), true)
dxDrawText("Otrzyma?e?(a?) ostrze?enie!", (screenW * 0.2767) - 1, (screenH * 0.6745) - 1, (screenW * 0.7240) - 1, (screenH * 0.7474) - 1, tocolor(0, 0, 0, 255), 2.00, "default", "center", "center", false, false, true, false, false)
dxDrawText("Otrzyma?e?(a?) ostrze?enie!", (screenW * 0.2767) + 1, (screenH * 0.6745) - 1, (screenW * 0.7240) + 1, (screenH * 0.7474) - 1, tocolor(0, 0, 0, 255), 2.00, "default", "center", "center", false, false, true, false, false)
dxDrawText("Otrzyma?e?(a?) ostrze?enie!", (screenW * 0.2767) - 1, (screenH * 0.6745) + 1, (screenW * 0.7240) - 1, (screenH * 0.7474) + 1, tocolor(0, 0, 0, 255), 2.00, "default", "center", "center", false, false, t... |