public get_user_level( id ) { return zp_get_user_level( id ); } public get_weapon_level( iCSWeaponIndex ) { //iCSWeaponIndex holds CSW_ weapon index. return ArrayGetCell( i_lvl , iCSWeaponIndex ); }