Thread: GS2: Client-RC
View Single Post
  #2  
Old 04-20-2007, 05:29 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
function onRCChat is clientside for Client-RCs

PHP Code:
function onRCChat()
{
(
"RC_Chat").addText("\n" params[0]);

or however it goes, I don't remember the params for onRCChat. Skyld's wiki is a good place to get information on these things
Reply With Quote