NPC Bug.. Its always teleport to other NPC
#8

Quote:
Originally Posted by V1ceC1ty
make sure the npcmodes have a different recording

pawn Код:
#define RECORDING ".rec file" // without extension
#define RECORDING_TYPE 1 //1 for in vehicle and 2 for on foot.

#include <a_npc>
main(){}
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
public OnNPCEnterVehicle(vehicleid, seatid) StartRecordingPlayback(RECORDING_TYPE, RECORDING);
public OnNPCExitVehicle() StopRecordingPlayback();
Do you think I stupid? :S
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 7 Guest(s)