Interactions
ALL INTERACTION EVENTS IS GOING THROUGH SERVER EVENTS, THEY ARE SECURED ON SERVER SIDE AND THIS FILE IS OPEN SOURCE!
Hard Cuff
Use following event to toggle Hardcuffs on Closest Player
Soft Cuff
Use following event to toggle Softcuffs on Closest Player
Tie Player
Use following event to toggle Rope Tie on Closest Player
Search Player
Use following event to Search Closest Player
Escort Player
Use following event to toggle Escort on Closest Player
isInCuffProcess
With following export you can check if player is currently in cuff process.
Return:
state:
boolean
draggingPlayer
Get the player you are currently dragging or other player dragging.
playerId:
number
Existing player server id
Return:
state:
boolean
ornil
draggedBy
Get the player which currently dragging you or other player.
playerId:
number
Existing player server id
Return:
state:
boolean
ornil
carryingPlayer
Get the player you are currently carrying or other player carrying.
playerId:
number
Existing player server id
Return:
state:
boolean
ornil
carriedBy
Get the player which currently carry you or other player.
playerId:
number
Existing player server id
Return:
state:
boolean
ornil
isCuffed
Get the player cuff state.
playerId:
number
Existing player server id
Return:
state:
boolean
ornil
cuffType
Get the player cuff type.
playerId:
number
Existing player server id
Return:
type:
"cuffs" / "rope"
or"none"
hasHeadBag
Check if player has headbag on head.
playerId:
number
Existing player server id
Return:
state:
boolean
ornil
Last updated