How to SYNC a player?
#4

Your best chance would be to stream them out, then stream them in again. Try changing their virtual worlds and then changing it back.

pawn Код:
new oldworld = GetPlayerVirtualWorld(playerid);
SetPlayerVirtualWorld(playerid, oldworld + 1);
SetPlayerVirtualWorld(playerid, oldworld);
I'm not sure if a timer is required here, but chances are that you may need to set a timer for 1-2 seconds before setting the player's world to its original.
Reply


Messages In This Thread
How to SYNC a player? - by Neufox - 11.01.2015, 08:47
Re: How to SYNC a player? - by fatlirmorina - 11.01.2015, 08:51
Re: How to SYNC a player? - by Neufox - 11.01.2015, 08:56
Re: How to SYNC a player? - by Threshold - 11.01.2015, 08:59
Re: How to SYNC a player? - by Neufox - 11.01.2015, 09:01
Re: How to SYNC a player? - by Threshold - 11.01.2015, 09:02

Forum Jump:


Users browsing this thread: 1 Guest(s)