Template:ServerPlugin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Functions used only in server scripts {| * ConnectNPC * ConnectNPCEx * IsPlayerNPC * ShowNPCConsole * StartRecordingPlayerData * StopRecordingPlayerData |}") |
No edit summary |
||
Line 1: | Line 1: | ||
Functions used only in server scripts | ==Functions used only in server scripts== | ||
The following functions are available: | |||
{| | {| | ||
* [[ConnectNPC]] | * [[ConnectNPC]] | ||
Line 7: | Line 8: | ||
* [[StartRecordingPlayerData]] | * [[StartRecordingPlayerData]] | ||
* [[StopRecordingPlayerData]] | * [[StopRecordingPlayerData]] | ||
|} | |||
For the following functions to work, 'npchide' server plugin is needed. | |||
{| | |||
* [[SetMaxPlayersOut]] | |||
* [[SetNameOfAllNPC]] | |||
|} | |} |
Latest revision as of 06:24, 1 February 2023
Functions used only in server scripts
The following functions are available:
For the following functions to work, 'npchide' server plugin is needed.