Quote:
Originally Posted by xAndrewx
HTML Code:
onLogMessage(str, float, float, float, str)
What this function? The description is
" event - log message: text, red, green, bl"
Is it useful?
|
When I call the echo() function clientside, onLogMessage() is triggered and it gives the text, colours and type of log message. In the case of
echo("Toad in the hole"); it'd be:
PHP Code:
text = "Toad in the hole";
red = 1;
green = 0;
blue = 1;
logType = "echo";