Raised This Month: $ Target: $400
 0% 

Friendlyfire Score Decrease Help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
MokeN
Senior Member
Join Date: Jan 2012
Location: Vaasa, Finland
Old 06-29-2012 , 16:05   Re: Friendlyfire Score Decrease Help
Reply With Quote #3

Thanks, perfect!

Another thing, i made an gamemenu for jailbreak and i'm having troubles to give the CTs godmode on specific games.
The fm_set_user_godmode, set_user_godmode didn't work and the Ham_TakeDamage_Pre bugged alot :s

Help?

Example Game Action:
PHP Code:
public ZombieBombsGame(id)
{
    
g_iCurrentGame GAME_ZMBOMBS
    
    
new iPlayers[32]
    new 
iNum
    
new id
 
    get_players
iPlayersiNum )
 
    for( new 
0iNumi++ )
    {
        
id iPlayers[i]
        if( !
is_user_aliveid ) )
        {
            continue;
        }
       
        
set_hudmessage 2556464, -1.00.3500.15.00.10.1, -
        
show_hudmessage 0"[SG]: ZombieBomb Game Started!")
       
        
strip_user_weaponsid )
       
        if (
cs_get_user_team(id) == CS_TEAM_CT)
        {
    
give_item(id"weapon_knife")
    
set_user_godmode(id1)
    
           
        }
       
        if (
cs_get_user_team(id) == CS_TEAM_T)
        {
            
give_item(id"weapon_hegrenade")
            
cs_set_user_bpammoidCSW_HEGRENADE200 )
        }
       
    }

__________________
Private Works:
- Achievements, HNS & JB Menus, HNS & JB Shops

mY BlockMaker - mY Steam - mY Game Menu
MokeN is offline
Send a message via Skype™ to MokeN
 



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 15:20.


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