Update README.md [skip ci]

This commit is contained in:
fed 2022-06-12 03:04:13 +02:00 committed by GitHub
parent 225b958351
commit 1cd309f299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,8 @@ A list of all the functions and methods that are added by this plugin.
``` ```
* `sendServerCommand(client_num, reliable, text)`: Executes SV_GameSendServerCommand. * `sendServerCommand(client_num, reliable, text)`: Executes SV_GameSendServerCommand.
## String ## String
* `va(fmt, ...)`, `formatString(fmt, ...)`, `sprintf(fmt, ...)`: Formats a string: * `va(fmt, ...)`, `formatString(fmt, ...)`, `sprintf(fmt, ...)`
`string::va(fmt, ...)`, `string::format(fmt, ...)`: Formats a string:
```gsc ```gsc
init() init()