mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-04-24 01:55:46 +00:00
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
|
main()
|
|
{
|
|
self setModel("nx_hospital_doctor_body");
|
|
self attach("nx_hospital_doctor_head", "", true);
|
|
self.headModel = "nx_hospital_doctor_head";
|
|
self.voice = "russian";
|
|
}
|
|
|
|
precache()
|
|
{
|
|
precacheModel("nx_hospital_doctor_body");
|
|
precacheModel("nx_hospital_doctor_head");
|
|
}
|