Jump to content

Recommended Posts

Posted
i cant understand you so that's why i don't know how can help you.

do you know how to english?

how make dxdrawtext hide after 5sec and hide to alpha :D

Posted

-- Show = 
 addEventHandler 
-- Remove = 
 removeEventHandler 
-- After time = 
 setTimer 

i want hide to alpha if you can plis post script exmple

Posted
function dxText() 
dxDrawText() -- kamel heka wa7dek 
end 
  
function handleTheRender() 
addEventHandler("onClientRender", root, dxText) 
end 
  
setTimer(function() 
removeEventHandler("onClientRender", root, dxText) 
end, 5000, 1) 

el 7asel kamel el dxDrawText wa7dek

Posted
function dxText() 
dxDrawText() -- kamel heka wa7dek 
end 
  
function handleTheRender() 
addEventHandler("onClientRender", root, dxText) 
end 
  
setTimer(function() 
removeEventHandler("onClientRender", root, dxText) 
end, 5000, 1) 

el 7asel kamel el dxDrawText wa7dek

n7abha tantna7a bchwaya nzid nfasalk ma3neha alpha tabda ton9as 7ata lil 0 fi 5 sec

Posted

youdh'herli te5dm haka:

local newA = getElementAlpha(text) - 25 
setTimer(setElementAlpha(text, newA), 5000, 5) 
  

el alpha ton9s 25% kol 1sec, ba3d 5 secs el timer ye9f

Posted
youdh'herli te5dm haka:
local newA = getElementAlpha(text) - 25 
setTimer(setElementAlpha(text, newA), 5000, 5) 
  

el alpha ton9s 25% kol 1sec, ba3d 5 secs el timer ye9f

ya5i il ElementAlpha ta5dam ma3a DX o.O ?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...