Npc question
#1

I have a question?

How can i create a bot that dosnt need to be in the car?

iv done ongamemodeinit

Код:
ConnectNPC("minigun","minigun");
then onplayerspawn

Код:
if(!strcmp(npcname, "minigun", true))
    {
      return 1;
    }
because on the tutorial on how to create a npc they juts say skip this step i done it then the bot just stays at the spawn pint help me




[GDZ]leader
Reply
#2

SetPlayerPos, SetPlayerInterior, etc work on NPC's too. Just set it where you want it to be.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)