Raised This Month: $ Target: $400
 0% 

How to use Hud Instead of Print.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
NTARIS
Member
Join Date: Dec 2020
Location: Greece
Old 10-10-2021 , 10:28   How to use Hud Instead of Print.
Reply With Quote #1

Guys i have this code in zp extra item bazooka


Code:
public rk_sound(player) {

	if (!rksound[player])
	{
		engfunc(EngFunc_EmitSound, player, CHAN_WEAPON, getrocket, 1.0, ATTN_NORM, 0, PITCH_NORM)
		client_print(player, print_center, "[Bazooka] Reloaded")
		rksound[player] = true
	}
	else if (rksound[player])
	{
		
	}
	
}

How to convert that into hud message instead of a printed message.But the hud to be alligned in
center too.




Thanks in advance.

Last edited by NTARIS; 10-10-2021 at 10:28.
NTARIS 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 06:23.


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