Hello everyone,
for some reason the function
GetClientAbsOrigin() return the
eyes position of the player instead of the origin. The aproximative distance between eyes position and floor is
~ 64.062559 for Counter-Terrorist and
~ 64.062562 for Terrorist
STANDAR SKINS. Since the difference is so small you can round it to 64.062560. Here how you do:
PHP Code:
GetClientAbsOrigin(client, vector);
vector[2] -= 64.062560;