Jump to content
  • 0

pomoc BOT


jenkings

Dotaz

Podle tohoto návodu :http://pawno.cz/jak-vytvorit-npc-preklad-ze-sa-mp-fora-t3572.html?hilit=NPC jsem si udělal bota.Zatim jsem to chtel jen zkusit jestli to jde tak jsem mu dal freeway a aby jezdil po LS . Když jsem to dodělal a připojím se na server,lognu se jako RCON , nactu FS s botem,bot se ripoji na server,ale nespawne se :(

 

Nevíte kde dělám chybu ?

Link to comment
Share on other sites

Recommended Posts

  • 0
Hele...vis kolika lidem ja uz pomohl v tom co jsem umel ja a oni ne ? Proste nekdo se na tebe vys**e ale nekdo ti rad pomuze..Hle,jestli mi nechces nejak poradit (duchaplne) tak uz sem fakt nepis. To co tu pises fakt nema cenu .

 

 

Prosim locknete tohle tema,protoze uz to vazne nema cenu

Ja si myslim že som ty už poradil viac neš si si zaslužil ... stači už len zapojyť mozog trocha inteligencie a nejaka šikovnosť a možeš byť zaše o niečo mudrejši alebo šikovnejši... ale takymto sposobom nič nedosiahneš len blbneš.

Link to comment
Share on other sites

  • 0

nn...to bych měl mít myslím si správně:

#define RECORDING "biker" //Název souboru
#define RECORDING_TYPE 1

#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...