Raised This Month: $ Target: $400
 0% 

Solved [HELP] Player Aim At Entity


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
DarthMan
Veteran Member
Join Date: Aug 2011
Old 03-09-2017 , 09:00   [HELP] Player Aim At Entity
Reply With Quote #1

Hello. This is the current code to display the map name on the panels when the player gets closer to them. Can someone modify the code to display them if player is aiming at the entity named target_name ? Thanks!

Code:
public display_map_name(task_id)
{
new ent
new entcount, entlist[32]
new panel
while ((ent = find_ent_by_tname(ent, "target_map")) !=0)
{
	entcount = find_sphere_class(ent, "player", 50.0, entlist, sizeof(entlist))
	//if (entcount > 0) client_print(0, print_chat, "Found %d players at panel %d.", entcount, panel + 1)
	for(new player_index; player_index < entcount; player_index++)
	{
		set_hudmessage(g_hud_colour[0], g_hud_colour[1], g_hud_colour[2], -1.0, -1.0, 0, 0.0, 2.0, 0.0, 0.0, 2)
		show_hudmessage(entlist[player_index], g_mapnames[g_mapselection[panel]])
	}	
	panel++
}
}

Last edited by Bugsy; 03-11-2017 at 11:06.
DarthMan 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 22:33.


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