less scrn hardcode, new guicbx copy-cat
This commit is contained in:
parent
9d74b68fb6
commit
be9e08c37b
8 changed files with 43 additions and 29 deletions
|
|
@ -135,7 +135,7 @@ simulated function HurtRadius( float DamageAmount, float DamageRadius, class<Dam
|
|||
if( Role == ROLE_Authority )
|
||||
{
|
||||
if ( bBlewInHands && NumKilled >= 5 && Stats != none )
|
||||
class'ScrnBalanceSrv.ScrnAchievements'.static.ProgressAchievementByID(Stats.Rep, 'SuicideBomber', 1);
|
||||
class'ScrnAchievements'.static.ProgressAchievementByID(Stats.Rep, 'SuicideBomber', 1);
|
||||
|
||||
if ( NumKilled >= 4 )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ function Timer()
|
|||
// if (AmmoInCharge == MaxChargeAmmo) {
|
||||
// Player = Level.GetLocalPlayerController();
|
||||
// if (Player != none)
|
||||
// Player.ReceiveLocalizedMessage(class'ScrnBalanceSrv.ScrnPlayerMessage',0);
|
||||
// Player.ReceiveLocalizedMessage(class'ScrnPlayerMessage',0);
|
||||
// }
|
||||
}
|
||||
super.Timer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue