11.01.2015, 08:47
Simple question, how can I synchronize a player, like if a teammate knifes a teammate, then how can I sync the player back?
new oldworld = GetPlayerVirtualWorld(playerid);
SetPlayerVirtualWorld(playerid, oldworld + 1);
SetPlayerVirtualWorld(playerid, oldworld);
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 Код:
|