Main Page: Difference between revisions
No edit summary |
No edit summary |
||
Line 125: | Line 125: | ||
* [[F]] | * [[F]] | ||
* [[Examples]] | * [[Examples]] | ||
==ServerData | ==ServerData== | ||
* [[ReadInt]] | * [[ReadInt]] | ||
* [[ReadByte]] | * [[ReadByte]] |
Revision as of 04:10, 3 February 2023
Introduction
NPCs also known as bots -feature introduced in April 2022 in vc-mp forum. This new feature allows you to create NPCs inside your server. They can be created at ammunition stores, toolshop or mall. They can chat with players, send command to server. They can be used to play a previous recording like driving a car around an area repeatedly. Like normal players, they use server slot. Their intelligence can be scripted in separate squirrel scripts. These scripts with 'artificial intelligence' of NPC reside in npcscripts directory.
Each NPC run in its own process. This might make their usage and working economical. The NPC scripts have functions as well as callbacks. The Player functions, Advanced functions are all functions usable in npcscripts( and not server scripts).
Since v1.5, adding an npc is simple as a call to ConnectNPC and if you do not want to give npc AI, the script parameter can be omitted.
08 January 2023: Happy New Year. NPC Version 1.6 alpha is out. here
13 January 2023: Server Plugin to hide npcs from VCMP-Browser. see