[AJUDA]Comando /abrir
#7

Ata mano vlw consegui. Ei se puder ajuda em outra coisa, eu fiz um NPC de mecanico pra uma oficina minha, deu certinho e tudo,mas.. veio com a skin do CJ, aonde mudo?

Esse й o PAWN do npc:

Код:
#define RECORDING "mecanico" //Este й o nome do seu arquivo de gravaзгo, sem a extenзгo(.rec).
#define RECORDING_TYPE 2 //1 para gravaзхes em veнculo e 2 para gravaзхes apй.

#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
Vlw se puder ajudar
Reply


Messages In This Thread
[AJUDA]Comando /abrir - by Keiichi - 25.05.2011, 21:11
Re: [AJUDA]Comando /abrir - by DartakousLien - 25.05.2011, 21:27
Re: [AJUDA]Comando /abrir - by Keiichi - 25.05.2011, 21:37
Re: [AJUDA]Comando /abrir - by DartakousLien - 25.05.2011, 21:38
Re: [AJUDA]Comando /abrir - by Keiichi - 25.05.2011, 21:43
Re: [AJUDA]Comando /abrir - by DartakousLien - 25.05.2011, 21:46
Re: [AJUDA]Comando /abrir - by Keiichi - 25.05.2011, 21:59
Re: [AJUDA]Comando /abrir - by Hardware - 25.05.2011, 22:22
Re: [AJUDA]Comando /abrir - by Keiichi - 25.05.2011, 22:30
Re: [AJUDA]Comando /abrir - by Hardware - 25.05.2011, 22:33

Forum Jump:


Users browsing this thread: 1 Guest(s)