<?php
array("UserName/UCID" => array("Cash" => 100 ))
?>

<?php
function SetPlayerVar($UCID, $SetVar, $Value)
{
$PlayerVar[$UCID][$SetVar] = $Value;
}
function GetPlayerVar($UCID, $GetVar)
{
Return($PlayerVar[$UCID][$GetVar]);
}
?>
i have made a visual basic script that can be used to automatically update LFSLapper cruise to the latest version.