cs_maxspeed_api functions
All callable symbols documented in this include, grouped by declaration type.
Natives
| Name | Signature |
|---|---|
| cs_reset_player_maxspeed | native cs_reset_player_maxspeed(id) // Keep this always at the bottom of this file #include <cs_maxspeed_api_stocks> |
| cs_set_player_maxspeed | 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> |