GetClientAbsAngles Function

Returns the client's position angle.

void GetClientAbsAngles(int client, float ang[3])

Parameters

int client

Player's index.

float[3] ang

Destination vector to store the client's position angle.

Errors

Invalid client index, client not in game, or no mod support.