Get the client IP.
ip = player GetIP();
Get the player's forward move state.
forwardMove = player GetForwardMove();
Get the player's right move state.
rightMove = player GetRightMove();
Get the player's jump origin Z.
jumpOrigin = player GetJumpOrigin();
Get the player's movement flags.
flags = player PmFlags();
Set the player's movement flags.
player SetPmFlags(flags);
Get the player's movement time.
time = player PmTime();
Set the player's movement time.
player PmTime(time);
Get the player's movement type.
type = player PmType();
Get the player's weapon flags.
flags = player WeaponFlags();