09.02.2008, 10:11
Dude, this isnt LOG !
First of all, Log must be a function, it cant be 'THAT' long,
Now secondly, you just add a save line for each callback,
If you want to make a real log, make an own function
forward Log(Msg[]);
Then work on it, and everytime you want, you can do Log("Test!");
First of all, Log must be a function, it cant be 'THAT' long,
Now secondly, you just add a save line for each callback,
If you want to make a real log, make an own function
forward Log(Msg[]);
Then work on it, and everytime you want, you can do Log("Test!");