OnPlayerConnect - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: OnPlayerConnect (
/showthread.php?tid=330265)
OnPlayerConnect -
3RoR - 31.03.2012
how to create when player disconnect with Cuff to set player Jail 1h ?
Re: OnPlayerConnect -
MP2 - 31.03.2012
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.
Re: OnPlayerConnect -
3RoR - 01.04.2012
BUmp !