Aller au contenu

Messages recommandés

Posté(e)

Ca ?

 on any move:
   set {afk.%player%} to 0
   set {afkok.%player%} to false

every 1 second:
  if {afkok.%player%} is true:
       set {afk.%player%} to 0
  else if {afkok.%player%} is false:
       add 1 to {afk.%player%}
  if {afk.%player%} = 300:
       set {afkok.%player%} to true
 	kick the player due to "AFK"

  • J'aime 1
Posté(e)
Ca ?
 on any move:
   set {afk.%player%} to 0
   set {afkok.%player%} to false

every 1 second:
  if {afkok.%player%} is true:
       set {afk.%player%} to 0
  else if {afkok.%player%} is false:
       add 1 to {afk.%player%}
  if {afk.%player%} = 300:
       set {afkok.%player%} to true
 	kick the player due to "AFK"

merci

Posté(e)
Ca ?
 on any move:
   set {afk.%player%} to 0
   set {afkok.%player%} to false

every 1 second:
  if {afkok.%player%} is true:
       set {afk.%player%} to 0
  else if {afkok.%player%} is false:
       add 1 to {afk.%player%}
  if {afk.%player%} = 300:
       set {afkok.%player%} to true
 	kick the player due to "AFK"

il est trop buggé :)

  • J'aime 1
×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.