HELP: NPC on la-rp
#1

Hi everyone! Do anyone know how to make NPC bot pass the login? I want to make the bus drive around city
Reply
#2

It was already mentioned many times. Use this:
pawn Код:
OnPlayerConnect(playerid)
{
if(IsPlayerNPC(playerid)) return 1;
    //Other Stuff
}
also check this thread, section "NPC's"
Reply
#3

Does this go in the filterscript or gamemode?
Reply
#4

gamemode
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)