AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Extra Damage Mod (Gives weapons extra damage in CS!!!) (https://forums.alliedmods.net/showthread.php?t=22791)

Liquidz 01-06-2006 16:17

i do goto my server console and it only shows like 5 weapons :S

v3x 01-06-2006 16:24

1 Attachment(s)
Liquidz, try this one:

BACARRA 01-06-2006 19:01

how about less damage? can that be done?

GHW_Chronic 01-06-2006 19:15

1 Attachment(s)
Edited a few lines to allow for negative damage. Test this out.

SubFive 01-06-2006 19:22

So this was the plugin you were talking about, looks very cool. 8)

BACARRA 01-06-2006 19:27

would u just add a negative number to the command to have it less stronger?

v3x 01-07-2006 00:39

I can tell you right now that Chronic's edited version will not work just by looking at this line:
Code:
    if(!damage || get_user_health(victim) <= 0 || get_user_godmode(victim))         return;
It won't work with anything that's 0 or less..

Anyway, did anyone test Beta 0.3 yet?

BACARRA 01-07-2006 10:28

v3x so it isnt possible to make the guns less stronger?

v3x 01-07-2006 18:42

It probably is possible, I might make an attempt at it some day.

Xanimos 01-07-2006 20:10

Quote:

Originally Posted by v3x
I can tell you right now that Chronic's edited version will not work just by looking at this line:
Code:
    if(!damage || get_user_health(victim) <= 0 || get_user_godmode(victim))         return;
It won't work with anything that's 0 or less..

Anyway, did anyone test Beta 0.3 yet?

Wow...I get to correct v3x. Using if(!damage) will still work if its a negative number. The only time it will return false is if it is 0 anything above or below is still true.

[EDIT] Nvm I'm retarded.


All times are GMT -4. The time now is 09:22.

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