Added ability to disable automatic respawn
Prepare for client side scripting.
This commit is contained in:
@ -252,10 +252,8 @@ namespace RageCoop.Client
|
||||
MainPed.CanBeDraggedOutOfVehicle = true;
|
||||
MainPed.IsOnlyDamagedByPlayer = false;
|
||||
MainPed.RelationshipGroup=Main.SyncedPedsGroup;
|
||||
if (IsPlayer)
|
||||
{
|
||||
MainPed.IsInvincible=true;
|
||||
}
|
||||
MainPed.IsFireProof=false;
|
||||
MainPed.IsExplosionProof=false;
|
||||
SetClothes();
|
||||
|
||||
if (IsPlayer)
|
||||
|
Reference in New Issue
Block a user