Stats module

This commit is contained in:
Henrique Santiago
2012-08-22 05:51:31 -03:00
parent c50e186fa7
commit 05fcf740b4
13 changed files with 284 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
Module
name: client_stats
description: Sends client statistics to a server
author: baxnie
website: www.otclient.info
sandboxed: true
scripts: [ stats.lua ]
@onLoad: init()
@onUnload: terminate()