1.0.1.5 Release

This commit is contained in:
vbawol
2013-07-13 10:00:21 -05:00
parent d635831074
commit 5cd5bacb31
4 changed files with 283 additions and 256 deletions

View File

@@ -16,8 +16,8 @@ _tagList = player getVariable ["tagList", []];
// Add sphere to everyone
_position = [0,0,0];
//_tag = "Sign_sphere10cm_EP1" createVehicleLocal _position;
_tag = "BeltBuckle_DZE" createVehicleLocal _position;
_tag = "Sign_sphere10cm_EP1" createVehicleLocal _position;
//_tag = "BeltBuckle_DZE" createVehicleLocal _position;
_tag attachTo [_x,[0,0,0],"lwrist"]; // Pelvis
_tag setVariable ["belongsTo", _rcharID];