Jump to content

jhonatajh

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jhonatajh

  1. I managed to do, but is showing a slash, I need two or more function clientRenderFunc() if(handl) then local ls,rs = - getSoundLevelData(handl) if(ls ~= false) then dxDrawRectangle(sx/2-10,200,10,128*(12768/ls),colors[1]) dxDrawRectangle(sx/2-20,200,10,128*(12768/rs),colors[2]) dxDrawText("\n\n\n\n Tecle 0 para desligar a radio ou 9 pra ligar!", 20,155,screenWidth,screenHeight, Yellow, 1.2, "sans","left","top", false,true,false) dxDrawText("\n\n\n Quer Ser um Locutor? Entre em contato com Dono servidor!!", 20,155,screenWidth,screenHeight, Yellow, 1.2, "sans","left","top", false,true,false) end end end
  2. I'm beginning to set on the moon language, but I'm having a hard time making the drawRectacle to move the variable ls from the bottom up, does anyone know how I can make it move? From top to bottom or from bottom to top! In my case, it is from the bottom up. dxDrawRectangle(sx/2-10,200,10,128*(12768/ls)+100,colors[1])
×
×
  • Create New...