who needs clothes anyway fck it

This commit is contained in:
Siga
2020-04-05 16:45:52 +02:00
parent 6f17ecf88d
commit eedd2f6ed8

View File

@@ -79,8 +79,8 @@
BlipTonne[i] = null; BlipTonne[i] = null;
ShapeTonne[i].destroy(); ShapeTonne[i].destroy();
ShapeTonne[i] = null; ShapeTonne[i] = null;
MuellSack = mp.objects.new(600967813, mp.players.local.position, { rotation: new mp.Vector3(0.0, 0.0, 0.0), alpha: 255, dimension: 0 }); MuellSack = mp.objects.new(3619689535, mp.players.local.position, { rotation: new mp.Vector3(0.0, 0.0, 0.0), alpha: 255, dimension: 0 });
MuellSack.attachTo(mp.players.local.handle, mp.players.local.getBoneIndex(6286), 0.45, -0.9, -0.075, 270.0, 0.0, 25.0, true, true, false, false, 0, true); MuellSack.attachTo(mp.players.local.handle, mp.players.local.getBoneIndex(6286), 0.08, 0.0, -0.03, 270.0, 0.0, 25.0, true, true, false, false, 0, true);
interval = setInterval(function () { createMarker(); }, 250); interval = setInterval(function () { createMarker(); }, 250);
} }