25.07.2011, 17:08
(
Последний раз редактировалось Stylock; 25.10.2014 в 19:52.
)
NPCPlayer
(play recorded playbacks directly in-game)
(play recorded playbacks directly in-game)
Information
This is a simple filterscript that allows you to record and play NPCs directly in-game. You can record yourself on foot and in vehicle, but only in separate recordings. In this version it's not possible to do continuous recording session, during which you could drive and walk, but maybe future version will make it possible.
Commands (Admin only)
- /rec start - start recording player data
- /rec stop - stop recording player data
- /rec play - play endless playback
- /rec delete - delete files
Download
Pastebin
Download (Windows only) (Update 1)
None of this would be possible without JaTochNietDan's Execute plugin.
FAQ
- Download npc_rec.zip.
- Extract npc_rec.pwn into filterscripts directory.
- Open server.cfg and type npc_rec next to filterscripts.
- Don't forget to download execute plugin.
Why isn't the NPC connecting to the server?
- make sure you have the execute plugin in the plugins directory.
- make sure you have "plugins exec" line in server.cfg.
- make sure "maxnpc" in server.cfg is set to 32 for example.
- make sure none of the scripts have return 0 under OnPlayerSpawn.
Changelog:
02/08/11:Fixed a minor bug with vehicle spawningIf any bugs occur, report them here or via PM. Also make new suggestions.
Improved performance