PlayerSpectatePlayer in Interiors/Virtual World [0.3 Bug?]
#4

Thanks for your reply, i was suprised its working without the VirtualWorld, but then i found a Post from BeksyBoy (sry, but i cant remember name excatly):
Quote:

If you are spectating a player and they change virtual world and you change to that virtual world too you don't see them, you have got to spectate them again. In 0.2 this works fine.

This seems to be my problem i have, BUT he said i have to spectate them again, so i tried changing my OnPlayerInteriorChange Code to this
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
	if(!IsPlayerConnected(i)) continue;
	if(pSpectating[i] == playerid)
	{
        PlayerSpectatePlayer(i, playerid);
		SetPlayerInterior(i, newinteriorid);
		SetPlayerVirtualWorld(i, GetPlayerVirtualWorld(playerid));
	}
}
Maybe he could describe it a little more in detail, if he finds this post
Quote:

Obviously you need to also to have:

I dont see no point, why i should need something like that, maybe you can tell me
Reply


Messages In This Thread
PlayerSpectatePlayer in Interiors/Virtual World [0.3 Bug?] - by Doktor - 05.10.2009, 07:46
Re: PlayerSpectatePlayer in Interiors? - by Doktor - 05.10.2009, 17:47
Re: PlayerSpectatePlayer in Interiors? - by member - 05.10.2009, 18:23
Re: PlayerSpectatePlayer in Interiors? - by Doktor - 05.10.2009, 19:28

Forum Jump:


Users browsing this thread: 1 Guest(s)