tibia-client/modules/addon_pingbar/pingbar.otmod

16 lines
266 B
Plaintext
Raw Normal View History

2012-01-09 07:46:44 +01:00
Module
name: pingbar
description: Show ping in game
author: OTClient team
website: https://github.com/edubart/otclient
autoLoad: true
2012-01-14 02:37:15 +01:00
autoLoadAntecedence: 1000
2012-01-09 07:46:44 +01:00
onLoad: |
require 'pingbar'
PingBar.init()
onUnload: |
PingBar.terminate()