Merged sync-adjust into master

This commit is contained in:
Lorenc Pekaj 2019-01-02 18:52:41 +11:00
commit 61597d5bf7

View File

@ -553,6 +553,9 @@ CMD:sync( playerid, params[ ] )
if ( ! IsPlayerConnected( playerid ) || ! IsPlayerSpawned( playerid ) || p_SyncingPlayer{ playerid } == true || IsPlayerAFK( playerid ) )
return SendError( playerid, "You cannot use this feature at the moment." );
if ( p_Jailed{ playerid } )
return SendError( playerid, "You cannot use this feature while you are jailed." );
if ( IsPlayerInAnyVehicle( playerid ) )
return SendError( playerid, "You cannot synchronize yourself in a vehicle." );