View Single Post
  #2  
Old 02-24-2010, 10:26 PM
Immolate Immolate is offline
Indigo
Join Date: Dec 2009
Posts: 322
Immolate is on a distinguished road
Quote:
Originally Posted by xAndrewx View Post
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"
Reply With Quote