diff --git a/plugins/include/string.inc b/plugins/include/string.inc index d95f5f5e..8abc87c9 100644 --- a/plugins/include/string.inc +++ b/plugins/include/string.inc @@ -494,7 +494,8 @@ stock StrCat(String:buffer[], maxlength, const String:source[]) * delimiters after last piece. * @return Number of strings retrieved. */ -stock ExplodeStringLumiStance(const String:text[], const String:split[], String:buffers[][], maxStrings, maxStringLength, bool:copyRemainder = false) +stock ExplodeString(const String:text[], const String:split[], String:buffers[][], maxStrings, + maxStringLength, bool:copyRemainder = false) { new reloc_idx, idx, total;