Stukol Posté(e) le 5 février 2019 Posté(e) le 5 février 2019 (modifié) Spigot 1.11.2 Bonjours, j'aurais besoin que vous m'aider pour mon script.Je les commencé mais il ne marche pas; Je voudrais que quand une personne meur, l’attaquant reçoit un title qui lui dis : Kill ! avec un son . et la personne morte une particule d'éclaire sur le lieu de mort et quand il respaw , une particule aussi. Si possible quand une personne kill sa lui dis :kill mais quand il fait un double kill suivant les 60sc sa lui dis Double kill . Merci beaucoup on death: victim is a player: attacker is a player: send title from "titre" with subtitle "sous titre" to player for 10, 10, 10 play sound "RECORD_FAR" to player with volume 10000000000000 and pitch 10000000000000 execute console command "/title %attacker% title {"text":"KILL !","bold":true,"italic":true,"underlined":true,"color":"dark_red"}" Modifié le 5 février 2019 par Stukol
ZyroxisTV Posté(e) le 5 février 2019 Posté(e) le 5 février 2019 on death: if victim is a player: if attacker is a player: send title from "titre" with subtitle "sous titre" to attacker for 10, 10, 10 #attacker ou victim play sound "RECORD_FAR" to player with volume 10000000000000 and pitch 10000000000000 make console execute command "/title %attacker% title {"text":"KILL !","bold":true,"italic":true,"underlined":true,"color":"dark_red"}" essaye ça
Stukol Posté(e) le 5 février 2019 Auteur Posté(e) le 5 février 2019 Il y a 1 heure, ZyroxisTV a dit : on death: if victim is a player: if attacker is a player: send title from "titre" with subtitle "sous titre" to attacker for 10, 10, 10 #attacker ou victim play sound "RECORD_FAR" to player with volume 10000000000000 and pitch 10000000000000 make console execute command "/title %attacker% title {"text":"KILL !","bold":true,"italic":true,"underlined":true,"color":"dark_red"}" essaye ça Le title ne marche pas, le son aussi :c
> NoaGamingFR Posté(e) le 5 février 2019 Posté(e) le 5 février 2019 Pourquoi utiliser le title mc, utilise les titles parmit tant d'addons.. https://skripthub.net/docs/?search=send title
Stukol Posté(e) le 6 février 2019 Auteur Posté(e) le 6 février 2019 car je ne connais pas. Je fait pas du script 😞 Edit: Donc voila ? on death: if victim is a player: if attacker is a player: send %player% title %string% Mon message [with subtitle %string%] [for %timespan%] [with %timespan% fade in and %timespan% fade out] play sound "RECORD_FAR" to player with volume 10000000000000 and pitch 10000000000000 ?
Messages recommandés