Aller au contenu
  • 0

Menu | Gui


Question

Posté(e)

Titre > Menu | Gui

 

Version > 1.9.x

 

Skript > Bonsoir, je possède actuellement un skript qui me donne une map à chaque connexion,en cliquant sur cette map un menu s'ouvre, le problème, c'est que je sais pas comment faire pas changer la map en étoile du nether, et comment ajouter des fonctions dans le menu, genre /shop etc, aussi les joueurs peuvent drop la map et peuvent aussi la déplacé dans l'inventaire et à chaque reco la map ce stack, je vous montres le code et des screens.

 

Screen >

 

1498163657-2017-06-22-22-32-42.png

 

1498163662-2017-06-22-22-32-46.png *

 

Et le code >

on join: # Pour give l'item quand il spawn
   wait 3 ticks
   give empty map named "&8>> &6Menu &8<<" to slot 0 of player
on click with empty map:
   if name of player's tool is "&8>> &6Menu &8<<":
       cancel event
       open virtual chest inventory with size 5 named "&8>> &6Menu &8<<" to player
       wait 1 ticks
       make a gui slot 0 of player with stained glass pane named " " to do nothing
       make a gui slot 1 of player with stained glass pane named " " to do nothing
       make a gui slot 2 of player with stained glass pane named " " to do nothing
       make a gui slot 3 of player with stained glass pane named " " to do nothing
       make a gui slot 5 of player with stained glass pane named " " to do nothing
       make a gui slot 6 of player with stained glass pane named " " to do nothing
       make a gui slot 7 of player with stained glass pane named " " to do nothing
       make a gui slot 8 of player with stained glass pane named " " to do nothing
       make a gui slot 9 of player with stained glass pane named " " to do nothing
       make a gui slot 17 of player with stained glass pane named " " to do nothing
       make a gui slot 18 of player with stained glass pane named " " to do nothing
       make a gui slot 26 of player with stained glass pane named " " to do nothing
       make a gui slot 27 of player with stained glass pane named " " to do nothing
       make a gui slot 35 of player with stained glass pane named " " to do nothing
       make a gui slot 36 of player with stained glass pane named " " to do nothing
       make a gui slot 37 of player with stained glass pane named " " to do nothing
       make a gui slot 38 of player with stained glass pane named " " to do nothing
       make a gui slot 39 of player with stained glass pane named " " to do nothing
       make a gui slot 41 of player with stained glass pane named " " to do nothing
       make a gui slot 42 of player with stained glass pane named " " to do nothing
       make a gui slot 43 of player with stained glass pane named " " to do nothing
       make a gui slot 44 of player with stained glass pane named " " to do nothing
       make a gui slot 4 of player with barrier named "&7Revenir en arrière" to close
       make a gui slot 40 of player with barrier named "&7Revenir en arrière" to close

  • J'aime 1

Messages recommandés

  • 0
Posté(e)

Tiens cadeau

on join: # Pour give l'item quand il spawn
   wait 3 ticks
   give nether star named "&8>> &6Menu &8<<" to slot 0 of player
on click with nether star:
   if name of player's tool is "&8>> &6Menu &8<<":
       cancel event
       open virtual chest inventory with size 5 named "&8>> &6Menu &8<<" to player
       wait 1 ticks
       make a gui slot 0 of player with stained glass pane named " " to do nothing
       make a gui slot 1 of player with stained glass pane named " " to do nothing
       make a gui slot 2 of player with stained glass pane named " " to do nothing
       make a gui slot 3 of player with stained glass pane named " " to do nothing
       make a gui slot 5 of player with stained glass pane named " " to do nothing
       make a gui slot 6 of player with stained glass pane named " " to do nothing
       make a gui slot 7 of player with stained glass pane named " " to do nothing
       make a gui slot 8 of player with stained glass pane named " " to do nothing
       make a gui slot 9 of player with stained glass pane named " " to do nothing
       make a gui slot 17 of player with stained glass pane named " " to do nothing
       make a gui slot 18 of player with stained glass pane named " " to do nothing
       make a gui slot 26 of player with stained glass pane named " " to do nothing
       make a gui slot 27 of player with stained glass pane named " " to do nothing
       make a gui slot 35 of player with stained glass pane named " " to do nothing
       make a gui slot 36 of player with stained glass pane named " " to do nothing
       make a gui slot 37 of player with stained glass pane named " " to do nothing
       make a gui slot 38 of player with stained glass pane named " " to do nothing
       make a gui slot 39 of player with stained glass pane named " " to do nothing
       make a gui slot 41 of player with stained glass pane named " " to do nothing
       make a gui slot 42 of player with stained glass pane named " " to do nothing
       make a gui slot 43 of player with stained glass pane named " " to do nothing
       make a gui slot 44 of player with stained glass pane named " " to do nothing
       make a gui slot 4 of player with barrier named "&7Revenir en arrière" to close
       make a gui slot 40 of player with barrier named "&7Revenir en arrière" to close

 

Essayes ça je n'ai pas éssayer

  • 0
Posté(e)
Tiens cadeau

on join: # Pour give l'item quand il spawn
   wait 3 ticks
   give nether star named "&8>> &6Menu &8<<" to slot 0 of player
on click with nether star:
   if name of player's tool is "&8>> &6Menu &8<<":
       cancel event
       open virtual chest inventory with size 5 named "&8>> &6Menu &8<<" to player
       wait 1 ticks
       make a gui slot 0 of player with stained glass pane named " " to do nothing
       make a gui slot 1 of player with stained glass pane named " " to do nothing
       make a gui slot 2 of player with stained glass pane named " " to do nothing
       make a gui slot 3 of player with stained glass pane named " " to do nothing
       make a gui slot 5 of player with stained glass pane named " " to do nothing
       make a gui slot 6 of player with stained glass pane named " " to do nothing
       make a gui slot 7 of player with stained glass pane named " " to do nothing
       make a gui slot 8 of player with stained glass pane named " " to do nothing
       make a gui slot 9 of player with stained glass pane named " " to do nothing
       make a gui slot 17 of player with stained glass pane named " " to do nothing
       make a gui slot 18 of player with stained glass pane named " " to do nothing
       make a gui slot 26 of player with stained glass pane named " " to do nothing
       make a gui slot 27 of player with stained glass pane named " " to do nothing
       make a gui slot 35 of player with stained glass pane named " " to do nothing
       make a gui slot 36 of player with stained glass pane named " " to do nothing
       make a gui slot 37 of player with stained glass pane named " " to do nothing
       make a gui slot 38 of player with stained glass pane named " " to do nothing
       make a gui slot 39 of player with stained glass pane named " " to do nothing
       make a gui slot 41 of player with stained glass pane named " " to do nothing
       make a gui slot 42 of player with stained glass pane named " " to do nothing
       make a gui slot 43 of player with stained glass pane named " " to do nothing
       make a gui slot 44 of player with stained glass pane named " " to do nothing
       make a gui slot 4 of player with barrier named "&7Revenir en arrière" to close
       make a gui slot 40 of player with barrier named "&7Revenir en arrière" to close

 

 

 

Essayes ça je n'ai pas éssayer

 

Merci mais comment je fais pour ajouter des fonctions ? Enfin quand il clique sur un item dans le menu une commande ce fais ? Fais juste un exemple sur un slots, et aussi ils peuvents toujours bougé etc non ?

  • J'aime 1
  • 0
Posté(e)

Non il ne peuvent pas bouger je te fais un exemple sur le slot 0 avec la commande /gamemode 1 :

 

on join: # Pour give l'item quand il spawn
   wait 3 ticks
   give nether star named "&8>> &6Menu &8<<" to slot 0 of player
on click with nether star:
   if name of player's tool is "&8>> &6Menu &8<<":
       cancel event
       open virtual chest inventory with size 5 named "&8>> &6Menu &8<<" to player
       wait 1 ticks
       make a gui slot 0 of player with stained glass pane named "Gamemode 1 " to run player command "/gamemode1"
       make a gui slot 1 of player with stained glass pane named " " to do nothing
       make a gui slot 2 of player with stained glass pane named " " to do nothing
       make a gui slot 3 of player with stained glass pane named " " to do nothing
       make a gui slot 5 of player with stained glass pane named " " to do nothing
       make a gui slot 6 of player with stained glass pane named " " to do nothing
       make a gui slot 7 of player with stained glass pane named " " to do nothing
       make a gui slot 8 of player with stained glass pane named " " to do nothing
       make a gui slot 9 of player with stained glass pane named " " to do nothing
       make a gui slot 17 of player with stained glass pane named " " to do nothing
       make a gui slot 18 of player with stained glass pane named " " to do nothing
       make a gui slot 26 of player with stained glass pane named " " to do nothing
       make a gui slot 27 of player with stained glass pane named " " to do nothing
       make a gui slot 35 of player with stained glass pane named " " to do nothing
       make a gui slot 36 of player with stained glass pane named " " to do nothing
       make a gui slot 37 of player with stained glass pane named " " to do nothing
       make a gui slot 38 of player with stained glass pane named " " to do nothing
       make a gui slot 39 of player with stained glass pane named " " to do nothing
       make a gui slot 41 of player with stained glass pane named " " to do nothing
       make a gui slot 42 of player with stained glass pane named " " to do nothing
       make a gui slot 43 of player with stained glass pane named " " to do nothing
       make a gui slot 44 of player with stained glass pane named " " to do nothing
       make a gui slot 4 of player with barrier named "&7Revenir en arrière" to close
       make a gui slot 40 of player with barrier named "&7Revenir en arrière" to close

 

éssayes

  • J'aime 1
  • 0
Posté(e)
Non il ne peuvent pas bouger je te fais un exemple sur le slot 0 avec la commande /gamemode 1 :

 

on join: # Pour give l'item quand il spawn
   wait 3 ticks
   give nether star named "&8>> &6Menu &8<<" to slot 0 of player
on click with nether star:
   if name of player's tool is "&8>> &6Menu &8<<":
       cancel event
       open virtual chest inventory with size 5 named "&8>> &6Menu &8<<" to player
       wait 1 ticks
       make a gui slot 0 of player with stained glass pane named "Gamemode 1 " to run player command "/gamemode1"
       make a gui slot 1 of player with stained glass pane named " " to do nothing
       make a gui slot 2 of player with stained glass pane named " " to do nothing
       make a gui slot 3 of player with stained glass pane named " " to do nothing
       make a gui slot 5 of player with stained glass pane named " " to do nothing
       make a gui slot 6 of player with stained glass pane named " " to do nothing
       make a gui slot 7 of player with stained glass pane named " " to do nothing
       make a gui slot 8 of player with stained glass pane named " " to do nothing
       make a gui slot 9 of player with stained glass pane named " " to do nothing
       make a gui slot 17 of player with stained glass pane named " " to do nothing
       make a gui slot 18 of player with stained glass pane named " " to do nothing
       make a gui slot 26 of player with stained glass pane named " " to do nothing
       make a gui slot 27 of player with stained glass pane named " " to do nothing
       make a gui slot 35 of player with stained glass pane named " " to do nothing
       make a gui slot 36 of player with stained glass pane named " " to do nothing
       make a gui slot 37 of player with stained glass pane named " " to do nothing
       make a gui slot 38 of player with stained glass pane named " " to do nothing
       make a gui slot 39 of player with stained glass pane named " " to do nothing
       make a gui slot 41 of player with stained glass pane named " " to do nothing
       make a gui slot 42 of player with stained glass pane named " " to do nothing
       make a gui slot 43 of player with stained glass pane named " " to do nothing
       make a gui slot 44 of player with stained glass pane named " " to do nothing
       make a gui slot 4 of player with barrier named "&7Revenir en arrière" to close
       make a gui slot 40 of player with barrier named "&7Revenir en arrière" to close

 

éssayes

 

Merci sa fonctionne, sauf que le joueur peux déplace l'étoile et la drop par terre et à chauqe reco l'étoile se stack, tu pourrais m'aider s'il te plais ?

  • J'aime 1
  • 0
Posté(e)

Merci, mais il peut quand même déplacé l'étoile dans l'inventaire et l'étoile ce stack à chaque reco... S'il te plaît aide moi pour ces deux faonctions qui reste, j'ai mis un pouce :)

  • 0
Posté(e)
Merci, mais il peut quand même déplacé l'étoile dans l'inventaire et l'étoile ce stack à chaque reco... S'il te plaît aide moi pour ces deux faonctions qui reste, j'ai mis un pouce :)

 

bah a chaque connection tu clear l'inventaire et pour pas quelle bouge :

 

on inventory click
   if clicked slot is 0:
       cancel event

  • 0
Posté(e)
bah a chaque connection tu clear l'inventaire et pour pas quelle bouge :

 

on inventory click
   if clicked slot is 0:
       cancel event

Merci, et j'ai mis "

On drop nether star:

cancel event

On click nether star:

cancel event" et je reçois des messages d'erreur, pourrais tu le mettre dans le skrips ? Merrci :à

  • 0
Posté(e)
bah a chaque connection tu clear l'inventaire et pour pas quelle bouge :

 

on inventory click
   if clicked slot is 0:
       cancel event

Et quand tu dis clear l'inventaire, c'est un serveur faction, donc si je clear à chaque fois :/

  • 0
Posté(e)

Tiens

on join: # Pour give l'item quand il spawn
   remove nether star from placer
   wait 3 ticks
   give nether star named "&8>> &6Menu &8<<" to slot 0 of player
on click with nether star:
   if name of player's tool is "&8>> &6Menu &8<<":
       cancel event
       open virtual chest inventory with size 5 named "&8>> &6Menu &8<<" to player
       wait 1 ticks
       make a gui slot 0 of player with stained glass pane named "Gamemode 1 " to run player command "/gamemode1"
       make a gui slot 1 of player with stained glass pane named " " to do nothing
       make a gui slot 2 of player with stained glass pane named " " to do nothing
       make a gui slot 3 of player with stained glass pane named " " to do nothing
       make a gui slot 5 of player with stained glass pane named " " to do nothing
       make a gui slot 6 of player with stained glass pane named " " to do nothing
       make a gui slot 7 of player with stained glass pane named " " to do nothing
       make a gui slot 8 of player with stained glass pane named " " to do nothing
       make a gui slot 9 of player with stained glass pane named " " to do nothing
       make a gui slot 17 of player with stained glass pane named " " to do nothing
       make a gui slot 18 of player with stained glass pane named " " to do nothing
       make a gui slot 26 of player with stained glass pane named " " to do nothing
       make a gui slot 27 of player with stained glass pane named " " to do nothing
       make a gui slot 35 of player with stained glass pane named " " to do nothing
       make a gui slot 36 of player with stained glass pane named " " to do nothing
       make a gui slot 37 of player with stained glass pane named " " to do nothing
       make a gui slot 38 of player with stained glass pane named " " to do nothing
       make a gui slot 39 of player with stained glass pane named " " to do nothing
       make a gui slot 41 of player with stained glass pane named " " to do nothing
       make a gui slot 42 of player with stained glass pane named " " to do nothing
       make a gui slot 43 of player with stained glass pane named " " to do nothing
       make a gui slot 44 of player with stained glass pane named " " to do nothing
       make a gui slot 4 of player with barrier named "&7Revenir en arrière" to close
        make a gui slot 40 of player with barrier named "&7Revenir en arrière" to close

On drop nether star:
        cancel event

  • 0
Posté(e)
Tiens

on join: # Pour give l'item quand il spawn
   remove nether star from placer
   wait 3 ticks
   give nether star named "&8>> &6Menu &8<<" to slot 0 of player
on click with nether star:
   if name of player's tool is "&8>> &6Menu &8<<":
       cancel event
       open virtual chest inventory with size 5 named "&8>> &6Menu &8<<" to player
       wait 1 ticks
       make a gui slot 0 of player with stained glass pane named "Gamemode 1 " to run player command "/gamemode1"
       make a gui slot 1 of player with stained glass pane named " " to do nothing
       make a gui slot 2 of player with stained glass pane named " " to do nothing
       make a gui slot 3 of player with stained glass pane named " " to do nothing
       make a gui slot 5 of player with stained glass pane named " " to do nothing
       make a gui slot 6 of player with stained glass pane named " " to do nothing
       make a gui slot 7 of player with stained glass pane named " " to do nothing
       make a gui slot 8 of player with stained glass pane named " " to do nothing
       make a gui slot 9 of player with stained glass pane named " " to do nothing
       make a gui slot 17 of player with stained glass pane named " " to do nothing
       make a gui slot 18 of player with stained glass pane named " " to do nothing
       make a gui slot 26 of player with stained glass pane named " " to do nothing
       make a gui slot 27 of player with stained glass pane named " " to do nothing
       make a gui slot 35 of player with stained glass pane named " " to do nothing
       make a gui slot 36 of player with stained glass pane named " " to do nothing
       make a gui slot 37 of player with stained glass pane named " " to do nothing
       make a gui slot 38 of player with stained glass pane named " " to do nothing
       make a gui slot 39 of player with stained glass pane named " " to do nothing
       make a gui slot 41 of player with stained glass pane named " " to do nothing
       make a gui slot 42 of player with stained glass pane named " " to do nothing
       make a gui slot 43 of player with stained glass pane named " " to do nothing
       make a gui slot 44 of player with stained glass pane named " " to do nothing
       make a gui slot 4 of player with barrier named "&7Revenir en arrière" to close
        make a gui slot 40 of player with barrier named "&7Revenir en arrière" to close

On drop nether star:
        cancel event

Deux erreurs

[23:24:57 ERROR]: indentation error: expected 8 spaces, but found 9 spaces (menu.sk, line 33: make a gui slot 40 of player with barrier named "&7Revenir en arrière" to close')
[23:24:57 ERROR]: Can't understand this condition/effect: remove nether star from placer (menu.sk, line 2: remove nether star from placer')

  • 0
Posté(e)
on join: # Pour give l'item quand il spawn
   remove nether star from placer
   wait 3 ticks
   give nether star named "&8>> &6Menu &8<<" to slot 0 of player
on click with nether star:
   if name of player's tool is "&8>> &6Menu &8<<":
       cancel event
       open virtual chest inventory with size 5 named "&8>> &6Menu &8<<" to player
       wait 1 ticks
       make a gui slot 0 of player with stained glass pane named "Gamemode 1 " to run player command "/gamemode1"
       make a gui slot 1 of player with stained glass pane named " " to do nothing
       make a gui slot 2 of player with stained glass pane named " " to do nothing
       make a gui slot 3 of player with stained glass pane named " " to do nothing
       make a gui slot 5 of player with stained glass pane named " " to do nothing
       make a gui slot 6 of player with stained glass pane named " " to do nothing
       make a gui slot 7 of player with stained glass pane named " " to do nothing
       make a gui slot 8 of player with stained glass pane named " " to do nothing
       make a gui slot 9 of player with stained glass pane named " " to do nothing
       make a gui slot 17 of player with stained glass pane named " " to do nothing
       make a gui slot 18 of player with stained glass pane named " " to do nothing
       make a gui slot 26 of player with stained glass pane named " " to do nothing
       make a gui slot 27 of player with stained glass pane named " " to do nothing
       make a gui slot 35 of player with stained glass pane named " " to do nothing
       make a gui slot 36 of player with stained glass pane named " " to do nothing
       make a gui slot 37 of player with stained glass pane named " " to do nothing
       make a gui slot 38 of player with stained glass pane named " " to do nothing
       make a gui slot 39 of player with stained glass pane named " " to do nothing
       make a gui slot 41 of player with stained glass pane named " " to do nothing
       make a gui slot 42 of player with stained glass pane named " " to do nothing
       make a gui slot 43 of player with stained glass pane named " " to do nothing
       make a gui slot 44 of player with stained glass pane named " " to do nothing
       make a gui slot 4 of player with barrier named "&7Revenir en arrière" to close
       make a gui slot 40 of player with barrier named "&7Revenir en arrière" to close

On drop nether star:
        cancel event

  • 0
Posté(e)
on join: # Pour give l'item quand il spawn
   remove nether star from placer
   wait 3 ticks
   give nether star named "&8>> &6Menu &8<<" to slot 0 of player
on click with nether star:
   if name of player's tool is "&8>> &6Menu &8<<":
       cancel event
       open virtual chest inventory with size 5 named "&8>> &6Menu &8<<" to player
       wait 1 ticks
       make a gui slot 0 of player with stained glass pane named "Gamemode 1 " to run player command "/gamemode1"
       make a gui slot 1 of player with stained glass pane named " " to do nothing
       make a gui slot 2 of player with stained glass pane named " " to do nothing
       make a gui slot 3 of player with stained glass pane named " " to do nothing
       make a gui slot 5 of player with stained glass pane named " " to do nothing
       make a gui slot 6 of player with stained glass pane named " " to do nothing
       make a gui slot 7 of player with stained glass pane named " " to do nothing
       make a gui slot 8 of player with stained glass pane named " " to do nothing
       make a gui slot 9 of player with stained glass pane named " " to do nothing
       make a gui slot 17 of player with stained glass pane named " " to do nothing
       make a gui slot 18 of player with stained glass pane named " " to do nothing
       make a gui slot 26 of player with stained glass pane named " " to do nothing
       make a gui slot 27 of player with stained glass pane named " " to do nothing
       make a gui slot 35 of player with stained glass pane named " " to do nothing
       make a gui slot 36 of player with stained glass pane named " " to do nothing
       make a gui slot 37 of player with stained glass pane named " " to do nothing
       make a gui slot 38 of player with stained glass pane named " " to do nothing
       make a gui slot 39 of player with stained glass pane named " " to do nothing
       make a gui slot 41 of player with stained glass pane named " " to do nothing
       make a gui slot 42 of player with stained glass pane named " " to do nothing
       make a gui slot 43 of player with stained glass pane named " " to do nothing
       make a gui slot 44 of player with stained glass pane named " " to do nothing
       make a gui slot 4 of player with barrier named "&7Revenir en arrière" to close
       make a gui slot 40 of player with barrier named "&7Revenir en arrière" to close

On drop nether star:
        cancel event

 

Toujours les mêmes erreurs...

  • 0
Posté(e)
Je suis sur téléphone c'est galère tu peux attendre demain matin ?

 

Je suis cencé codé toute les nuits, pas grave tu es déjà gentil de m'aider, à demain...

  • 0
Posté(e)
on join: # Pour give l'item quand il spawn
   remove nether star from placer
   wait 3 ticks
   give nether star named "&8>> &6Menu &8<<" to slot 0 of player
on click with nether star:
   if name of player's tool is "&8>> &6Menu &8<<":
       cancel event
       open virtual chest inventory with size 5 named "&8>> &6Menu &8<<" to player
       wait 1 ticks
       make a gui slot 0 of player with stained glass pane named "Gamemode 1 " to run player command "/gamemode1"
       make a gui slot 1 of player with stained glass pane named " " to do nothing
       make a gui slot 2 of player with stained glass pane named " " to do nothing
       make a gui slot 3 of player with stained glass pane named " " to do nothing
       make a gui slot 5 of player with stained glass pane named " " to do nothing
       make a gui slot 6 of player with stained glass pane named " " to do nothing
       make a gui slot 7 of player with stained glass pane named " " to do nothing
       make a gui slot 8 of player with stained glass pane named " " to do nothing
       make a gui slot 9 of player with stained glass pane named " " to do nothing
       make a gui slot 17 of player with stained glass pane named " " to do nothing
       make a gui slot 18 of player with stained glass pane named " " to do nothing
       make a gui slot 26 of player with stained glass pane named " " to do nothing
       make a gui slot 27 of player with stained glass pane named " " to do nothing
       make a gui slot 35 of player with stained glass pane named " " to do nothing
       make a gui slot 36 of player with stained glass pane named " " to do nothing
       make a gui slot 37 of player with stained glass pane named " " to do nothing
       make a gui slot 38 of player with stained glass pane named " " to do nothing
       make a gui slot 39 of player with stained glass pane named " " to do nothing
       make a gui slot 41 of player with stained glass pane named " " to do nothing
       make a gui slot 42 of player with stained glass pane named " " to do nothing
       make a gui slot 43 of player with stained glass pane named " " to do nothing
       make a gui slot 44 of player with stained glass pane named " " to do nothing
       make a gui slot 4 of player with barrier named "&7Revenir en arrière" to close
       make a gui slot 40 of player with barrier named "&7Revenir en arrière" to close

On drop nether star:
        cancel event

  • 0
Posté(e)
y'a quoi ?

 

Enfaite, ont arrive pas à faire en sorte que quand le joueur ce connecte automatiquemenet l'étoile lui est suprimé et ensuite redonner pour évite de la stacké, et aussi de déplace dans l'inventaire

  • 0
Posté(e)

je te les mis le systeme pour pas la déplacer ...

 

mais sinon pq tu fait pas une commandes car give une étoile c'est dangereux :/ car skript si le mec a une mauvais ping il arriveras a le glitch dans un coffres fait simplement une commandes

  • J'aime 1
  • 0
Posté(e)
je te les mis le systeme pour pas la déplacer ...

 

mais sinon pq tu fait pas une commandes car give une étoile c'est dangereux :/ car skript si le mec a une mauvais ping il arriveras a le glitch dans un coffres fait simplement une commandes

 

j'amerais avoir létoile en skrip désolé, là il manque juste pour pas quelle ce stack...

×
×
  • 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.