SA-MP Forums Archive
Bypassing login with NPC - 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: Bypassing login with NPC (/showthread.php?tid=155335)



Bypassing login with NPC - [L3th4l] - 18.06.2010

Hey, i made some NPCs and i'm currently using LuxAdmin(Just until i finish my admin script)

Ok so, when i connect the npcs, they don't connect to the server, i was wondering how to bypass the login info

thanx..


Re: Bypassing login with NPC - Kar - 18.06.2010

Код:
if(!IsPlayerNPC(playerid))
>?


Re: Bypassing login with NPC - Antonio [G-RP] - 18.06.2010

pawn Код:
if(IsPlayerNPC(playerid)) return 1;