All public logs
Jump to navigation
Jump to search
Combined display of all available logs of NPC for VCMP 0.4 Servers. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 14:21, 22 March 2022 Habi talk contribs created page GetPlayerPos (Created page with "{{Welcome|desc=Gets the position of a player as Vector.|params=<syntaxhighlight lang="lua">playerid</syntaxhighlight> <poem>::playerid : The ID of the player whose position is...")
- 13:36, 20 March 2022 Habi talk contribs created page KillTimer (Created page with "{{Welcome| desc=Kills a previously created timer using SetTimer| params=<syntaxhighlight lang="lua">(timerid)</syntaxhighlight> <poem>::timerid : The id of the timer, retu...")
- 16:23, 19 March 2022 Habi talk contribs created page SetTimer (Created page with "{{Welcome| desc=This will create set a timer, which will be triggered when the given time has passed.| params=<syntaxhighlight lang="lua">(FunctionName, interval, repeat)</syn...")
- 16:17, 19 March 2022 Habi talk contribs created page AdditionalFunctions (Created page with "__NOTOC____NOEDITSECTION__<big> NPC Scripts have the following functions too. {| style=height:1em |scope="col" style="width: 300px; text-align:left; vertical-align: top;"| ==...")
- 07:48, 10 March 2022 Habi talk contribs created page IsPlayerNPC (Created page with "{{Welcome| desc=Checks if a player is an NPC| params=<syntaxhighlight lang="lua">(playerid)</syntaxhighlight> <poem>::playerid: The id of the player to be check. </poem>| retv...")
- 07:38, 10 March 2022 Habi talk contribs created page ConnectNPC (Created page with "{{Welcome| desc=Connect an NPC to the server| params=<syntaxhighlight lang="lua">(name, script, host="127.0.0.1")</syntaxhighlight> <poem>::name : The name for the NPC to use....")
- 07:29, 10 March 2022 Habi talk contribs created page StopRecordingPlayerData (Created page with "{{Welcome| desc=Stops the recording of the actions of the player started using StartRecordingPlayerData| params=<syntaxhighlight lang="lua">(playerid)</syntaxhighlight> <p...")
- 14:13, 9 March 2022 Habi talk contribs created page Downloads (Created page with "NPC core component Windows: Linux: Plugins to connect NPC Squirrel: Windows: npc04rel32.dll npc04rel64.dll Linux: npc04rel32.so npc04rel64.so")
- 14:04, 9 March 2022 Habi talk contribs created page OnNPCExitVehicle (Created page with "{{Welcome| desc=This function is called when an NPC leaves a vehicle.| params=<syntaxhighlight lang="lua">(vehicleid)</syntaxhighlight> <poem>:: vehicle : The ID of the vehicl...")
- 14:00, 9 March 2022 Habi talk contribs created page OnNPCEnterVehicle (Created page with "{{Welcome| desc=Gets called when an NPC enters a vehicle. Or in other words, the server has put the NPC in a vehicle.| params=<syntaxhighlight lang="lua">(vehicleid, seatid)</...")
- 13:54, 9 March 2022 Habi talk contribs created page OnNPCSpawn (Created page with "{{Welcome| desc=This function is called when the NPC spawns.| params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>| retvals=This function does not return any specific...")
- 13:49, 9 March 2022 Habi talk contribs created page OnNPCDisconnect (Created page with "{{Welcome| desc=This function is called when an NPC disconnect from the server.| params=<syntaxhighlight lang="lua">(reason)</syntaxhighlight> <poem>::reason : The reason why...")
- 10:11, 9 March 2022 Habi talk contribs created page OnNPCConnect (Created page with "{{Welcome| desc=This function is called when an NPC successfully connect to a server.| params=<syntaxhighlight lang="lua">(myplayerid)</syntaxhighlight> ::myplayerid::The play...")
- 10:07, 9 March 2022 Habi talk contribs deleted page OnNPCModeInit (OnNPCScriptLoad)
- 10:07, 9 March 2022 Habi talk contribs deleted page OnNPCModeExit (OnNPCScriptUnload)
- 09:55, 9 March 2022 Habi talk contribs created page OnNPCScriptUnload (Created page with "{{Welcome| desc=This function is called when a NPC script is unloaded.| params=<syntaxhighlight lang="lua">This callback has no parameters.</syntaxhighlight>| retvals=This cal...")
- 09:43, 9 March 2022 Habi talk contribs created page OnNPCModeExit (Created page with "{{Welcome}}")
- 09:43, 9 March 2022 Habi talk contribs created page Template:Welcome (Created page with "Hello! Welcome to the wiki.")
- 09:14, 9 March 2022 Habi talk contribs created page OnNPCScriptLoad (Created page with "'''Description''': '''Parameters:''' '''Return Values:''' <source lang="lua"> function OnNPCScriptLoad() { print("NPC script loaded\n"); } </source>")
- 09:07, 9 March 2022 Habi talk contribs created page OnNPCModeInit (Created page with "'''Description''': '''Parameters:''' '''Return Values:'''")
- 04:17, 9 March 2022 User account Habi talk contribs was created