get_user_origin
native get_user_origin(index, origin[3], mode = 0);
| Parameter |
Description |
| index | Client index |
| origin | Array to store origin in |
| mode | What type of origin to retrieve:
Origin_Client - current position
Origin_Eyes - position of eyes (and weapon)
Origin_AimEndClient - aim end position from client position
Origin_AimEndEyes - aim end position from eyes (hit point for weapon)
Origin_CS_LastBullet - position of last bullet hit (only for Counter-Strike) |
Retrieves an origin related to the client.
For a list of possible modes see the Origin_* constants in amxconst.inc.
1 on success, 0 if client is not connected
If the client index is not within the range of 1 to
MaxClients, an error will be thrown.