File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1- shared :
1+ shared : &shared
22 name : ' getElementPosition'
33 oop :
44 entity : player
@@ -29,3 +29,9 @@ shared:
2929 - path : ' examples/getElementPosition.lua'
3030 description : |
3131 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
22 name : ' setElementPosition'
33 oop :
44 entity : player
@@ -27,4 +27,10 @@ shared:
2727 - id : 539
2828 description : ' Changing player position when they have a jetpack will remove the jetpack and bug when skin is changed'
2929 - 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