mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-07-03 06:37:53 -05:00
Add assets for zm_ai_pack mod.
This commit is contained in:
14
zm_ai_pack/character/c_zom_giant_robot.gsc
Normal file
14
zm_ai_pack/character/c_zom_giant_robot.gsc
Normal file
@ -0,0 +1,14 @@
|
||||
// T6 GSC SOURCE
|
||||
// Generated by https://github.com/xensik/gsc-tool
|
||||
|
||||
main()
|
||||
{
|
||||
self setmodel( "veh_t6_dlc_zm_robot" );
|
||||
self.voice = "american";
|
||||
self.skeleton = "base";
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precachemodel( "veh_t6_dlc_zm_robot" );
|
||||
}
|
Reference in New Issue
Block a user