updated from any to char
This commit is contained in:
parent
b64abac26d
commit
3e705f724b
@ -38,7 +38,7 @@ bool g_bCFixColors = false;
|
|||||||
* @noreturn
|
* @noreturn
|
||||||
* @error If the client is not connected an error will be thrown.
|
* @error If the client is not connected an error will be thrown.
|
||||||
*/
|
*/
|
||||||
stock void CPrintToChat(int client, const char[] message, any ...)
|
stock void CPrintToChat(int client, const char[] message, char[] ...)
|
||||||
{
|
{
|
||||||
char buffer[MAX_MESSAGE_LENGTH];
|
char buffer[MAX_MESSAGE_LENGTH];
|
||||||
VFormat(buffer, sizeof(buffer), message, 3);
|
VFormat(buffer, sizeof(buffer), message, 3);
|
||||||
|
Loading…
Reference in New Issue
Block a user