addhook a
trigger hook and there's no function for that hook. To solve this either delete the
addhook code or create a function for that hook.
Scripts
Use hook, null value
Use hook, null value
addhook a
trigger hook and there's no function for that hook. To solve this either delete the
addhook code or create a function for that hook.
Rainoth yes, timer not work, but I not understand what means 'third timer parameter'
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.