BOTs leaving their vehicles!!!??
#3

It is normal code, this code i got for npcmode:

#define RECORDING "Bob"
#define RECORDING_TYPE 1


#include <a_npc>
main (){}
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);

#if RECORDING_TYPE == 1
public OnNPCEnterVehicle (vehicleid, seatid) StartRecordingPlayback(RECORDING_TYPE, RECORDING);
public OnNPCExitVehicle() StopRecordingPlayback();
#else
public OnNPCSpawn() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
#endif
Reply


Messages In This Thread
BOTs leaving their vehicles!!!?? - by SampLoverNo123 - 17.08.2012, 15:59
Re: BOTs leaving their vehicles!!!?? - by Admigo - 17.08.2012, 16:08
Re: BOTs leaving their vehicles!!!?? - by SampLoverNo123 - 17.08.2012, 16:09
Re: BOTs leaving their vehicles!!!?? - by [EnErGyS]KING - 17.08.2012, 16:11
Re: BOTs leaving their vehicles!!!?? - by SampLoverNo123 - 17.08.2012, 16:14
Re: BOTs leaving their vehicles!!!?? - by [EnErGyS]KING - 17.08.2012, 16:21
Re: BOTs leaving their vehicles!!!?? - by SampLoverNo123 - 17.08.2012, 16:25
Re: BOTs leaving their vehicles!!!?? - by [EnErGyS]KING - 17.08.2012, 16:26
Re: BOTs leaving their vehicles!!!?? - by SampLoverNo123 - 17.08.2012, 16:28
Re: BOTs leaving their vehicles!!!?? - by [EnErGyS]KING - 17.08.2012, 16:41

Forum Jump:


Users browsing this thread: 2 Guest(s)