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)- 07:35, 22 December 2022 Habi talk contribs created page SetPSLimit (Created page with "{{Welcome| desc=Sets PS (Passenger Sync) Limit of automatically syncing while inside as passenger.| params=<syntaxhighlight lang="lua">(n)</syntaxhighlight> <poem>::n: The num...")
- 01:00, 22 December 2022 Habi talk contribs created page SendPassengerSyncData (Created page with "{{Welcome| desc= Sends a passenger sync packet to server. The NPC's position is updated in server corresponding to position of vehicle in which the bot is passenger.| params=<...")
- 18:18, 7 December 2022 Habi talk contribs created page GetLocalValue (Created page with "{{Welcome|desc=Gets current field values of npc as a player.| params=<syntaxhighlight lang="lua">(field)</syntaxhighlight> <poem>::field : The field of npc's data to which...")
- 06:42, 6 December 2022 Habi talk contribs created page GetTickCount (Created page with "{{Welcome|desc=Gets the number of clock ticks (in milliseconds) passed since a fixed point.| params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>| retval=No: of clock...")
- 05:13, 5 December 2022 Habi talk contribs created page Command-line usage (Created page with "The command-line usage of npcclient is as follows: USAGE: npcclient [-] [-h <string>] [-l <string>] [-m <string>] [-p <integer>] [-w <string> ...] [-z <stri...")
- 04:46, 5 December 2022 Habi talk contribs created page WhereIsPlayer (Created page with "{{Welcome|desc=Consider the situation in which a player is near to npc. This function gives an angle in radians relating to the position of the player.| params=<syntaxhighligh...")
- 04:39, 5 December 2022 Habi talk contribs moved page ShowWindow to ShowNPCConsole without leaving a redirect
- 04:38, 5 December 2022 Habi talk contribs moved page HideWindow to HideNPCConsole without leaving a redirect
- 04:37, 5 December 2022 Habi talk contribs created page HideWindow (Created page with "{{Welcome|desc=Hides the npc console. (By default, the console is hidden)| params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight> ::This function may be called before c...")
- 04:36, 5 December 2022 Habi talk contribs created page ShowWindow (Created page with "{{Welcome|desc=Shows the npc console.| params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight> ::This function may be called before calling ConnectNPC or ConnectNPCEx to...")
- 08:11, 30 November 2022 Habi talk contribs created page ConnectNPCEx (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.5 and will not work on previous versions. </poem> {{Welcome| d...")
- 07:47, 30 November 2022 Habi talk contribs deleted page Template:Warning (content was: "<onlyinclude>{{#if: {{{msg|{{{1|}}}}}}|<table class="warning-message" style="background-color: #fee7e6; border: 1px #d33 solid; box-sizing: bor...", and the only contributor was "Habi" (talk))
- 07:40, 30 November 2022 Habi talk contribs created page Template:Warning (Created page with "<onlyinclude>{{#if: {{{msg|{{{1|}}}}}}|<table class="warning-message" style="background-color: #fee7e6; border: 1px #d33 solid; box-sizing: border-box; margin: 0.5em 0; paddin...")
- 11:41, 27 November 2022 Habi talk contribs created page OnSniperRifleFired (Created page with "{{Welcome| desc=This function is called when a player fires a sniper rifle. This function is not called if the npc itself is firing the sniper rifle using FireSniperRifle....")
- 18:52, 26 November 2022 Habi talk contribs created page GetSlotFromWeaponId (Created page with "{{Welcome| desc=This will return the id of the slot in the specified weapon usually stored| params=<syntaxhighlight lang="lua">( weaponid )</syntaxhighlight> <poem>::weaponid:...")
- 18:48, 26 November 2022 Habi talk contribs created page GetPlayerSlotAmmo (Created page with "{{Welcome| desc=This will return the ammo of the weapon which is at the specified slot of the player| params=<syntaxhighlight lang="lua">( playerId, slotId )</syntaxhighlight>...")
- 18:45, 26 November 2022 Habi talk contribs created page GetPlayerSlotWeapon (Created page with "{{Welcome| desc=This will return the weapon which is at the specified slot of the player| params=<syntaxhighlight lang="lua">( playerId, slotId )</syntaxhighlight> <poem>::pla...")
- 15:14, 26 November 2022 Habi talk contribs deleted page File:Test.jpg
- 15:13, 26 November 2022 Habi talk contribs created page File:Test.jpg
- 15:13, 26 November 2022 Habi talk contribs uploaded File:Test.jpg
- 20:08, 24 November 2022 Habi talk contribs created page FaceNPCToPlayer (Created page with "{{Welcome| desc=This will make the npc turn towards another player| params=<syntaxhighlight lang="lua">( playerid )</syntaxhighlight> <poem>::player: The ID of the player whom...")
- 05:37, 21 November 2022 Habi talk contribs created page Squirrel Standard Library Functions (Created page with "__NOTOC____NOEDITSECTION__<big> In the npcscripts, the following standard http://squirrel-lang.org/squirreldoc/stdlib/index.html libraries of Squirrel are included. {| st...")
- 04:26, 20 November 2022 Habi talk contribs created page SendDeathInfo (Created page with "{{Welcome| desc=.| params=<syntaxhighlight lang="lua">( weaponId, killerId, bodypartId )</syntaxhighlight> <poem>::weaponId : The same as weapon IDs on server side. ::killerI...")
- 04:18, 20 November 2022 Habi talk contribs created page Bodypart (Created page with "<big>To be used with StartRecordingPlayerData <source lang="lua"> BODYPART_BODY 0 BODYPART_TORSO 1 BODYPART_LEFTARM 2 BODYPART_RIGHTARM 3 BODYPART_LEFTLEG 4 BODYPART_...")
- 04:12, 20 November 2022 Habi talk contribs created page SendShotInfo (Created page with "{{Welcome| desc=| This function registers to server that the npc is shot down ( by another player ). This function is followed by SendDeathInfo after a delay (must be call...")
- 04:04, 20 November 2022 Habi talk contribs created page UpdateType (Created page with "<big>To be used with OnPlayerUpdate <source lang="lua"> PLAYERUPDATE_NORMAL 0 PLAYERUPDATE_AIMING 1 PLAYERUPDATE_DRIVER 2 PLAYERUPDATE_PASSENGER 3 ( not yet implemen...")
- 04:02, 20 November 2022 Habi talk contribs created page OnPlayerUpdate (Created page with "{{Welcome| desc=This function is called when the packet containing a players data arrives from the server.| params=<syntaxhighlight lang="lua">( playerid, updateType)</syntaxh...")
- 03:54, 20 November 2022 Habi talk contribs moved page OtherFuncs to New Release
- 21:57, 18 November 2022 Habi talk contribs created page SendOnFootSyncDataLV (Created page with "{{Welcome| desc= Same as SendOnFootSyncData with the fields like keys, position, health, armour etc of the function used from the Local Values ( calculated from the last p...")
- 21:01, 18 November 2022 Habi talk contribs created page Field (Created page with "<big>To be used with SetLocalValue <source lang="lua"> I_HEALTH 0 </source></big>")
- 20:59, 18 November 2022 Habi talk contribs created page SetLocalValue (Created page with "{{Welcome|desc=Sets local value like health or armour of npc without sending to server| params=<syntaxhighlight lang="lua">(field, value)</syntaxhighlight> <poem>::field : The...")
- 20:55, 18 November 2022 Habi talk contribs created page OtherFuncs (Created page with "__NOTOC____NOEDITSECTION__<big> The following functions are added in v0.3 {| style=height:1em |scope="col" style="width: 300px; text-align:left; vertical-align: top;"| *Set...")
- 01:03, 15 November 2022 Habi talk contribs moved page SendNPCSyncData to SendOnFootSyncData (name of function was different.)
- 09:45, 13 November 2022 Habi talk contribs created page SendNPCSyncData (Created page with "{{Welcome| desc=This will send a packet to server which is filled by the following parameters.| params=<syntaxhighlight lang="lua">([integer] keys, [float] posX, [float] posY,...")
- 06:09, 13 November 2022 Habi talk contribs created page SetTimerEx (Created page with "note=This was added in 0.1b and will not work in first version.")
- 16:29, 24 March 2022 Habi talk contribs created page Keys (Created page with "__NOEDITSECTIONS__ {| class="wikitable" |- ! Key Value !! Macro |- | 1|| KEY_ONFOOT_AIM |- | 2|| KEY_ONFOOT_NEXTWEP |- | 4 || KEY_ONFOOT_PREVWEP |- | 64|| KEY_ONFOOT_PUNCH |-...")
- 15:50, 24 March 2022 Habi talk contribs created page IsPlayerInRangeOfPoint (Created page with "{{Welcome| params=<source lang="lua">(playerid, radius, point)</source> <poem>::playerid : The ID of the player whom you want to check if within an area. ::raidus : The radius...")
- 15:45, 24 March 2022 Habi talk contribs created page IsPlayerConnected (Created page with "{{Welcome| desc=Checks whether a player is connected or not.| params=<source lang="lua">playerid</source> <poem>::playerid : The ID of the player to check</poem>| retvals: tru...")
- 15:43, 24 March 2022 Habi talk contribs created page GetPlayerName (Created page with "{{Welcome| desc=Gets the name of the specified player| params=<source lang="lua">playerid</source> <poem>::playerid : The ID of the player whose name you want to get.</poem>|...")
- 15:42, 24 March 2022 Habi talk contribs created page GetPlayerFacingAngle (Created page with "{{Welcome| desc=Gets the facing angle of a player.| params=<source lang="lua">playerid</source> <poem>:: playerid : The ID of the player whose facing angle you want to get.</p...")
- 15:38, 24 March 2022 Habi talk contribs created page GetPlayerKeys (Created page with "{{Welcome| desc=Gets the keys pressed down by the specified player, who is streamed in.| params=<source lang="lua">playerid</source> <poem>::playerid : The ID of the player wh...")
- 15:31, 24 March 2022 Habi talk contribs created page GetPlayerArmour (Created page with "{{Welcome| desc=Gets the armour of a specified player, who is streamed in.| params=<source lang="lua">playerid</source> <poem>::playerid : The ID of the player whose armour yo...")
- 15:29, 24 March 2022 Habi talk contribs created page GetPlayerHealth (Created page with "{{Welcome| desc=Gets the health of a specified player, who is streamed in.| params=<source lang="lua">playerid</source> <poem>::playerid : The ID of the player whose health yo...")
- 15:27, 24 March 2022 Habi talk contribs created page GetPlayerArmedWeapon (Created page with "{{Welcome| desc=Gets the ID of the weapon the player is currently holding.| params=<source lang="lua">playerid</source> <poem>::playerid : The ID of the player whose current w...")
- 15:23, 24 March 2022 Habi talk contribs created page GetPlayerVehicleID (Created page with "{{Welcome| desc=Gets the vehicle ID of the specified player.| params=<syntaxhightlight lang="lua">playerid</syntaxhighlight> <poem>::playerid: The ID of the player whose vehic...")
- 14:05, 24 March 2022 Habi talk contribs created page NPC Installation (Created page with "Installation of NPC on your server is simple. Put the contents of download into your server folder. So that npcclient.exe and npcscripts (folder) lie on your server directory....")
- 13:55, 24 March 2022 Habi talk contribs deleted page PlayerStates (N.A)
- 09:56, 24 March 2022 Habi talk contribs created page GetPlayerState (Created page with "{{Welcome|desc=Gets the state of the specified player.| params=<syntaxhighlight lang="lua">playerid</syntaxhighlight>|")
- 09:52, 24 March 2022 Habi talk contribs created page Player States (Created page with "PLAYER_STATE_NONE 0 PLAYER_STATE_ONFOOT 1 PLAYER_STATE_AIM 2 PLAYER_STATE_DRIVER 3 PLAYER_STATE_PASSENGER 4 PLAYER_STATE_ENTER_VEHICLE_DRIVER 5 PLAYER_STATE_ENTER_VEHICLE_PASS...")
- 09:50, 24 March 2022 Habi talk contribs created page PlayerStates (Created page with "PLAYER_STATE_NONE 0 PLAYER_STATE_ONFOOT 1 PLAYER_STATE_AIM 2 PLAYER_STATE_DRIVER 3 PLAYER_STATE_PASSENGER 4 PLAYER_STATE_ENTER_VEHICLE_DRIVER 5 PLAYER_STATE_ENTER_VEHICL...")