mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-04-23 09:35:45 +00:00
15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
|
main()
|
|
{
|
|
self setModel("body_us_army_assault_paul");
|
|
self attach("nx_head_us_army_e", "", true);
|
|
self.headModel = "nx_head_us_army_e";
|
|
self.voice = "american";
|
|
}
|
|
|
|
precache()
|
|
{
|
|
precacheModel("body_us_army_assault_paul");
|
|
precacheModel("nx_head_us_army_e");
|
|
}
|