30.09.2011, 14:24
OK this is what we got:
- zcmd executes ALL commands via CallLocalFunction()
- foreach, zcmd, streamer use it for ALS-style hooks
- YSI uses CallLocalFunction for loads of things
So it's kinda normal that yout script has lots of calls to CallLocalFunction() - you can't do anything about that (except make your own CallLocalFunction and replace the default one)
- zcmd executes ALL commands via CallLocalFunction()
- foreach, zcmd, streamer use it for ALS-style hooks
- YSI uses CallLocalFunction for loads of things
So it's kinda normal that yout script has lots of calls to CallLocalFunction() - you can't do anything about that (except make your own CallLocalFunction and replace the default one)