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)- 16:44, 3 May 2023 Habi talk contribs created page OnProjectileFired (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.6 beta 4 and will not work on previous versions. </poem> {{Welcome| desc=This event is called when a projectile is fired by a player| params=<syntaxhighlight lang="lua">( playerId, weaponId, position, r1, r2, r3, r4, r5, r6, r7 )</syntaxhighlight> ::playerId : The ID of the player who fired the projectile ::weaponId : The ID of the projectile weapon which was...")
- 16:40, 3 May 2023 Habi talk contribs created page FireProjectile (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.6 beta 4 and will not work on previous versions. </poem> {{Welcome| desc=Fires a projectile like rocket launcher| params=<syntaxhighlight lang="lua">(weaponid, position, r1, r2, r3, r4, r5, r6, r7)</syntaxhighlight> <poem>::weaponid: The weapon ID of the projectile ::position: The Vector position ::r1-r7 : These are float values in the range of -PI to PI</poem...")
- 10:05, 3 May 2023 Habi talk contribs created page LibRPC RFC (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f2f4e6; padding: 1em;"> This function was added in LibRPC (API 1.2). </poem> {{Welcome| desc='''This method is used to call server functions from npc script using streams as medium.''' Calling RFC will returns function which can be used to call remote functions of server( i.e. functions in squirrel gamemode) when called with their parameters. Note that a single call to RFC(..) will return function and a double ca...")
- 10:00, 3 May 2023 Habi talk contribs created page LibRPC F (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f2f4e6; padding: 1em;"> This function was added in LibRPC (API 1.2) and will not work on previous versions. </poem> {{Welcome|desc=This will return a userdata which can be passed to RFC for calling remote functions.| params=<syntaxhighlight>[string]funcname or [userdata]</syntaxhighlight> <poem> ::funcname : The name of a function of the npcscript or userdata returned by F(On the assumption that call to just...")
- 09:05, 20 February 2023 Habi talk contribs created page V1 6 beta3 release notes (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #1affaa; padding: 1em;"> '''Version 1.6 beta3''' Release date: 20.Feb.2023 </poem> ==What is new?== *Purpose is to update API for new library LibAction * ==Downloads== {| class="wikitable" |- ! ! bit ! version ! Link |- | Windows | style="text-align:center;" | 32 and 64 | rel006 | https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.6_beta2...")
- 04:06, 20 February 2023 Habi talk contribs created page LibAction (Created page with "Callbacks OnTargetCleared(targetpid, reason) OnTargetOutOfRange(targetid) OnPullingTrigger([integer] keys, [Vector]pos, [float]angle, [integer]health, [integer]armour, [integer]weapon, [integer]ammo, [Vector]speed, [Vector]aimpos, [Vector]aimdir, [bool]isCrouching, [bool]isReloading ) -Called when target is out of range of the weaponrange of the current weapon of npc. If nothing is specified, npc resumes shooting when target comes in range again. Functions ShootTarget(p...")
- 09:24, 16 February 2023 Habi talk contribs created page Npcmodule (Created page with "Automatically decrease health of npc and dies, if this module is loaded.")
- 09:23, 16 February 2023 Habi talk contribs created page LibRPC (Created page with "Library used to execute functions or script send from server.")
- 14:07, 14 February 2023 Habi talk contribs created page EnterVehicle (Created page with "{{Welcome| desc=Sends request to server for entering into a vehicle.| params=<syntaxhighlight lang="lua">(vehicleid, seatid) </syntaxhighlight> <poem>::vehicleid : The id of the vehicle to enter into. ::seatid : The seat id. 0 means driver seat.</poem>| example=<source lang="lua"> EnterVehicle(23, 0); </source>| relfuncs=*OnVehicleEnter }}")
- 13:31, 14 February 2023 Habi talk contribs created page QuitServer (Created page with "{{Welcome| desc=Quits quit message to server.| params=<syntaxhighlight lang="lua">()</syntaxhighlight>| }}")
- 13:28, 14 February 2023 Habi talk contribs created page GetMyID (Created page with "{{Welcome| desc=Returns the player ID of the npc in the server.| params=<syntaxhighlight lang="lua">()</syntaxhighlight>| example=<source lang="lua"> GetMyID(); </source>| relfuncs=*GetMyName }}")
- 13:20, 14 February 2023 Habi talk contribs created page GetMyName (Created page with "{{Welcome| desc=Returns thr name of the npc.| params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>| retval=The name of the npc as string.| note=This is equivalent to <source lang="lua" inline>GetPlayerName(GetMyId());</source> relfuncs=*GetMyId }}")
- 06:42, 14 February 2023 Habi talk contribs moved page V1 6 release notes to V1 6 alpha release notes over redirect
- 06:42, 14 February 2023 Habi talk contribs deleted redirect V1 6 alpha release notes by overwriting (Deleted to make way for move from "V1 6 release notes")
- 06:36, 14 February 2023 Habi talk contribs created page V1 6 beta2 release notes (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #1affaa; padding: 1em;"> '''Version 1.6 beta2''' </poem> ==What is new?== * ==Downloads== {| class="wikitable" |- ! ! bit ! version ! Link |- | Windows | 32 and 64 | rel006 | https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.6_beta2.zip/download |- | Linux | style="text-align:center;" | x64 | rel006 | https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.6_...")
- 21:58, 3 February 2023 Habi talk contribs created page File:Ezgif-1-59186a6cc7.gif
- 21:58, 3 February 2023 Habi talk contribs uploaded File:Ezgif-1-59186a6cc7.gif
- 17:22, 1 February 2023 Habi talk contribs created page Template:NPC HIDE EXPORTS (Created page with "The npc04relxx plugin makes use of the functions exported (3) and offers the following functions if loaded with hidenpcxx plugin. *SetMaxPlayersOut *SetNameOfAllNPC")
- 06:35, 1 February 2023 Habi talk contribs created page NPCHide (Created page with "This VCMP 0.4 server module will 1. withhold information about npcs ( now playing in server) to the 'VCMP Browsers'. So the player count will be 0 even if some 10 player slots are used by npc and actual player is zero. On the player list of Browser also, the names of npcs will not be seen. 2. Replace npc names with a space in the list of players the server gives to the client. So when a client connects, the name of the npc will be blank. This is not directly possible, s...")
- 06:20, 1 February 2023 Habi talk contribs created page Template:ServerPlugin (Created page with "Functions used only in server scripts {| * ConnectNPC * ConnectNPCEx * IsPlayerNPC * ShowNPCConsole * StartRecordingPlayerData * StopRecordingPlayerData |}")
- 06:19, 1 February 2023 Habi talk contribs created page Template:Modules (Created page with "{| * LibRPC * npcmodule |}")
- 06:18, 1 February 2023 Habi talk contribs created page Template:ScriptClasses (Created page with "{| *Vector *Quaternion |}")
- 06:16, 1 February 2023 Habi talk contribs moved page ScriptConstants to Template:ScriptConstants without leaving a redirect
- 06:15, 1 February 2023 Habi talk contribs created page ScriptConstants (Created page with "{| * BodyParts * LocalValue fields * Game Keys * Player States |}")
- 06:14, 1 February 2023 Habi talk contribs created page ScriptCallbacks (Created page with "{| * OnNPCScriptLoad * OnNPCScriptUnload * OnNPCConnect * OnNPCDisconnect * OnNPCSpawn * OnNPCEnterVehicle * OnNPCExitVehicle * OnClientMessage * OnPlayerDeath * OnPlayerText * OnPlayerStreamIn * OnPlayerStreamOut * OnVehicleStreamIn * OnVehicleStreamOut * OnRecordingPlaybackEnd * OnPlayerUpdate * OnSniperRifleFired * OnConsoleInput * OnServerData |}")
- 06:03, 1 February 2023 Habi talk contribs created page ScriptFunctions (Created page with "{| * StartRecordingPlayback * StopRecordingPlayback * PauseRecordingPlayback * ResumeRecordingPlayback * SendChat * SendCommand * GetMyPos * SetMyPos * GetMyFacingAngle * SetMyFacingAngle * GetDistanceFromMeToPoint * IsVehicleStreamedIn * IsPlayerStreamedIn * SetTimer * SetTimerEx (v1.5) * KillTimer * GetMyName (v1.6 ) * GetMyID (v1.6 ) * QuitServer (v1.6) * SendOnFootSyncData * SendOnFootS...")
- 16:14, 31 January 2023 Habi talk contribs replied on the thread Enabling ConsoleInput causes npcclient program to wait indefinitely on Linux System. (This bug is fixed in v1.6 beta)
- 16:14, 31 January 2023 Habi talk contribs created a new thread, Enabling ConsoleInput causes npcclient program to wait indefinitely on Linux System. (ConnectNPC(name,"",true) - enabling consoleinpu...)
- 16:11, 31 January 2023 Habi talk contribs created a new forum, Bugs (Report the bugs you find here.)
- 16:09, 31 January 2023 Habi talk contribs created a new category, Report Bugs
- 16:08, 31 January 2023 Habi talk contribs created a new category, Bugs
- 16:08, 31 January 2023 Habi talk contribs created a new category, Bugs
- 07:56, 31 January 2023 Habi talk contribs created a new thread, v1.6 beta (* Replacing npc's name with 'space' so that no...)
- 07:51, 31 January 2023 Habi talk contribs created a new forum, News
- 07:50, 31 January 2023 Habi talk contribs created a new forum, v1.6 beta (Features of upcoming version)
- 07:48, 31 January 2023 Habi talk contribs created a new category, Stable Release
- 07:34, 31 January 2023 Habi talk contribs created a new forum, .
- 07:33, 31 January 2023 Habi talk contribs created a new forum, Test2
- 07:33, 31 January 2023 Habi talk contribs created a new forum, Test (...)
- 07:32, 31 January 2023 Habi talk contribs created a new category, Discussion
- 15:23, 28 January 2023 Habi talk contribs created page Examples (Created page with ".")
- 16:48, 26 January 2023 Habi talk contribs created page Template:RFCParamTypes (Created page with "{| class="wikitable" |- ! Numbers/Integers ! |- | Float | |- | String | |- style="border-color:inherit;" | bool | true/false |- style="border-color:inherit;" | Null | null...")
- 16:38, 26 January 2023 Habi talk contribs created page F (Created page with "{{Welcome|desc=This will return a userdata which can be passed to RFC for calling remote functions.| params=<syntaxhighlight>funcname</syntaxhighlight>| retvals=The functi...")
- 18:33, 23 January 2023 Habi talk contribs moved page F to RFC without leaving a redirect
- 18:33, 23 January 2023 Habi talk contribs moved page Remote Function Call to F without leaving a redirect
- 18:26, 23 January 2023 Habi talk contribs created page Remote Function Call (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.6 beta and will not work on previous versions. </poem>")
- 23:32, 20 January 2023 Habi talk contribs created page V1 6 beta release notes (Created page with "<poem style="border: 2px solid #00d2c5; background-color: #1f1ffe; padding: 1em; color: #ffffff;"> '''Version 1.6 beta''' </poem> ==What is new?== * Read and Write Server Data...")
- 04:45, 20 January 2023 Habi talk contribs created page SendServerData (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.6 beta and will not work on previous versions. </poem>")
- 04:02, 20 January 2023 Habi talk contribs moved page OnServerScriptData to OnServerData without leaving a redirect
- 17:09, 19 January 2023 Habi talk contribs created page OnServerScriptData (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.6 beta and will not work on previous versions. </poem>{{Welco...")