Forum

> > CS2D > Scripts > Remove HUD
Forums overviewCS2D overview Scripts overviewLog in to reply

English Remove HUD

2 replies
To the start Previous 1 Next To the start

old Remove HUD

Eternal
User Off Offline

Quote
Hello us

I have a problem about the HUD text , that is how to remove HUD text after the time runs out

1
explodetime = initArray(32)

1
parse('hudtxt2 '..id..' 1 "ฉ255255255Explode time :'..explodetime[id]..'" 400 390 2')

Example :
When i click on the button then countdown until 0 then i explode but HUD text of Explode time doesn't remove

How can i remove it after Explode time is 0 ??

Sorry for my bad English

old Re: Remove HUD

Apache uwu
User Off Offline

Quote
Assuming you have the if statements already written out, place

parse('hudtxt2 '..id..' 1 ""')


where it checks when explode time is 0.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview