set_user_fov
Changes the client's field of view (FOV).
Syntax
stock set_user_fov(id, fov = 0, bool:reliable = true) {
Usage
| id | Client index or 0 for all clients |
| fov | Field of view degrees (0 - 255) |
| reliable | If true, the message will be sent via the reliable |
Return
0 if "id" is non-zero and the client isn't connected,
Defined in
msgstocks.inc
.
This documentation was automatically generated from source.