A lényeg az hogy onClientRender Esemény legyen
----------------------------------------------------------------------------------------------
local x,y = guiGetScreenSize() -- lekered a kepernyo meretett
function draw()
dxDrawRectangle ( x/3.8, y/3.8,200, 300, tocolor ( 0, 0, 0, 150 ) )-- kirajzolosz egy teglalapot
-- x y honan kezdodjon a teglalap rajzolasa
-- 200,300 a teglalap szelesege,magasaga
-- tocolor (red,green,blue,alpha) alpha = a kocka lathatosaga
end
addEventHandler(\"onClientRender\", getRootElement,draw)-- minden frame-nel kirajzoltassa a teglalapot
Ui.Nem egy nagy ördöngöség