mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-06-11 03:38:02 -05:00
Experimental ghost fx.
This commit is contained in:
@ -45,9 +45,11 @@ set_player_model_override( team, weapon )
|
||||
|
||||
if ( isDefined( possible_models ) && possible_models.size > 0 )
|
||||
{
|
||||
model = random( possible_models );
|
||||
random_alias = random( getArrayKeys( possible_models ) );
|
||||
model = possible_models[ random_alias ];
|
||||
self setModel( model[ "body_model" ] );
|
||||
self setViewModel( model[ "view_model" ] );
|
||||
self notify( "player_model_set", team, random_alias, model );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user