From e5083cd2281f1221f7548d5e3af16d7e046c5e1f Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Sun, 20 Jun 2021 16:24:16 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91b8760..24a9432 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,15 @@ This plugin adds some useful functions/methods to IW5's GSC VM } } ``` +# Player +* `say(message)`: Prints a message to all players' chat. + +* `self tell(message)`: Prints a message to the player's chat. +* `self setName(name)`: Sets a player's name. +* `self resetName(name)`: Resets a player's name to its original. +* `self setClantag(name)`: Sets a player's clantag. +* `self resetClantag(name)`: Resets a player's clantag to its original. +* `self removeClantag(name)`: Removes a player's clantag. # IO The basepath for all IO functions is `Plutonium/storage/iw5` @@ -217,6 +226,6 @@ The basepath for all IO functions is `Plutonium/storage/iw5` */ } ``` - + * `jsonPrint(...)`: Prints values as json. # Credits * [xensik](https://github.com/xensik)