mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-12-13 06:27:50 +00:00
Incomplete SP dump provided by Louvenarde
This commit is contained in:
13
character/character_city_civ_male_a.gsc
Normal file
13
character/character_city_civ_male_a.gsc
Normal file
@@ -0,0 +1,13 @@
|
||||
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||||
main()
|
||||
{
|
||||
self setModel("body_city_civ_male_a");
|
||||
codescripts\character::attachHead( "alias_city_civ_male_heads", xmodelalias\alias_city_civ_male_heads::main() );
|
||||
self.voice = "american";
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precacheModel("body_city_civ_male_a");
|
||||
codescripts\character::precacheModelArray(xmodelalias\alias_city_civ_male_heads::main());
|
||||
}
|
||||
Reference in New Issue
Block a user