GetClientMaxs
Returns the client's max size vector.
native void GetClientMaxs(int client, float vec[3])
Parameters
int client
Player's index.
float[3] vec
Destination vector to store the client's max size.
Return Value
voidError
Invalid client index, client not in game, or no mod support.