SA-MP Forums Archive
OnPlayerRequestClass - 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: OnPlayerRequestClass (/showthread.php?tid=202127)



OnPlayerRequestClass - Infamous - 23.12.2010

When players spawn and goto my selection screen they are visible to the people that are currently on selection. My question is how can I get my NPC to be visable in the same way, or is that a dead end?


Re: OnPlayerRequestClass - hanzen - 23.12.2010

Are you thinking of virtual worlds?


Re: OnPlayerRequestClass - <Weponz> - 23.12.2010

U cant get the NPC into selection it takes the id 0 and is hidden.
But you use
pawn Код:
IsPlayerNPC(playerid) return 1;
Under that Callback..


Re: OnPlayerRequestClass - Infamous - 23.12.2010

Thankyou thats great.