From 950d1b4a5f0d386f42593c0f4a0b6fee90a4bde8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 7 Jul 2005 18:49:14 +0000 Subject: [PATCH] Fixed bug at13314 from XxAvalanchexX --- plugins/include/tsx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/tsx.inc b/plugins/include/tsx.inc index 60f0a664..894b501e 100755 --- a/plugins/include/tsx.inc +++ b/plugins/include/tsx.inc @@ -65,7 +65,7 @@ native ts_wpnlogtoname(logname[],name[],len); /* weapon logname to weapon index convertion */ native ts_wpnlogtoid(logname[]); -native ts_getuserwpn( index,&ammo,&clip,&mode,&extra ); +native ts_getuserwpn( index,&clip,&ammo,&mode,&extra ); native ts_getusercash( index ); native ts_getuserspace( index ); native ts_getuserpwup( index,&Value );