Quien me crea un n..
#1

Quien me crea un npc, solo em falta el codigo pwn algo asi

Lo que no puedo completar es el codigo:

#define RECORDING "merl" //Este es el nombre del archivo que grabaron in game
#define RECORDING_TYPE 1 //1 = en vehiculo 2= caminando

#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

este codigo hay que editarlo, lo que namas eh puesto es el nombre del archivo. merl el type 1 que es que esta en un carro y lo demas nose como ..
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=148800 нndice de tutoriales
https://sampforum.blast.hk/showthread.php?tid=108798 agregar NPC a RP
https://sampforum.blast.hk/showthread.php?tid=160428 crear NPC con funciones
https://sampforum.blast.hk/showthread.php?tid=311505 crear NPC

no esperes que te hagan todo..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)