From c5391ecb5ee85b3d6530bb6685fe786abd050986 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Sat, 20 Oct 2007 23:47:15 +0000 Subject: [PATCH] fixed a native prototype --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401621 --- plugins/include/sdktools_functions.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/include/sdktools_functions.inc b/plugins/include/sdktools_functions.inc index 3718bcae..2565b6b8 100644 --- a/plugins/include/sdktools_functions.inc +++ b/plugins/include/sdktools_functions.inc @@ -248,10 +248,11 @@ native GetTeamScore(index); * Sets the score of a team based on a team index. * * @param index Team index. + * @param value New score value. * @return Score. * @error Invalid team index. */ -native SetTeamScore(index); +native SetTeamScore(index, value); /** * Retrieves the number of players in a certain team.