Raised This Month: $ Target: $400
 0% 

Hitboxes and hudmesage's


Post New Thread Reply   
 
Thread Tools Display Modes
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 01-05-2006 , 04:51  
Reply With Quote #11

Code:
public headhunter() {     new hhmode[5]     get_cvar_string("hh_mode",hhmode,4)     new hhmode_bit = read_flags(hhmode)     if (hhmode_bit & 1) {         new killer_id = read_data(1)         new victim_id = read_data(2)         new headshot = read_data(3)         new killer_name[33], victim_name[33]         if(!is_user_connected(attacker_id) || !is_user_connected(victim_id)) {             return PLUGIN_CONTINUE;         }         if(headshot > 0) {             headshots[attacker_id]++;         }         else {             headshots[attacker_id] = 0;         }         headshots[victim_id] = 0;         get_user_name(killer_id,killer_name,32)         if(headshots[killer_id] == 2 || headshots[killer_id] == 4 || headshots[killer_id] == 6) {             set_hudmessage(0, 0, 0, -1.0, 0.05, 0, 6.0, 6.0, 0.5, 0.15, 1)             show_hudmessage(0,headhuntermsg[ random_num(0,HEADHUNTER-1) ],killer_name,headshot,victim_name)         }     }     if (hhmode_bit & 2) {         if(headshots[killer_id] == 2 || headshots[killer_id] == 4 || headshots[killer_id == 6]) {             client_cmd(0,"spk misc/headhunter")         }     }     return PLUGIN_CONTINUE }
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
h4x0rZ-
Junior Member
Join Date: Dec 2005
Location: Latvia, Riga
Old 01-05-2006 , 17:37  
Reply With Quote #12

Oh... Thank you v3x
__________________

When you kill 6 people in Unreal Tournament it's "Monster Kill", In Quake3 it's "Excellent", in Counter-Strike it's "Kicked by console"
h4x0rZ- is offline
Send a message via ICQ to h4x0rZ- Send a message via MSN to h4x0rZ-
Lulu the hero
Senior Member
Join Date: Oct 2009
Location: Budapest, Hungary
Old 12-22-2010 , 01:21   Re: Hitboxes and hudmesage's
Reply With Quote #13

Quote:
Originally Posted by h4x0rZ- View Post
2) Is there available to change for one hudmessage its size and font.
Is there a way to increase hudmessage sizes?
Lulu the hero is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 12-22-2010 , 01:47   Re: Hitboxes and hudmesage's
Reply With Quote #14

Quote:
Originally Posted by Lulu the hero View Post
Is there a way to increase hudmessage sizes?


Quote:
Originally Posted by h4x0rZ- View Post
2) Is there available to change for one hudmessage its size and font.
Quote:
Originally Posted by Hawk552 View Post
2. No
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] 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 16:06.


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