πCalls
CreateCall
---@param targetNumber string The phone number to call
---@param options table|nil Optional: { anonymous?: boolean }
---@return boolean True if call was initiated successfully, false otherwise
local success = exports.yseries:CreateCall("0882222")
if success then
print("Call initiated successfully")
else
print("Failed to initiate call")
endIsInCall
CancelCall
GetTargetPlayerCallStatus
GetCallConfig
Last updated