pin code docs›
Pin Code
Export
-- 2 code blocks · 1 min read
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 |