Aller au contenu

Classement

Contenu populaire

Affichage du contenu avec la meilleure réputation le 04/01/2016 dans toutes les zones

  1. Bon je vais le tester plus tard pour le moment je ne peux pas
    1 point
  2. Le contains est assez bug :c. Et j'ai peut-être trouvé c:. Plus besoin de loop : set {_s} to "%{mdl.jaune::%player%}%" set {_s2} to "%player%" If {_s} is equal to case-sensitive {_s2}: Send "le message" else: Send "Nope"
    1 point
  3. Le problème vient de chez toi car mon skript fonctionne comme je le redit.
    1 point
  4. Il te faut Skript 2.2 et Umbaska voir SkQuery
    1 point
  5. 1 point
  6. Cadeau mon cher ami: command /add: trigger: add name of player to {mdl.jaune::*} command /teamtest: trigger: if {mdl.jaune::*} contains "%name of player%": message "&a Et voilà le travail !" else: message "&c Je suis seul :(" command /remove: trigger: remove name of player from {mdl.jaune::*} Si cela t'a aidé, tu peux aimer mon message ou même me suivre ça me ferais très plaisir :3
    1 point
  7. Ah. Bah tu mets le stop après else c:. (J'ai modifié ton QUOTE c: )
    1 point
  8. Éviter les bugs lors de l'apparition des items. Très bon tutoriel ! Je ne savais pas que l'on pouvait faire cela ! Merci ;)
    1 point
  9. Il me faut l'erreur il dois te manquer une Add-on. Edit: Donc ton "Bug" vient de la ligne 15, il te faut Umbaska comme add-on il y a un calcul du ping pour éviter les ban/kick a cause du ping.
    1 point
  10. Bonsoir, Il y a déjà eu des sujets pour ça, voici le dernier de mes codes en date pour. options: Ban-Click: 20 Kick-Click: 14 Avert-Click: 8 message-autoclick: §8§l» §c§o%attacker% a été ban pour autoclick. (clic: %{_click}%) message-kick: §8§l» §c§o%attacker% a été kick pour autoclick. (clic: %{_click}%) message-avert: §8§l» §c§o%attacker% est suspecté d'autoclick. (clic: %{_click}%) Ban: §c§oBanSystème§8§l» §7§oVous avez été banni pour autoclick. (clic: %{_click}%) Kick: §c§oKick§8§l» §7§oVous avez été kick pour autoclick. on damage: if attacker is a player: if damage was caused by contact or attack: if {WCAntiAutoClick.%uuid of attacker%.click} is not set: set {_ping} to attacker's ping if {_ping} <= 100: set {_multiplicateur} to 1 else if {_ping} > 100: set {_multiplicateur} to 1.10 else if {_ping} > 200: set {_multiplicateur} to 1.20 else if {_ping} > 300: set {_multiplicateur} to 1.30 else if {_ping} > 400: set {_multiplicateur} to 1.40 add 1 to {WCAntiAutoClick.%uuid of attacker%.click} wait 1 second if {WCAntiAutoClick.%uuid of attacker%.click} >= {@Ban-Click}*{_multiplicateur}: set {_click} to {WCAntiAutoClick.%uuid of attacker%.click} ban the attacker due to "{@Ban}" ip-ban attacker kick the attacker due to "{@Ban}" loop all players: if loop-player has permission "click.voir": send "{@message-autoclick}" to loop-player delete {WCAntiAutoClick.%uuid of attacker%.click} stop else if {WCAntiAutoClick.%uuid of attacker%.click} >= {@Kick-Click}*{_multiplicateur}: set {_click} to {WCAntiAutoClick.%uuid of attacker%.click} kick the attacker due to "{@Kick}" loop all players: if loop-player has permission "click.voir": send "{@message-kick}" to loop-player delete {WCAntiAutoClick.%uuid of attacker%.click} stop else if {WCAntiAutoClick.%uuid of attacker%.click} >= {@Avert-Click}*{_multiplicateur}: set {_click} to {WCAntiAutoClick.%uuid of attacker%.click} loop all players: if loop-player has permission "click.voir": send "{@message-avert}" to loop-player delete {WCAntiAutoClick.%uuid of attacker%.click} stop delete {WCAntiAutoClick.%uuid of attacker%.click} else: add 1 to {WCAntiAutoClick.%uuid of attacker%.click}
    1 point
×
×
  • 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.