11.01.2015, 08:59
Your best chance would be to stream them out, then stream them in again. Try changing their virtual worlds and then changing it back.
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.
pawn Код:
new oldworld = GetPlayerVirtualWorld(playerid);
SetPlayerVirtualWorld(playerid, oldworld + 1);
SetPlayerVirtualWorld(playerid, oldworld);