General Exports
Both exports can be used on the client and server side
exports['r_handcuffs']:IsPlayerCuffed(number)
number: server id of the person, client-side example: GetPlayerServerId(PlayerId())
Return:
true if the player is cuffed, or false if the player is not cuffed.
exports['r_handcuffs']:IsPlayerRope(number)
number: server id of the person, client-side example: GetPlayerServerId(PlayerId())
Return:
true if the player is tying, or false if the player is not tying.
Last updated