From 245054cf483caa173c13500e15815fa0573c8478 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 24 Aug 2005 06:29:12 +0000 Subject: [PATCH] Fixed bug at17739 (mysticssjgoku4) --- 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 77cb2912..415dcb28 100755 --- a/plugins/include/tsx.inc +++ b/plugins/include/tsx.inc @@ -67,7 +67,7 @@ native ts_wpnlogtoname(logname[],name[],len); /* weapon logname to weapon index convertion */ native ts_wpnlogtoid(logname[]); -native ts_getuserwpn( index,&clip,&ammo,&mode,&extra ); +native ts_getuserwpn( index,&ammo,&clip,&mode,&extra ); native ts_getusercash( index ); native ts_getuserspace( index ); native ts_getuserpwup( index,&Value );