đŸĒ›Export

Callback

exports["Var-PinCode"]:SendToPinCode("1234", function(result)
    if result then 
        print("Code correct") 
    else
        print("Code incorrect") 
    end
end)

Synchrone

local Result = exports["Var-PinCode"]:SendToPinCodeSync("1234")

Commands

Command
Description

/pin

Opens test PIN UI with 1234

Last updated