mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-10-29 17:46:58 +00:00
Incomplete SP dump provided by Louvenarde
This commit is contained in:
14
character/nx_russian_leader.gsc
Normal file
14
character/nx_russian_leader.gsc
Normal file
@@ -0,0 +1,14 @@
|
||||
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||||
main()
|
||||
{
|
||||
self setModel("nx_russian_leader_body");
|
||||
self attach("nx_russian_leader_head", "", true);
|
||||
self.headModel = "nx_russian_leader_head";
|
||||
self.voice = "american";
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precacheModel("nx_russian_leader_body");
|
||||
precacheModel("nx_russian_leader_head");
|
||||
}
|
||||
Reference in New Issue
Block a user