cod4-sdk/raw/character/character_sp_sas_woodland_mac_at4.gsc
2008-01-19 00:00:00 +00:00

13 lines
294 B
Text

// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("body_sp_sas_woodland_at4");
self attach("head_sp_sas_woodland_mac", "", true);
self.voice = "british";
}
precache()
{
precacheModel("body_sp_sas_woodland_at4");
precacheModel("head_sp_sas_woodland_mac");
}