Jump to content

návod Jak vytvořit NPC - překlad ze SA-MP fóra [*]


Recommended Posts

dyt mluvi o tom ze to nema ve scriptfiles...takze se mu to vubec neulozilo...nekdy te fakt nepobiram machu.

 

 

OMFG jenže mele o scriptfiles když se to nahrava do npcmodes/recordings bo ne?? ja už nevim hmm to je jedno

Link to comment
Share on other sites

Hele a kam presne to mam vlozit ? ve FTP mam toto tak kam presne prosim ?

Gamemódy / Filterscripty Scriptfiles Boti Záloha

Kdyz to dam do Boti nefaka to.......takze kam mam vlozit ten mini script a kam tu nahravku ? Diky predem

Link to comment
Share on other sites

Myslis toto:

 

#define RECORDING "Jmenotvenahravky" 
#define RECORDING_TYPE 1 //Jestli de pesky nebo v aute 1 v aute jinak 2
#include 
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

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...