fixed bug at26189

This commit is contained in:
Borja Ferrer 2006-03-07 12:58:39 +00:00
parent f2b8b82515
commit a9684fb81d

View File

@ -60,7 +60,7 @@ native ts_getuserslots( index );
native ts_setuserslots( index, slots );
native ts_getuserstate( index )
native ts_getuserwpn( index,&ammo,&clip,&mode,&extra );
native ts_getuserwpn( index,&clip,&ammo,&mode,&extra );
native ts_getuserspace( index );
native ts_getuserkillflags(killer);