Raised This Month: $51 Target: $400
 12% 

0.5 damage plugin request


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
west
Member
Join Date: Feb 2005
Old 02-25-2006 , 16:05   0.5 damage plugin request
Reply With Quote #1

I need a plugin..

I want all damage that is delt to a player (bullets or knife) to be 1/2 the damage it would be.

this way it takes 2 times longer to kill someone.

I need this for clan prac, and i know there is a plugin like this but it would be nice if this plugin included this as well, i also want it so you can only do damage to the head. so if you hit the arm or w/e it wouldnt do anything, you have to hit the head to deal damage. and then if you did it would do 1/2 the damage anyways.

If you are up to it and have any questions you can talk to me through aim at browny836
west is offline
Send a message via AIM to west
Charming
BANNED
Join Date: Nov 2005
Location: Canada
Old 02-25-2006 , 16:17  
Reply With Quote #2

Well you could just use a HEALTH PLUGIN and up everyones health.
Charming is offline
Send a message via ICQ to Charming Send a message via AIM to Charming Send a message via MSN to Charming Send a message via Yahoo to Charming
Styles
Veteran Member
Join Date: Jul 2004
Location: California
Old 02-25-2006 , 18:48  
Reply With Quote #3

I use to have a modl ike that the only place you could hit was the head but it wasnt 2 times the damage.if you want i can probally find it., I think it was called HeadShot Mod or something.
Styles is offline
Send a message via AIM to Styles
Kraugh
Senior Member
Join Date: Jan 2006
Location: barrington, ri
Old 02-26-2006 , 00:40  
Reply With Quote #4

giving all players 200 health when they spawn will accomplish exactly this.
__________________
"You can not restrain a fool from speaking, but nothing obliges you to listen."
Kraugh is offline
Send a message via AIM to Kraugh
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 02-26-2006 , 07:42  
Reply With Quote #5

Code:
// gaben #include <amxmodx> #include <fun> public plugin_init() {   register_plugin("200hp on spawn" , "0.1" , "v3x");   register_event("ResetHUD" , "Event_ResetHUD" , "b"); } public Event_ResetHUD(id)   set_task(0.5 , "SetHP" , id); public SetHP(id) {   if(is_user_alive(id))     set_user_health(id , 200); }
__________________
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
Kraugh
Senior Member
Join Date: Jan 2006
Location: barrington, ri
Old 02-26-2006 , 15:21  
Reply With Quote #6

users could then type "fullupdate" in console to restore their HP, but since this is for clan practice i'm assuming no one should be trying to cheat anyway.
__________________
"You can not restrain a fool from speaking, but nothing obliges you to listen."
Kraugh is offline
Send a message via AIM to Kraugh
west
Member
Join Date: Feb 2005
Old 02-26-2006 , 16:22  
Reply With Quote #7

ok thats cool, ill just compile that small and use the headshot mod too.
should work. thanks.
west is offline
Send a message via AIM to west
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 08:26.


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