diff --git a/functions.lsl b/functions.lsl index d26cd0e..5c61704 100644 --- a/functions.lsl +++ b/functions.lsl @@ -29,10 +29,12 @@ integer checkSupportUser(key kID, integer minAccessRights) } return FALSE; } + checkSupport() { UpdateDSRequest(NULL, llHTTPRequest(API_SERVER + "/zni/Get_Support.php", [], ""), SetDSMeta(["get_support"])); } + string MakeTimeNotation(integer iSec) { integer iDifference = iSec;