SA-MP Forums Archive
HELP: NPC on la-rp - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: HELP: NPC on la-rp (/showthread.php?tid=109599)



HELP: NPC on la-rp - Dirkon - 21.11.2009

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


Re: HELP: NPC on la-rp - xomka - 21.11.2009

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"


Re: HELP: NPC on la-rp - acade - 21.11.2009

Does this go in the filterscript or gamemode?


Re: HELP: NPC on la-rp - klavins21 - 21.11.2009

gamemode