cs_set_player_maxspeed
Sets a player's maxspeed.
Syntax
native cs_set_player_maxspeed(id, Float:maxspeed, multiplier = false) /** * Resets a player's maxspeed to default CS maxspeed. * * @param id Player index. */ native cs_reset_player_maxspeed(id) // Keep this always at the bottom of this file #include <cs_maxspeed_api_stocks>
Usage
| id | Player index. |
| maxspeed | Custom maxspeed. |
| multiplier | Treat maxspeed as multiplier instead of absolute value. |
Defined in
cs_maxspeed_api.inc
at line 24
.
This documentation was automatically generated from source.