Raised This Month: $ Target: $400
 0% 

[BUG] JailBreak Mod by Pastout


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
dfb212
Junior Member
Join Date: Jun 2014
Old 06-22-2014 , 18:23   Re: [BUG] JailBreak Mod by Pastout
Reply With Quote #4

Quote:
Originally Posted by Blizzard_87 View Post
Pastout last activity was almost 5 months ago...

so i would assume he wont reply to your post in his thread...

posting a screen shot may help.
I know, thats why Im posting here! Its to see if others beside him can help.

Quote:
Originally Posted by Compidence View Post
It's not a bug, it's a feature. I would assume to keep the identity of the killer a secret, so the CTs don't know who has the weapon if the killer decides to hide their weapon and rejoin the game.

PHP Code:
    // Hide Terrorist's name/give points for kill by Kruegs (soccdooccs)
    
if (get_bit(g_bIsConnectedattacker) && get_bit(g_bIsAliveattacker) && get_user_team(attacker) == 1)
    {
        if(
g_bHeadShot[attacker][victim])
        {
            
g_bHeadShot[attacker][victim] = false;
            
cs_set_user_money(attackerg_iPoints[attacker] += get_pcvar_num(cvar_pointer[cvar_headshotpoints]), 1);
        }
        else
        {
            
cs_set_user_money(attackerg_iPoints[attacker] += get_pcvar_num(cvar_pointer[cvar_killpoints]), 1);
        }
        
SaveData(attacker);
        
        
ExecuteHamB(Ham_Killedvictim0shouldgib);
        
set_pev(attackerpev_fragspev(attackerpev_frags) + 1.0);
        
        return 
HAM_SUPERCEDE;
    } 
Thank you very much! Could you help me making it disable for events and Last Requests? Enabled just for normal Kills? Thanks!
dfb212 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode