Busbot
#7

Код:
#include "a_npc"
#define RECORDING "busbot"

main()
{
}

public OnRecordingPlaybackEnd()
{
	StartRecordingPlayback(1, RECORDING); 
}

public OnNPCEnterVehicle(vehicleid, seatid)
{
	StartRecordingPlayback(1, RECORDING);
}
public OnNPCExitVehicle()
{
	StopRecordingPlayback();
}
Reply


Messages In This Thread
Busbot - by FreshDiddi - 01.06.2012, 14:38
Re: Busbot - by MadeMan - 01.06.2012, 14:41
AW: Busbot - by FreshDiddi - 01.06.2012, 14:56
Re: Busbot - by MadeMan - 01.06.2012, 14:57
AW: Busbot - by FreshDiddi - 01.06.2012, 15:02
Re: Busbot - by MadeMan - 01.06.2012, 15:16
AW: Busbot - by FreshDiddi - 01.06.2012, 15:25
Re: Busbot - by MadeMan - 01.06.2012, 15:28
Re: Busbot - by Sandiel - 01.06.2012, 15:42
AW: Busbot - by FreshDiddi - 01.06.2012, 15:43

Forum Jump:


Users browsing this thread: 4 Guest(s)