mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
addon to show walk ping
This commit is contained in:
15
modules/addon_pingbar/pingbar.otmod
Normal file
15
modules/addon_pingbar/pingbar.otmod
Normal file
@@ -0,0 +1,15 @@
|
||||
Module
|
||||
name: pingbar
|
||||
description: Show ping in game
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
autoLoad: true
|
||||
autoLoadPriority: 1000
|
||||
|
||||
onLoad: |
|
||||
require 'pingbar'
|
||||
PingBar.init()
|
||||
|
||||
onUnload: |
|
||||
PingBar.terminate()
|
Reference in New Issue
Block a user