11-20-2010, 04:21
When i was looking for some interesting code...I find this...
It is in _deployable_weapons.gsc
Code:
init()
{
// GET T5 RUNNING
//precacheModel( "mounted_mp_bar_bipod_lmg" );
//precacheModel( "mounted_mp_30cal_bipod_lmg" );
//precacheModel( "mounted_mp_dp28_bipod_lmg" );
//precacheModel( "mounted_mp_fg42_bipod_lmg" );
//precacheModel( "mounted_mp_type99_bipod_lmg" );
//precacheModel( "mounted_mp_mg42_bipod_mg" );
}
It is in _deployable_weapons.gsc