Am I totally dumb or does WriteMessage not work?
WriteMessage(ID, 'Test', Color);
Gives me a error that I attached.
I would use WriteConsole(ID, 'Test', Color); but this puts a annoying
[*] Test
out. I need every space to get message as short as possible. :/
Is there another way or is there no way to handle with that?
I already noticed, that such a thing is possible. I saw it already on some Servers.
I use the actually Version of the ScriptCore (2.6.5).
ExHunter