cod5-sdk/raw/maps/mp/_sherman.gsc

12 lines
315 B
Text
Raw Permalink Normal View History

2008-11-20 00:00:00 +00:00
// _sherman.gsc
// Sets up the behavior for the Sherman Tank and variants.
#include maps\mp\_vehicles;
main(model,type)
{
build_template( "sherman", model, type );
build_exhaust( "vehicle/exhaust/fx_exhaust_sherman" );
build_treadfx( type );
build_rumble( "tank_rumble_mp", 0.1, 2, 500, 0.1, 0 );
}