11.03.2015, 14:23
Can anyone tell me a filterscript, so i can record my gameplay and play it and it will be a bot walking around...
pls help me
REP
pls help me

REP

#include <a_npc>
#define DATA_NAME "xxx"
main(){}
public OnRecordingPlaybackEnd()
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_ONFOOT,DATA_NAME);
}
public OnNPCSpawn()
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_ONFOOT,DATA_NAME);
}
public OnNPCExitVehicle()
{
StopRecordingPlayback();
}

//under OnGameModeInit
ConnectNPC("Peter","xxx");

/vrecord xxx
|
Yes {name} means, you must give the name of the record file
![]() So tip ingame: Код:
/vrecord xxx ![]() |