Forum

> > CS2D > Scripts > Use hook, null value
Forums overviewCS2D overview Scripts overviewLog in to reply

English Use hook, null value

23 replies
Page
To the start Previous 1 2 Next To the start

old Re: Use hook, null value

HESY
User Off Offline

Quote
user Rainoth yes, timer not work, but I not understand what means 'third timer parameter'

Quote
So you want to disable buttons for a while and then re-enable them?

not all buttons, only which player used

If the bug is not corrected, the entire project can be thrown in the trash

old Re: Use hook, null value

Zeik
User Off Offline

Quote
It would be so much easier if people wrote what they are trying to do instead of just throwing a bunch of meaningless code.

Tell me what you are trying to do and maybe I will help you. I can't waste time just trying to guess what you're trying to do.

old Re: Use hook, null value

Rainoth
Moderator Off Offline

Quote
@user HESY: That's exactly what my code does. BUT you have to understand that trigger control works by passing what NAME of trigger you have to use. In other words, if you have triggers with the same name, they will all get triggered. It's actually a convenience in most cases, since you disable all triggers you no longer need. However, if you want to disable separate triggers, you'll have to use different names for them.

I understand that you have triggers:

"debug" x 10
and clicking one of them will disable all of them for a while.

You'll have to set up:
"debug0"
"debug1"
"debug2"
"debug3"
...
"debug8"
"debug9"

and define a function for each of them (what function does can be the same).

Hope that helps.
Cheers.
To the start Previous 1 2 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview