xdd command raus
This commit is contained in:
@@ -135,7 +135,7 @@ public class AttachmentSyncExample : Script
|
||||
player.AddAttachment(Base36Extensions.FromBase36(hash), true);
|
||||
}
|
||||
|
||||
[Command("xdd")]
|
||||
//[Command("xdd")]
|
||||
public void attachment(Player player)
|
||||
{
|
||||
Vehicle veh = player.Vehicle;
|
||||
@@ -143,7 +143,7 @@ public class AttachmentSyncExample : Script
|
||||
{
|
||||
//player.AddAttachment("weapondeal", false);
|
||||
//player.SyncAnimation("carryBox");
|
||||
veh.AddAttachment("weapondeal", false);
|
||||
//veh.AddAttachment("weapondeal", false);
|
||||
//veh.AddAttachment("weapondeal2", false);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user