shake_user_screen
Shakes the client's screen.
Syntax
stock shake_user_screen(id, Float:amplitude = 3.0, Float:duration = 3.0, Float:frequency = 1.0, bool:reliable = true) {
Usage
| id | Client index or 0 for all clients |
| amplitude | Shake amplitude (0 - 16) |
| duration | Shake duration (in seconds) (0 - 16) |
| frequency | Delay between each shake (0 - 16) |
| reliable | If true, the message will be sent via the reliable |
Return
if "id" is non-zero and the client isn't connected,
Defined in
msgstocks.inc
at line 408
.
This documentation was automatically generated from source.