From 1cd309f2995443f2bd3689c037c7b2c9b01e9c87 Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Sun, 12 Jun 2022 03:04:13 +0200 Subject: [PATCH] Update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff7f9e..057302e 100644 --- a/README.md +++ b/README.md @@ -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. ## 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 init()