View Single Post
  #14  
Old 04-02-2007, 02:13 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by Stefan View Post
I think it is
PHP Code:
function onActionServerStartParams() {
  echo(
"start parameters: " params);

in the Control-NPC (or if (actionserverstartparams) ... in GS1). It is actually triggered by the server list script.
Ahh I just thought it was actionplayeronline
Reply With Quote