Page 1 of 1

Show-Damage Plugin

Posted: Sat Nov 26, 2016 9:14 pm
by Killer0561
Hello,

i'm looking for the possibility to convert the show-damage plugin from Eventscripts to SourcePython. Can someone please help me here?

Show-Damage v2.5 (2010-04-16) - http://forums.eventscripts.com/viewtopic.php?t=24250 -

- Killer0561

Re: Show-Damage Plugin

Posted: Sat Nov 26, 2016 9:24 pm
by L'In20Cible
Hey,

You should be able to run it using EventScripts Emulator by Ayuto.

Re: Show-Damage Plugin

Posted: Sat Nov 26, 2016 10:33 pm
by Killer0561

Code: Select all

23:30:59 ese convert showdamage
23:32:09 es_load showdamage
23:32:09
         [SP] Encountered a Warning:
           File '../addons/source-python/packages/site-packages/path.py', line 1713: DeprecationWarning
             path is deprecated. Use Path instead.
         
         
         [SP] Encountered a Warning:
           File '../addons/source-python/plugins/es_emulator/eventscripts/showdamage/showdamage.py', line 104: ResourceWarning
             unclosed file <_io.TextIOWrapper name='/home/Server/gameserver/1-css-
                 surfstyle/cstrike/addons/source-python/plugins/es_emulator/eventscripts/
                 showdamage/configuration/admins.txt' mode='r' encoding='UTF-8'>
         
         
         [SP] Encountered a Warning:
           File '../addons/source-python/plugins/es_emulator/eventscripts/showdamage/showdamage.py', line 104: ResourceWarning
             unclosed file <_io.TextIOWrapper name='/home/Server/gameserver/1-css-
                 surfstyle/cstrike/addons/source-python/plugins/es_emulator/eventscripts/
                 showdamage/configuration/weapons.txt' mode='r' encoding='UTF-8'>
         
         [EventScripts] Loaded showdamage

Re: Show-Damage Plugin

Posted: Sat Nov 26, 2016 11:48 pm
by Ayuto
Those are just warnings. You can ignore them.