File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
- shared :
1
+ shared : &shared
2
2
name : ' getElementPosition'
3
3
oop :
4
4
entity : player
@@ -29,3 +29,9 @@ shared:
29
29
- path : ' examples/getElementPosition.lua'
30
30
description : |
31
31
This example attaches a samsite on the player's vehicle.
32
+
33
+ server :
34
+ << : *shared
35
+
36
+ client :
37
+ << : *shared
Original file line number Diff line number Diff line change 1
- shared :
1
+ shared : &shared
2
2
name : ' setElementPosition'
3
3
oop :
4
4
entity : player
@@ -27,4 +27,10 @@ shared:
27
27
- id : 539
28
28
description : ' Changing player position when they have a jetpack will remove the jetpack and bug when skin is changed'
29
29
- id : 529
30
- description : ' Player falls from bike when the bike is teleported using setElementPosition'
30
+ description : ' Player falls from bike when the bike is teleported using setElementPosition'
31
+
32
+ server :
33
+ << : *shared
34
+
35
+ client :
36
+ << : *shared
You can’t perform that action at this time.
0 commit comments