One Shot One Kill v3.4
Posted: Tue Nov 18, 2014 10:37 pm
One Shot One Kill v3.4
Posted by: SeriousKillerNaruto at 2014-11-18 23:37.
Requirements:Description:
One hit is enough to kill you. Converted from eventscripts to source-python.
Download:
http://forums.sourcepython.com/attachment.php?attachmentid=116&stc=1&d=1416355316
Installation:
extract it in cstrike/csgo folder and then type in autoexec.cfg :
Version Notes:
Posted by: SeriousKillerNaruto at 2014-11-18 23:37.
Requirements:Description:
One hit is enough to kill you. Converted from eventscripts to source-python.
Download:

Installation:
extract it in cstrike/csgo folder and then type in autoexec.cfg :
Code: Select all
sp load oneshotonekill
Version Notes:
- v1.0:
--------------
functions: if you get hurt you die - v1.1:
--------------
fixed: healthadd removed - v2.0:
--------------
the addon is now in python - v2.1:
--------------
fix: damage command works now - v2.2:
--------------
fix: damage taken by world can't kill you in one hit as shot does - v3.0:
--------------
addon completely rewritten
players have 0 hp and when they fall a prehook check the fall velocity so they dont die falling from too high
added a command to set fall damage : osok_falldamage - v3.1:
--------------
moved back to damage command
added corelib's damage modification made by l'in20cible - v3.2:
--------------
converted to source-python addon - v3.3:
--------------
fixed few old imports
added url to this forum post in info.url - v3.4:
--------------
fixed a mistake in the code (silly me ...)