From 53f9bb04023531ffa6e54634f67476e4f5322db5 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sun, 22 Mar 2015 18:56:02 -0400 Subject: [PATCH] Add missing SetClientName description in function doc. --- plugins/include/sdktools_functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/sdktools_functions.inc b/plugins/include/sdktools_functions.inc index 011b8383..63d3d1be 100644 --- a/plugins/include/sdktools_functions.inc +++ b/plugins/include/sdktools_functions.inc @@ -333,7 +333,7 @@ native ActivateEntity(entity); native SetClientInfo(client, const String:key[], const String:value[]); /** - * Something + * Changes a client's name. * * @param client Player's index. * @param name New name.