I create a mod for Pavlov VR.
One of my mod features is, that player can claim Houses on the map.
To make this houses (and all inside) save of other players, there is a Widget in every house where the player can change settings for each other player in 3 states
- Red -no access to that house (palyer cant get inside)
- Yello -visit that house but no interaction
- full access -(player can do anything in that house
To realize that the house has 3 Lists (StringArrays)
- Player list the server Set this list after spawn and every time a player join the server
add this list
2.Visitor list This list is setted by the Widget if you set a player state to yello the player
would be added to this list
BUT it dont work. The widget change the widget color of the palyer
correctly but it seams that widget and widget interaction is only client
side and the server dont get any date from it
What could be the Problem? How can i Replicate this widget inputs to the server
![3-Assign Button Functions|690x279]