Usage

Syntax: function onActionPlayerOnline(playerObject) { }

Explanation

It is invoked when a player logs on. Can be put in weapon NPCs and DBNPCs.

Example

If used in a weapon/GUI-script:
function onActionPlayerOnline()
{
  player.addweapon("FunnyHat");
}

... adds a weapon called "FunnyHat" to connecting players.

Categories

CategoryFunctionEvent

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki