Raised This Month: $ Target: $400
 0% 

Why hud messages are not showed ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
At3u
Member
Join Date: Feb 2013
Location: On the Moon
Old 06-20-2013 , 12:00   Why hud messages are not showed ?
Reply With Quote #1

PHP Code:
public twin() 

    new 
iPlayers[32], iNumiPlayer;
    
get_players(iPlayersiNum"e""TERRORIST");
    
    for (new 
iNum i++)
    {
        
iPlayer iPlayers[i];
        
set_task(5.0,"GiftsMenu",iPlayer); 
    } 

    
set_hudmessage(255000.00.2316.06.0); 
    
show_hudmessage(0"[AMXX] You win this round");

At3u is offline
Old 06-20-2013, 12:14
Bos93
This message has been deleted by Bos93.
EpicMonkey
buttmonkey
Join Date: Feb 2012
Old 06-20-2013 , 16:41   Re: Why hud messages are not showed ?
Reply With Quote #2

are you sure the function is being called?
EpicMonkey is offline
At3u
Member
Join Date: Feb 2013
Location: On the Moon
Old 06-20-2013 , 16:59   Re: Why hud messages are not showed ?
Reply With Quote #3

Yes.

PHP Code:
public plugin_init()
{
    
register_event("SendAudio","twin","a","2=%!MRAD_terwin");  
}

public 
twin() 

    new 
iPlayers[32], iNumiPlayer;
    
get_players(iPlayersiNum"e""TERRORIST");
    
    for (new 
iNum i++)
    {
        
iPlayer iPlayers[i];
        
set_task(5.0,"GiftsMenu",iPlayer); 
    } 

    
set_hudmessage(255000.00.2316.06.0); 
    
show_hudmessage(0"[AMXX] You win this round");

At3u is offline
EpicMonkey
buttmonkey
Join Date: Feb 2012
Old 06-21-2013 , 05:11   Re: Why hud messages are not showed ?
Reply With Quote #4

Hud message shows just fine, but do know that you are showing that message to everyone when terrorists win
EpicMonkey is offline
Reply



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


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