Raised This Month: $ Target: $400
 0% 

Hud not shown on death


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
PrinceOf
Junior Member
Join Date: Mar 2011
Old 05-02-2011 , 01:14   Re: Hud not shown on death
Reply With Quote #3

you mean

PHP Code:
public fw_PlayerKilled(victimattackergibiid)
{
    if(
victim == iLeaders[i][id] && cs_get_user_team(iLeaders[i][id]) == CS_TEAM_CT)
    {
        
set_hudmessage(255000.290.2806.012.0)
        
show_hudmessage(0"Counter-Terrorist Team leader is dead")
    }
    else if(
victim == iLeaders[i][id] && cs_get_user_team(iLeaders[i][id]) == CS_TEAM_T)
    {
        
set_hudmessage(0255,2550.290.2806.012.0)
        
show_hudmessage(0"Terrorist Team leader is dead")
    }

if i dont add i and id , it will give me an error , or do i have to
use this again for (id = 1; id <= g_maxplayers; id++)?
PrinceOf 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 04:20.


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