mirror of
https://github.com/diamante0018/InfectedGSC.git
synced 2025-04-20 20:35:43 +00:00
tabs again
This commit is contained in:
parent
284a25b168
commit
6ed7548661
@ -105,6 +105,7 @@ playerModelForWeaponStub( weapon, secondary )
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hack for infected players
|
||||||
if ( self.pers["team"] == "axis" )
|
if ( self.pers["team"] == "axis" )
|
||||||
{
|
{
|
||||||
if ( level.environment != "" && self isItemUnlocked( "ghillie_" + level.environment ) )
|
if ( level.environment != "" && self isItemUnlocked( "ghillie_" + level.environment ) )
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
init()
|
init()
|
||||||
{
|
{
|
||||||
level._effect[ "nolight_burst_mp" ] = loadfx( "fire/firelp_huge_pm_nolight_burst" );
|
level._effect[ "nolight_burst_mp" ] = loadfx( "fire/firelp_huge_pm_nolight_burst" );
|
||||||
precacheMpAnim( "windmill_spin_med" );
|
precacheMpAnim( "windmill_spin_med" );
|
||||||
precacheMpAnim( "foliage_desertbrush_1_sway" );
|
precacheMpAnim( "foliage_desertbrush_1_sway" );
|
||||||
precacheMpAnim( "oilpump_pump01" );
|
precacheMpAnim( "oilpump_pump01" );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user