native
zp_gamemodes_get_name
Syntax
native zp_gamemodes_get_name(game_mode_id, name[], len)
Description
Returns a game mode's name.
Parameters
| game_mode_id | A valid game mode ID. |
|---|---|
| name | The buffer to store the string in. |
| len | Character size of the output buffer. |
Return
True on success, false otherwise.