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

[REQ][TF2]1v1


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
StrikeR14
AlliedModders Donor
Join Date: Apr 2016
Location: Behind my PC
Old 04-22-2016 , 18:02   [REQ][TF2]1v1
Reply With Quote #1

Hi,
I will be happy if someone will do a 1v1 plugin?
Whats that? - Lets say I want to duel someone from the server (Headshot only fight) and nobody can disturb us - no one else (who isnt fighting) can damage the fighters..

I will be happy if youll make a 1v1 headshot only plugin.

And please : If you are making one - No other fights during ONE Battle. So - only one battle - until it finished. Playing to 3 points maximum.

Thx and have a great day

Last edited by StrikeR14; 04-22-2016 at 18:06.
StrikeR14 is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 04-23-2016 , 04:11   Re: [REQ][TF2]1v1
Reply With Quote #2

Did you even searched before creating a new thread ?
__________________
Want to check my plugins ?
Arkarr is offline
StrikeR14
AlliedModders Donor
Join Date: Apr 2016
Location: Behind my PC
Old 04-23-2016 , 05:03   Re: [REQ][TF2]1v1
Reply With Quote #3

Quote:
Originally Posted by Arkarr View Post
Did you even searched before creating a new thread ?
Trust me, I did.
And my request isnt not MGE, my request is a that all the players in the server will have a menu of all the online players on the server, that could challenge other players by accept.

EDIT :
I found your plugin, and look at the first comment:
Quote:
Originally Posted by TheUnderTaker View Post
Nice, Would be good if you will do Backstab fights, Headshot fights, Airblast fights.
Lemme give that examples:

BackStab:
PHP Code:
public Action:OnBackstab(victim, &attacker, &inflictor, &Float:damage, &damagetype, &weaponFloat:damageForce[3], Float:damagePosition[3], damagecustom

    if (
victim && victim <= MaxClients && (damagecustom != TF_CUSTOM_BACKSTAB))
    { 
        
damage=0.0
        return 
Plugin_Changed
    }
    else {
        
damage=200.0;
        return 
Plugin_Changed;
    }

Sniper Headshot:

PHP Code:
public Action:OnHeadshot(victim, &attacker, &inflictor, &Float:damage, &damagetype, &weaponFloat:damageForce[3], Float:damagePosition[3], damagecustom

    if (
victim && victim <= MaxClients && (damagecustom != TF_CUSTOM_HEADSHOT))
    { 
        
damage=0.0
        return 
Plugin_Changed
    }
    else {
        
damage=200.0;
        return 
Plugin_Changed;
    }

AirBlast:
PHP Code:
public Action:OnAir(victim, &attacker, &inflictor, &Float:damage, &damagetype, &weaponFloat:damageForce[3], Float:damagePosition[3], damagecustom)
{
if((
GetEntityFlags(victim) & FL_ONGROUND)){
if(
air[victim]){ OnLand(Float:damage); }
air[victim] = false;
    }else{
        if(!
air[victim] && IN_JUMP) { OnJump(Float:damage); }
        
air[victim] = true;
    }
    return 
Plugin_Continue;
}

OnLand(&Float:damage){
    
damage=0.0;
}

OnJump(&Float:damage){
    
damage=30.0;

These codes are for TF2.
Thats exactly how I want it :<

Last edited by StrikeR14; 04-23-2016 at 05:15.
StrikeR14 is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 04-23-2016 , 05:24   Re: [REQ][TF2]1v1
Reply With Quote #4

Sooooo.... You didn't searched before creating the thread and you lied ?
PS: I'll fix my plugin.
__________________
Want to check my plugins ?
Arkarr is offline
StrikeR14
AlliedModders Donor
Join Date: Apr 2016
Location: Behind my PC
Old 04-23-2016 , 06:11   Re: [REQ][TF2]1v1
Reply With Quote #5

Quote:
Originally Posted by Arkarr View Post
Sooooo.... You didn't searched before creating the thread and you lied ?
PS: I'll fix my plugin.


No plugins before I created, but when u commented , I thought u mean to u, so then I went into your threads and I found.
StrikeR14 is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 04-23-2016 , 06:20   Re: [REQ][TF2]1v1
Reply With Quote #6

Yeah... google is good at showing things most users click, you might want to use the forum search tool, much more easier.
__________________
Want to check my plugins ?
Arkarr is offline
StrikeR14
AlliedModders Donor
Join Date: Apr 2016
Location: Behind my PC
Old 04-23-2016 , 06:36   Re: [REQ][TF2]1v1
Reply With Quote #7

Quote:
Originally Posted by Arkarr View Post
Yeah... google is good at showing things most users click, you might want to use the forum search tool, much more easier.
"A wise man learns from everyone"
StrikeR14 is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 04-23-2016 , 06:41   Re: [REQ][TF2]1v1
Reply With Quote #8

Quote:
Originally Posted by StrikeR14 View Post
"A wise man learns from everyone"
"I, once, poop in a bucket, a rabbit came out after." - Adolf Churchill

No, seriously, I'll stop here.
__________________
Want to check my plugins ?

Last edited by Arkarr; 04-23-2016 at 06:42.
Arkarr 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 19:28.


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