03-01-2008, 03:06 PM | #21 | |
Join Date: Mar 2007
Posts Rated Helpful 0 Times
|
Quote:
|
|
|
03-27-2008, 04:52 PM | #22 | |
Wiki Team
Fortress Forever Staff Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly Gametype: PAYLOAD Affiliations: DET- Posts Rated Helpful 19 Times
|
Quote:
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard |
|
|
03-27-2008, 05:05 PM | #23 |
Code:
function player_ondamage( player, damageinfo ) class = player:GetClass() if class == Player.kSoldier or class == Player.kDemoman then local damageforce = damageinfo:GetDamageForce() damageinfo:SetDamageForce(Vector( damageforce.x * 4, damageforce.y * 4, damageforce.z * 4)) damageinfo:SetDamage( 0 ) end |
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|