From d0b335dc6e34f6784e32c94a25f5b9b0c5df9176 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Sun, 4 May 2014 18:32:15 +0200 Subject: [PATCH] Add missing 'stock' keyword. --- plugins/include/message_stocks.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/message_stocks.inc b/plugins/include/message_stocks.inc index 226b2791..26892208 100644 --- a/plugins/include/message_stocks.inc +++ b/plugins/include/message_stocks.inc @@ -60,7 +60,7 @@ stock make_deathmsg(killer, victim, headshot, const weapon[]) /** * Sends a custom or predefined text message to player. * Predefined texts are default game messages which will be translated - * to player's game language. + * to player's game language, e.g. #Game_join_ct. * * @note Set index to 0 to send text globally. * @@ -79,7 +79,7 @@ stock make_deathmsg(killer, victim, headshot, const weapon[]) * * @noreturn */ -client_printex(index, type, const msg_name[], const msg_param1[] = "", const msg_param2[] = "", const msg_param3[] = "", const msg_param4[] = "") +stock client_printex(index, type, const msg_name[], const msg_param1[] = "", const msg_param2[] = "", const msg_param3[] = "", const msg_param4[] = "") { static msgTextMsg;