local function SetMasterAdmin(num,data)
	print(num..data)
end


CommandProc={}
CommandProc["SMA"]=SetMasterAdmin
CommandProc["SMA"]("96","data")

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: