@@ -196,6 +196,7 @@ public PlayerTextLabel(BasePlayer owner, string text, Color color, Vector3 posit
196
196
_position = position ;
197
197
_drawDistance = drawDistance ;
198
198
_testLOS = testLOS ;
199
+ _text = text ;
199
200
200
201
Id = PlayerTextLabelInternal . Instance . CreatePlayer3DTextLabel ( owner . Id , text , color , position . X , position . Y , position . Z ,
201
202
drawDistance ,
@@ -241,6 +242,8 @@ public PlayerTextLabel(BasePlayer owner, string text, Color color, Vector3 posit
241
242
_position = position ;
242
243
_drawDistance = drawDistance ;
243
244
_testLOS = testLOS ;
245
+ _text = text ;
246
+ _attachedPlayer = attachedPlayer ;
244
247
245
248
Id = PlayerTextLabelInternal . Instance . CreatePlayer3DTextLabel ( owner . Id , text , color , position . X , position . Y , position . Z ,
246
249
drawDistance ,
@@ -287,6 +290,8 @@ public PlayerTextLabel(BasePlayer owner, string text, Color color, Vector3 posit
287
290
_position = position ;
288
291
_drawDistance = drawDistance ;
289
292
_testLOS = testLOS ;
293
+ _text = text ;
294
+ _attachedVehicle = attachedVehicle ;
290
295
291
296
Id = PlayerTextLabelInternal . Instance . CreatePlayer3DTextLabel ( owner . Id , text , color , position . X , position . Y , position . Z ,
292
297
drawDistance ,
@@ -310,4 +315,4 @@ public PlayerTextLabel(BasePlayer owner, string text, Color color, Vector3 posit
310
315
311
316
#endregion
312
317
}
313
- }
318
+ }
0 commit comments