How to SYNC a player?
#5

Quote:
Originally Posted by Threshold
Посмотреть сообщение
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.
Will that work when a player is knifed and lying down on ground(samp bug) and can't stand. If i use your code will it make the player to normal state!
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)