First time using NPC's
#1

Is this right? I mean they don't even join at all.

pawn Код:
#include <a_samp>
#include <a_npc>

#define RECORDING_TYPE 2
main() {}


#if RECORDING_TYPE == 1
public OnRecordingPlaybackEnd()
{
 StartRecordingPlayback(RECORDING_TYPE, "Bank2");
}

public OnNPCSpawn()
{
 StartRecordingPlayback(RECORDING_TYPE, "Bank2");
}
#endif


public OnFilterScriptInit()
{
  ConnectNPC("Bank2", "npcbank");
  return 1;
}
Reply
#2

does it say incoming connection?

if so. change max npcs in your server .cfg to a high number
Reply
#3

Did you read the tutorial ?

~Nookie
Reply
#4

Quote:
Originally Posted by Kar
does it say incoming connection?

if so. change max npcs in your server .cfg to a high number
Yeah, I changed it but nothing happens.
It doesn't say, incoming connection.

Quote:
Originally Posted by ภ๏๏кเє
Did you read the tutorial ?

~Nookie
Yeah I've read it, but I'm still confused
Reply
#5

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Quote:
Originally Posted by Kar
does it say incoming connection?

if so. change max npcs in your server .cfg to a high number
Yeah, I changed it but nothing happens.
It doesn't say, incoming connection.

Quote:
Originally Posted by ภ๏๏кเє
Did you read the tutorial ?

~Nookie
Yeah I've read it, but I'm still confused
Make sure you read the tutorial good and take your time to read it.
It was confusing for me the first time aswell but you have to take your time and read it verry good.

Incanatrix.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)