Raised This Month: $32 Target: $400
 8% 

Hud Help :c


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Samuwu
Member
Join Date: Nov 2021
Location: In a house
Old 05-22-2022 , 12:34   Hud Help :c
Reply With Quote #1

So im trying to make 2 args to set an airdash HUD's X and Y position
But after setting everything, upon testing the HUD was on the top left corner of the screen instead of where i set it (-1.0x and 0.86y)

Code:
float gfDashXPos[MAXPLAYERARRAY];
float gfDashYPos[MAXPLAYERARRAY];

gfDashXPos[client] = FF2_GetAbilityArgument(boss, this_plugin_name, SAMU_STRING, 19, -1.0);
gfDashYPos[client] = FF2_GetAbilityArgument(boss, this_plugin_name, SAMU_STRING, 20, 0.86);

if(g_bClientDash[client] && delay[client]<GetGameTime())
    {
        delay[client] = GetGameTime()+0.25; 
	SetHudTextParams(gfDashXPos[client], gfDashYPos[client], 1.0, DashHUDColors[client][0], DashHUDColors[client][1], DashHUDColors[client][2], DashHUDColors[client][3]);
    ....
Is there any way to fix this? ples :<
__________________

Last edited by Batfoxkid; 05-22-2022 at 16:28. Reason: Restore to previous version.
Samuwu is offline
Frixu
Senior Member
Join Date: Mar 2021
Location: Poland
Old 05-22-2022 , 15:34   Re: delete dis please
Reply With Quote #2

i wanna ask u a question can u accept me on forum ?
Frixu is offline
Batfoxkid
Senior Member
Join Date: Nov 2018
Location: ''On the map''
Old 05-22-2022 , 16:28   Re: delete dis please
Reply With Quote #3

Please do not blank out your posts. Instead edit that you have solved your problem or even post the answer so others can find an answer too.
__________________
Batfoxkid is offline
Samuwu
Member
Join Date: Nov 2021
Location: In a house
Old 05-22-2022 , 16:40   Re: delete dis please
Reply With Quote #4

Quote:
Originally Posted by Batfoxkid View Post
Please do not blank out your posts. Instead edit that you have solved your problem or even post the answer so others can find an answer too.
Alright, sorry
__________________
Samuwu is offline
Reply


Thread Tools
Display Modes

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


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