<?php
php
include 'PlugName_Utils.php';
class PlugName extends Plugins
{
const URL = '-';
const NAME = '-';
const AUTHOR = '-';
const VERSION = PHPInSimMod::VERSION;
const DESCRIPTION = '-';
var $data = array();
public function __construct()
{
DoFunction(); # function from PlugName_Utils.php
}
}
?>
<?php
php
public function DoFunction()
{
$data['Povo']['Place'] = 'Random Place!';
$MST = new IS_MST();
$MST->Msg('/msg Data Updated')->Send();
}
?>
IS_MTC - first byte must not be zero
$MTC->UCID($NPL->UCID)->ReqI(1)->Msg('^B^3» ^1You are disallowed to join the track!')->Send();
var $my_array = array();