Get NPSs through Login
#1

Hey guys,

I got another question:
How do I let NPCs through my login system so they can spawn?


Thanks in advance!
Reply
#2

Post here your "OnPlayerRequestSpawn".
Reply
#3

Ill post it later, somehow cnt acces the script now :/
Reply
#4

Just check is player NPC and if it is return 1
Add before your login
pawn Код:
if(IsPlayerNpc(playerid)) return 1;
Reply
#5

Nice, thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)