This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

[Logic Error]: Hud Message Not Appearing


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
thebobjones34
Member
Join Date: Oct 2006
Old 08-22-2007 , 22:01   [Logic Error]: Hud Message Not Appearing
Reply With Quote #1

Okay so yeah, I have tried 2 diff ways to get this hud message to effing pop up but nothing works. If anyone can help me i would much appreciate your time.The whole point of this poorly written piece of crap code is to just move around a given hud message with menus with returning the x and y values in the menu.

Way #1 ---> http://thebobjones34.ampaste.net/79792

Way #2 ---> http://thebobjones34.ampaste.net/79733
__________________
thebobjones34 is offline
Send a message via AIM to thebobjones34
_Master_
Senior Member
Join Date: Dec 2006
Old 08-23-2007 , 02:43   Re: [Logic Error]: Hud Message Not Appearing
Reply With Quote #2

PHP Code:
set_task(0.1,"hud_display",_,_,_,"b")
...
public 
hud_display()
{
    new 
iPlayers[32],iNum
    get_players
(iPlayers,iNum,"ch")
    for(new 
0iNumi++)
    {
        new 
id iPlayers[i]
        if(
g_HudEnable[id]) {
            
set_hudmessage(200,100,0,g_x[id],g_y[id],0,3.0,0.1,0.1,0.2,4)
            
show_hudmessage(id,g_String[id])
        }
    } 

I don't get the point of that: a 0.1 looping task is no help at all and you should update the position only for the player that actually selected a menu option. On the other hand you call the task on a 0.1 basis but the text is displayed for 3 seconds to a forced channed (4). You should change that to sync the call with the text timeout.
_Master_ is offline
thebobjones34
Member
Join Date: Oct 2006
Old 08-23-2007 , 03:13   Re: [Logic Error]: Hud Message Not Appearing
Reply With Quote #3

Quote:
Originally Posted by thebobjones34
poorly written piece of crap code
i wrote that in literally like 5 minutes, i needed it to get some information and it dont work say yeah lol XD
__________________
thebobjones34 is offline
Send a message via AIM to thebobjones34
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 18:08.


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