mtasa-sdk v1.0.0
A module to facilitate calling http exported functions from MTA:SA servers.
Installation
var MTA = ;
Usage
MTA Class
The module exports a class, the MTA class. Instantiating the class requires you to specify a host and port to the MTA:SA server.
Syntax:
// ContrustorMTAprototype
Example
var MTA = ; var myserver = ; // Connect to http://localhost:22005myserver;