22.07.2011, 23:34
I understand this already however the way you explained it wasn't too good. For example:
You can also use functions when something specific happens. Also, the code you put as a example for OnMessageToAdminsSend is terribly coded, for several reasons:
Quote:
They're intended to call at any time when something specific happens. |
- You're using CallLocalFunction when you can simply just call it normally.
- SendMessageToAdmins(message) is your code, you can only send integers to all admins.
- SendMessageToAdmins will print errors because you're tag mismatching.