How to Connect NPC
#1

Hi, im using the NGRP script and im wondering how do i get a NPC to connect they join an leave i thinks it cause of the tutorial system please help
Reply
#2

add exceptions, like,
pawn Код:
public OnPlayerConnect(playerid)
{
if(IsPlayerNPC(playerid)) return 1;
}
With this you can skip the tutorial, you can skip the login, and other things you want to skip
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)