01.11.2013, 08:07
hi i Settings like Down and save record but not show npc at game plz help me
i save record and move at /npcmodes/recordings but not show npc plz help
Quote:
Recording a playback file First of all, we need to record a playback file for our NPC to use. Start up a server, any gamemode will do, then login to rcon. (Type "/rcon login <your_rcon_pass_here>" ) and load the filterscript npc_record (Type "/rcon loadfs npc_record" ) Now, there are 3 main recording commands in the npc_record filterscript... /vrecord <filename> - Starts recording a vehicle path to the specified filename. /ofrecord <filename> - Starts recording an on foot path to the specified filename. /stoprecord - Stops recording both vehicle and on foot paths. In this tutorial, we will be making a vehicle path, so get in a vehicle, and type /vrecord mynpc (Note you must be logged into rcon) to start recording. Drive around a bit, and when you are finished type /stoprecord. Close the game, and go to your scriptfiles directory, there should be a file called mynpc.rec. Move that file to <Your SA-MP server directory>/npcmodes/recordings/ Done? Okay, great! You have now recorded a path for your NPC, and moved it into the required directory. |