Famous Posted August 21, 2013 Posted August 21, 2013 I would to request kick afk player in the map ordeal_2-2 go back to prontera if the player is afk in the fild for 5min.. thanks in advance!! Quote
Patskie Posted August 21, 2013 Posted August 21, 2013 - script Sample -1,{ if ( strcharinfo(3) != "ordeal_2-2" ) end; if ( checkidle() >= 300 ) warp "prontera",150,150; end; } Quote
Capuche Posted August 21, 2013 Posted August 21, 2013 *checkidle({"<Player Name>"}) Returns the time, in seconds, that the specified player has been idle. Name is optional, and defaults to the attached player if omitted. Make an update r17126 r17127 r17409 Quote
Famous Posted August 22, 2013 Author Posted August 22, 2013 thanks Capuche I'll try to update it Quote
Question
Famous
I would to request kick afk player in the map ordeal_2-2 go back to prontera if the player is afk in the fild for 5min..
thanks in advance!!
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.