Here is my code 
 
  
local screenW, screenH = guiGetScreenSize() 
  
addEventHandler("onClientRender", root, 
    function() 
 dxDrawText("Updates", screenW  0.7891, screenH  0.7598, screenW  0.9187, screenH  0.8076, tocolor(255, 27, 27, 255), 1.00, "pricedown", "left", "top", false, false, false, false, false) 
    end 
) 
  
 
When I use this, this error comes 
IDK why  
')' expected near '0.7891  
In this line 
 
  
dxDrawText("Updates", screenW  0.7891, screenH  0.7598, screenW  0.9187, screenH  0.8076, tocolor(255, 27, 27, 255), 1.00, "pricedown", "left", "top", false, false, false, false, false)