Posts: 226
Threads: 83
Joined: Mar 2012
Reputation:
0
how to create when player disconnect with Cuff to set player Jail 1h ?
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
You can detect whether a player is cuffed by using GetPlayerSpecialAction and check if it is SPECIAL_ACTION_CUFFED. As for jailing them - it's your script, and we don't know your systems.