Posts: 149
Threads: 28
Joined: Jul 2008
Reputation:
0
Hi, I wanted to know if it was possible to spectate another player(NPC in this case) when you're on the logging screen, when you connect. Aka - making the Toggle&PlayerSpectate... under the "public OnPlayerConnect" ?
Thanks
Posts: 140
Threads: 28
Joined: Jul 2010
Reputation:
0
why don't you check it out?
i think it's possible.
Posts: 1,495
Threads: 131
Joined: Jul 2009
Reputation:
0
it's not possible at "OnPlayerConnect" when you are showing the Login Dialog.. however it would be possible at "OnPlayerRequestClass" if I'm right..
Posts: 1,495
Threads: 131
Joined: Jul 2009
Reputation:
0
it's not because of the dialog..
it's because of the function itself..
"OnPlayerConnect" is called at the time when you have that "Beach view" at LS...
OnPlayerRequestClass is called just after that action... if he calls his Login Dialog (if he has one) at "OnPlayerRequestClass" he would have exact the feature that he wants to have...