OnCharCreated

From Nutscript Developer Wiki
    GM:OnCharCreated(client, id)

Description[edit]

This function is called when player created a new character. Mostly, This hook is used to set default inventory or default value of the character.

Arguments[edit]

  • Player client
  • Integer id

Return Values[edit]

none

Examples[edit]

none