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)- 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...")
- 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