OnPlayerEnterSequence

From Nutscript Developer Wiki
    GM:OnPlayerEnterSequence(client, sequence, callback, time, noFreeze)

Description[edit]

This function is called when the player started the sequence. The Sequence means a playable animation of the model.

Arguments[edit]

  • Player client
  • String animtionSequenceName
  • Function callback
  • Integer time
  • Boolean noFreeze

Return Values[edit]

none

Examples[edit]

none