20.09.2012, 06:36
If your gamemode involves registering and logging in to be able to spawn etc., then I suggest you add the following line to your login system:
That way, NPCs will be able to bypass the login.
I've never tried before, but I'm sure you can connect NPCs by using the function ConnectNPC
https://sampwiki.blast.hk/wiki/ConnectNPC
pawn Код:
if(!IsPlayerNPC(playerid))
I've never tried before, but I'm sure you can connect NPCs by using the function ConnectNPC
https://sampwiki.blast.hk/wiki/ConnectNPC