PACKET SIT
This is a packet family that is used to send/receive packets about sitting.
Server-to-Client
PACKET_PLAYER (8)
Description: Shows a player sitting down on the floorPlayer ID(Short) = Player ID that is sitting Player X(Char) = Player X location after he sits down Player Y(Char) = Player Y location after he sits down Player Direction(Char) = = Player direction after he sits down Unknown(Char) = Unknown
PACKET_CLOSE (14)
Description: Shows a player standing up(yourself)Player ID(Short) = Player ID that is standing up Player X(Char) = Player X location after they stand up Player Y(Char) = Player Y location after they stand up
PACKET_CLOSE (14)
Description: Shows a player standing up(someone else)Player ID(Short) = Player ID of the player standing up Player X(Char) = Player X location after they stand up Player Y(Char) = Player Y location after they stand up
Client-to-Server
PACKET_REQUEST (1)
Description: Player trying to sit or standSitAction(Char) = Type of action the person is trying to perform(sit or stand)
Sit Action options:
- 0 = Standing
- 1 = Sitting